Gladeui.PropertyShell
Signals
| Name | Short Description | 
|---|
| post-commit | Emitted after a property’s value is committed, can be useful to serialize commands after a property’s commit command from custom editors. | 
| pre-commit | Emitted before a property’s value is committed, can be useful to serialize commands before a property’s commit command from custom editors. | 
 
Fields
| Name | Type | Access | Description | 
|---|
| box | Gtk.Box | r |  | 
 
Class Details
- 
class Gladeui.PropertyShell(*args, **kwargs)
- 
- 
classmethod new()
- 
 
- 
get_custom_text()
- 
 
- 
get_disable_check()
- 
 
- 
get_packing()
- 
 
- 
get_property_name()
- 
 
- 
get_use_command()
- 
 
- 
set_custom_text(custom_text)
- 
| Parameters: | custom_text ( str) – | 
|---|
 
 
 
- 
set_disable_check(disable_check)
- 
| Parameters: | disable_check ( bool) – | 
|---|
 
 
 
- 
set_packing(packing)
- 
| Parameters: | packing ( bool) – | 
|---|
 
 
 
- 
set_property_name(property_name)
- 
| Parameters: | property_name ( str) – | 
|---|
 
 
 
- 
set_use_command(use_command)
- 
| Parameters: | use_command ( bool) – | 
|---|
 
 
 
 
Signal Details
- 
Gladeui.PropertyShell.signals.post_commit(property_shell, arg1)
- 
| Signal Name: | post-commit
 | 
|---|
 | Flags: | RUN_LAST
 | 
|---|
 | Parameters: |  | 
|---|
 
 - Emitted after a property’s value is committed, can be useful to serialize
commands after a property’s commit command from custom editors. 
- 
Gladeui.PropertyShell.signals.pre_commit(property_shell, arg1)
- 
| Signal Name: | pre-commit
 | 
|---|
 | Flags: | RUN_LAST
 | 
|---|
 | Parameters: |  | 
|---|
 
 - Emitted before a property’s value is committed, can be useful to serialize
commands before a property’s commit command from custom editors. 
 
Property Details
- 
Gladeui.PropertyShell.props.custom_text
- 
Custom Text to display in the property label 
- 
Gladeui.PropertyShell.props.disable_check
- 
Whether to explicitly disable the check button 
- 
Gladeui.PropertyShell.props.editor_type
- 
Specify the actual editor property type name to use for this shell 
- 
Gladeui.PropertyShell.props.packing
- 
Whether the property to load is a packing property or not 
- 
Gladeui.PropertyShell.props.property_name
- 
The property name to use when loading by widget 
- 
Gladeui.PropertyShell.props.use_command
- 
Whether to use the Gladeui.CommandAPI when modifying properties