Skip to content

Commit fff7137

Browse files
committed
Update docs
1 parent 708f56e commit fff7137

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ Sets whether the window should be maximizable.
122122

123123
Sets whether the window should be minimizable.
124124

125+
#### `Window.setResizable(toggle: boolean)`
126+
127+
Sets whether the window should be resizable.
128+
125129
#### `Window.isMaximizable()`
126130

127131
Determines whether the window is maximizable.
@@ -134,6 +138,12 @@ Determines whether the window is maximizable.
134138

135139
Returns `boolean`
136140

141+
#### `Window.isResizable()`
142+
143+
Determines whether the window is resizable.
144+
145+
Returns `boolean`
146+
137147
# Projects using `node-window-manager`
138148

139149
- [Multrin](https://github.com/sentialx/multrin)

0 commit comments

Comments
 (0)