Gladeui.Editor¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
class |
|
class |
|
class |
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The class field string |
||
r/w |
Whether the border should be shown |
||
r/w |
Whether to show the class field at the top |
||
d/r |
Whether to show an informational button for the loaded widget |
||
r |
The signal editor used to edit signals |
||
r/w |
The currently loaded widget in this editor |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gladeui.Editor(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod dialog_for_widget(widget)¶
- Parameters:
widget (
Gladeui.Widget
) – aGladeui.Widget
- Returns:
the newly created dialog window
- Return type:
This convenience function creates a new dialog window to edit widget specifically.
- classmethod new()¶
- Returns:
a new
Gladeui.Editor
- Return type:
- classmethod query_dialog(widget)¶
- Parameters:
widget (
Gladeui.Widget
) –- Return type:
- classmethod reset_dialog_run(parent, gwidget)¶
- Parameters:
parent (
Gtk.Widget
) –gwidget (
Gladeui.Widget
) –
- hide_class_field()¶
- hide_info()¶
- load_widget(widget)¶
- Parameters:
widget (
Gladeui.Widget
) – aGladeui.Widget
Load widget into self. If widget is
None
, clear the editor.
- show_class_field()¶
- show_info()¶
Property Details¶
- Gladeui.Editor.props.class_field¶
-
The class field string
- Gladeui.Editor.props.show_boder¶
-
Whether the border should be shown
- Gladeui.Editor.props.show_class_field¶
-
Whether to show the class field at the top
- Gladeui.Editor.props.show_info¶
- Name:
show-info
- Type:
- Default Value:
- Flags:
Whether to show an informational button for the loaded widget
Deprecated since version ???.
- Gladeui.Editor.props.signal_editor¶
- Name:
signal-editor
- Type:
- Default Value:
- Flags:
The signal editor used to edit signals
- Gladeui.Editor.props.widget¶
- Name:
widget
- Type:
- Default Value:
- Flags:
The currently loaded widget in this editor