window: add an is-maximized property to GtkWindow
With proper notifications, plus an accessor method for that state. This allows client to just listen to notify::is-maximized instead of tracking window-state-event. https://bugzilla.gnome.org/show_bug.cgi?id=698786
This commit is contained in:
committed by
Matthias Clasen
parent
1691bb741d
commit
197785744b
@ -5580,6 +5580,7 @@ gtk_window_set_hide_titlebar_when_maximized
|
||||
gtk_window_set_screen
|
||||
gtk_window_get_screen
|
||||
gtk_window_is_active
|
||||
gtk_window_is_maximized
|
||||
gtk_window_has_toplevel_focus
|
||||
gtk_window_list_toplevels
|
||||
gtk_window_add_mnemonic
|
||||
|
||||
Reference in New Issue
Block a user