Gladeui.WidgetActionDef¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
actions |
[ |
r/w |
|
id |
r/w |
||
important |
r/w |
||
label |
r/w |
||
path |
r/w |
||
stock |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Gladeui.WidgetActionDef¶
- classmethod new(path)¶
- Parameters:
path (
str
) – the action path- Returns:
a newly created
Gladeui.WidgetActionDef
for path.- Return type:
- clone()¶
- Returns:
a newly allocated copy of self.
- Return type:
- free()¶
Frees a
Gladeui.WidgetActionDef
.