Gladeui.Inspector
Fields
| Name | Type | Access | Description | 
|---|
| parent_instance | Gtk.Box | r |  | 
 
Class Details
- 
class Gladeui.Inspector(*args, **kwargs)
- 
The Gladeui.Inspectorstruct contains private data only, and should be manipulated using the functions below.
 
- 
classmethod new()
- 
Creates a new Gladeui.Inspector
 
 
- 
classmethod new_with_project(project)
- 
Creates a new Gladeui.Inspectorwith project
 
 
- 
get_project()
- 
Note that the method does not ref the returned Gladeui.Project.
 
 
- 
get_selected_items()
- 
Returns the selected items in the inspector. 
 
- 
set_project(project)
- 
Sets the current project of self to project. To unset the current
project, pass Nonefor project.
 
 
- 
do_item_activated() virtual
 
- 
do_selection_changed() virtual
 
 
Signal Details
- 
Gladeui.Inspector.signals.item_activated(inspector)
- 
Emitted when a item is activated in the Gladeui.Inspector.
 
- 
Gladeui.Inspector.signals.selection_changed(inspector)
- 
Emitted when the selection changes in the Gladeui.Inspector.
 
 
Property Details
- 
Gladeui.Inspector.props.project
- 
The project being inspected