class IconChooserButton(Gtk.Button): (source)
Method | __init__ |
Constructor |
Method | do_clicked |
Undocumented |
Method | get_file |
Get the selected icon file @returns: a File object |
Method | set_file |
Set the file to display in the chooser button @param file: a File object |
Instance Variable | file |
Undocumented |
Instance Variable | image |
Undocumented |
Parameters | |
stock | initial stock icon (until an icon is selected) |
pixbuf | initial image as pixbuf (until an icon is selected) |