def select()
def deselect()
def toggle()
|
+--gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Container +-- gtk.Bin +-- gtk.Item
gtk.Container Signal Prototypes
"deselect" | def callback( |
"select" | def callback( |
"toggle" | def callback( |
def callback(item
, user_param1
, ...
)
| the item that received the signal |
| the first user parameter (if any) specified
with the connect () |
| additional user parameters (if any) |
The "deselect" signal is emitted when the item is deselected.
© manpagez.com 2000-2024 Individual documents may contain additional copyright information.