class documentation

class BackLinksMenuButton(MenuButton): (source)

View In Hierarchy

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
def __init__(self, notebook, open_page, status_bar_style=False): (source)
Constructor
Parameters
notebookUndocumented
open_pageUndocumented
status_bar_stylewhen True all padding and border is removed so the button fits in the status bar
labelthe label to show on the button (string or Gtk.Label)
menuthe menu to show on button click
def popup_menu(self, event=None): (source)
This method actually pops up the menu.
Parameters
eventthe gdk event that triggered this action
Unknown Field: implementation
can be overloaded, e.g. to populate the menu dynamically.
def set_page(self, page): (source)

Undocumented

menu = (source)

Undocumented

notebook = (source)

Undocumented

open_page = (source)

Undocumented

page = (source)

Undocumented