On this page
LibTmux.ResizeWindowRequest.ResizeWindowRequest
- Module
- LibTmux
- Declared in
- ResizeWindowRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ResizeWindowRequest.cs
- ResizeWindowRequest ( direction : ResizeDirection? , adjustment : int? , width : int? , height : int? , mode : WindowResizeMode? )
-
Initializes a window-resize request.
- Parameters
-
-
direction ( ResizeDirection? ) – The edge to move.
-
adjustment ( int? ) – How many cells to move it by.
-
width ( int? ) – An explicit width.
-
height ( int? ) – An explicit height.
-
mode ( WindowResizeMode? ) – Sizing against the window's clients instead.
-
- Raises
-
-
ArgumentException – More than one of direction, explicit size, and mode is set, or a direction has no adjustment.
-
ArgumentOutOfRangeException – A supplied width, height, or adjustment is not positive.
-
0 declared, 0 inherited