|
|
| __init__(self,
rule,
catalog=None,
editable=True,
controller=None) |
source code
|
|
|
|
set_update_label(self,
l)
Specify a label to be updated when the rule name changes |
source code
|
|
|
|
| drag_sent(self,
widget,
context,
selection,
targetType,
eventTime) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| remove_condition(self,
widget,
conditionwidget,
hbox) |
source code
|
|
|
|
| remove_action(self,
widget,
actionwidget,
hbox) |
source code
|
|
|
|
|
|
|
| add_condition_widget(self,
cond,
conditionsbox) |
source code
|
|
|
|
add_action(self,
widget,
actionsbox)
Callback for the Add action button. |
source code
|
|
|
|
add_action_widget(self,
action,
actionsbox)
Add an action widget to the given actionsbox. |
source code
|
|
|
|
|
|
|
|
|
|
|