class BackLinksMenuButton(MenuButton): (source)
Undocumented
| Method | __init__ |
Constructor |
| Method | popup_menu |
This method actually pops up the menu. @param event: the gdk event that triggered this action |
| Method | set_page |
Undocumented |
| Instance Variable | menu |
Undocumented |
| Instance Variable | notebook |
Undocumented |
| Instance Variable | open_page |
Undocumented |
| Instance Variable | page |
Undocumented |
Inherited from MenuButton:
| Instance Variable | button |
Undocumented |
| Instance Variable | eventbox |
Undocumented |
| Instance Variable | label |
Undocumented |
| Method | _deactivate_menu |
Undocumented |
| Instance Variable | _clicked_signal |
Undocumented |
zim.gui.widgets.MenuButton.__init__| Parameters | |
| notebook | Undocumented |
| open_page | Undocumented |
| status_bar_style | when True all padding and border is removed so the button fits in the status bar |
| label | the label to show on the button (string or Gtk.Label) |
| menu | the menu to show on button click |
zim.gui.widgets.MenuButton.popup_menu| Parameters | |
| event | the gdk event that triggered this action |
| Unknown Field: implementation | |
| can be overloaded, e.g. to populate the menu dynamically. | |