Method
GtkWindowset_has_resize_grip
Declaration [src]
void
gtk_window_set_has_resize_grip (
GtkWindow* window,
gboolean value
)
Description [src]
Sets whether window
has a corner resize grip.
Note that the resize grip is only shown if the window
is actually resizable and not maximized. Use
gtk_window_resize_grip_is_visible()
to find out if the
resize grip is currently shown.
Available since: | 3.0 |
Deprecated since: | 3.14 |
Resize grips have been removed. |
Sets property | Gtk.Window:has-resize-grip |