Skip to content

Commit d0bf9bc

Browse files
author
pinnacle-comp
committed
1 parent 2949d1d commit d0bf9bc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

main/classes/pinnacle.window.WindowHandle.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,24 @@ If not set, the client is allowed to choose its decoration mode, defaulting to c
242242

243243

244244

245+
### <Badge type="method" text="method" /> move_to_output
246+
247+
<div class="language-lua"><pre><code>function pinnacle.window.WindowHandle:move_to_output(output: <a href="/lua-reference/main/classes/pinnacle.output.OutputHandle">pinnacle.output.OutputHandle</a>)</code></pre></div>
248+
249+
Moves this window to the specified output.
250+
251+
This will set the window tags to the output tags, and update the window position.
252+
253+
254+
#### Parameters
255+
256+
`output`: <code><a href="/lua-reference/main/classes/pinnacle.output.OutputHandle">pinnacle.output.OutputHandle</a></code> - The output to move this window to.
257+
258+
259+
260+
261+
262+
245263
### <Badge type="method" text="method" /> move_to_tag
246264

247265
<div class="language-lua"><pre><code>function pinnacle.window.WindowHandle:move_to_tag(tag: <a href="/lua-reference/main/classes/pinnacle.tag.TagHandle">pinnacle.tag.TagHandle</a>)</code></pre></div>

0 commit comments

Comments
 (0)