gtk.Window:
Object GtkWindow
Signals from GtkWindow:
set-focus (GtkWidget)
frame-event (GdkEvent) -> gboolean
activate-focus ()
activate-default ()
keys-changed ()
Properties from GtkWindow:
type -> GtkWindowType: Window Type
The type of the window
title -> gchararray: Window Title
The title of the window
role -> gchararray: Window Role
Unique identifier for the window to be used when restoring a session
startup-id -> gchararray: Startup ID
Unique startup identifier for the window used by startup-notification
allow-shrink -> gboolean: Allow Shrink
If TRUE, the window has no mimimum size.
gtk.Dialog:
Object GtkDialog
Signals from GtkDialog:
response (gint)
close ()
Properties from GtkDialog:
has-separator -> gboolean: Has separator
The dialog has a separator bar above its buttons
Signals from GtkWindow:
set-focus (GtkWidget)
frame-event (GdkEvent) -> gboolean
activate-focus ()
activate-default ()
keys-changed ()
Properties from GtkWindow:
type -> GtkWindowType: Window Type
The type of the window
title -> gchararray: Window Title
The title of the window
role -> gchararray: Window Role
Unique identifier for the window to be used when restoring a session
startup-id -> gchararray: Startup ID
Unique startup identifier for the window used by startup-notification
allow-shrink -> gboolean: Allow Shrink
If TRUE, the window has no mimimum size.
screenlets.options.OptionsDialog:
A dynamic options-editor for editing Screenlets which are
implementing the EditableOptions-class.
gtk.Window:
Object GtkWindow
Signals from GtkWindow:
set-focus (GtkWidget)
frame-event (GdkEvent) -> gboolean
activate-focus ()
activate-default ()
keys-changed ()
Properties from GtkWindow:
type -> GtkWindowType: Window Type
The type of the window
title -> gchararray: Window Title
The title of the window
role -> gchararray: Window Role
Unique identifier for the window to be used when restoring a session
startup-id -> gchararray: Startup ID
Unique startup identifier for the window used by startup-notification
allow-shrink -> gboolean: Allow Shrink
If TRUE, the window has no mimimum size.
gtk.Dialog:
Object GtkDialog
Signals from GtkDialog:
response (gint)
close ()
Properties from GtkDialog:
has-separator -> gboolean: Has separator
The dialog has a separator bar above its buttons
Signals from GtkWindow:
set-focus (GtkWidget)
frame-event (GdkEvent) -> gboolean
activate-focus ()
activate-default ()
keys-changed ()
Properties from GtkWindow:
type -> GtkWindowType: Window Type
The type of the window
title -> gchararray: Window Title
The title of the window
role -> gchararray: Window Role
Unique identifier for the window to be used when restoring a session
startup-id -> gchararray: Startup ID
Unique startup identifier for the window used by startup-notification
allow-shrink -> gboolean: Allow Shrink
If TRUE, the window has no mimimum size.
screenlets.options.OptionsDialog:
A dynamic options-editor for editing Screenlets which are
implementing the EditableOptions-class.
gtk.Window:
Object GtkWindow
Signals from GtkWindow:
set-focus (GtkWidget)
frame-event (GdkEvent) -> gboolean
activate-focus ()
activate-default ()
keys-changed ()
Properties from GtkWindow:
type -> GtkWindowType: Window Type
The type of the window
title -> gchararray: Window Title
The title of the window
role -> gchararray: Window Role
Unique identifier for the window to be used when restoring a session
startup-id -> gchararray: Startup ID
Unique startup identifier for the window used by startup-notification
allow-shrink -> gboolean: Allow Shrink
If TRUE, the window has no mimimum size.
gtk.Dialog:
Object GtkDialog
Signals from GtkDialog:
response (gint)
close ()
Properties from GtkDialog:
has-separator -> gboolean: Has separator
The dialog has a separator bar above its buttons
Signals from GtkWindow:
set-focus (GtkWidget)
frame-event (GdkEvent) -> gboolean
activate-focus ()
activate-default ()
keys-changed ()
Properties from GtkWindow:
type -> GtkWindowType: Window Type
The type of the window
title -> gchararray: Window Title
The title of the window
role -> gchararray: Window Role
Unique identifier for the window to be used when restoring a session
startup-id -> gchararray: Startup ID
Unique startup identifier for the window used by startup-notification
allow-shrink -> gboolean: Allow Shrink
If TRUE, the window has no mimimum size.
screenlets.options.OptionsDialog:
A dynamic options-editor for editing Screenlets which are
implementing the EditableOptions-class.
screenlets.backend.CachingBackend:
A backend that stores the settings in arrays and saves after a
short interval to avoid overhead when multiple values are set
within a short time.
screenlets.options.EditableOptions:
The EditableOptions can be inherited from to allow objects to
export editable options for editing them with the
OptionsEditor-class.