Public Member Functions | |
| def | __init__ |
| The Constructor. | |
| def | set_image |
| Set Image for a Button. | |
| def | on_bHistoryForward_clicked |
| def | on_bHome_clicked |
| def | on_bHistoryBack_clicked |
| def | on_bAbout_clicked |
| def | cb_show_equalizer |
Public Attributes | |
| pyjama | |
| Reference to pyjama. | |
| bHistoryBack | |
| Back Button. | |
| bHome | |
| Home Button. | |
| bHistoryForward | |
| Forward Button. | |
| Separator1 | |
| Seperator. | |
| space_fs | |
| Expander. | |
| bEqualizer | |
| bPref | |
| accel_group | |
Definition at line 34 of file clToolbar.py.
| def modules::clToolbar::Toolbar::__init__ | ( | self, | ||
| window | ||||
| ) |
The Constructor.
| self | Object Pointer | |
| window | Reference to pyjama's window class |
Definition at line 38 of file clToolbar.py.
| def modules::clToolbar::Toolbar::set_image | ( | self, | ||
| widget, | ||||
| uri | ||||
| ) |
Set Image for a Button.
| self | Object Pointer | |
| widget | Widget to set image for | |
| uri | URI to the image to be set |
Definition at line 140 of file clToolbar.py.
1.5.8