Package: gtk
Function gtk-window-set-default-geometry
Lambda Listgtk-window-set-default-geometry (window width height) Argumentswindow -- a gtk-window widget width -- an integer with the width in resize increments, or -1 to unset the default width height -- an integer with the height in resize increments, or -1 to unset the default height Details Like the gtk-window-default-size function, but the width and height arguments are interpreted in terms of the base size and increment set with the gtk-window-set-geometry-hints function. Warning | See also |
2021-9-12