gtk.Item — abstract base class for gtk.MenuItem
+-- gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Container +-- gtk.Bin +-- gtk.Item
gobject.GObject Signal Prototypes
gtk.Container Signal Prototypes
"deselect" | def callback( |
"select" | def callback( |
"toggle" | def callback( |
def callback(item
, user_param1
, ...
)
item : | the item that received the signal |
user_param1 : | the first user parameter (if any) specified
with the connect ()
method |
... : | additional user parameters (if any) |
The "deselect" signal is emitted when the item is deselected.