sugar3.graphics.window module

STABLE.

class sugar3.graphics.window.UnfullscreenButton

Bases: gi.overrides.Gtk.Window

connect_button_clicked(cb)
do_get_preferred_width()
class sugar3.graphics.window.Window(**args)

Bases: gi.overrides.Gtk.Window

add_alert(alert)
canvas
do_get_property(pspec)
do_set_property(pspec, value)
enable_fullscreen_mode
fullscreen()
get_canvas()
get_enable_fullscreen_mode()
get_toolbar_box()
is_fullscreen()
remove_alert(alert)
reveal()

Make window active

In contrast with present(), brings window to the top even after invoking on response on non-gtk events. See #1423.

set_canvas(canvas)
set_enable_fullscreen_mode(enable_fullscreen_mode)
set_toolbar_box(toolbar_box)
set_tray(tray, position)
toolbar_box
unfullscreen()

Previous topic

sugar3.graphics.tray module

Next topic

sugar3.graphics.xocolor module

This Page