Fixes #3665: add is_fullscreen() method to Window class

Signed-off-by: Diego Naula <dnaula1997@gmail.com>
master
Diego Naula 11 years ago
parent f13a14a2b3
commit ddd566c847

@ -145,6 +145,9 @@ class Window(Gtk.Window):
timestamp = GdkX11.x11_get_server_time(window)
window.focus(timestamp)
def is_fullscreen(self):
return self._is_fullscreen
def fullscreen(self):
palettegroup.popdown_all()
if self._toolbar_box is not None:

Loading…
Cancel
Save