class documentation

class CalendarWidget(Gtk.VBox, WindowSidePaneWidget): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method go_today Undocumented
Method on_calendar_activate Undocumented
Method on_month_changed Undocumented
Method set_embeded_closebutton Embed a button in the widget to close the side pane @param button: a button widget or None to unset @returns: True if supported and successfull
Method set_page Undocumented
Class Variable title Undocumented
Instance Variable calendar Undocumented
Instance Variable label Undocumented
Instance Variable label_box Undocumented
Instance Variable model Undocumented
Instance Variable navigation Undocumented
Instance Variable notebook Undocumented
Instance Variable plugin Undocumented
Instance Variable treeview Undocumented
Method _refresh_label Undocumented
Instance Variable _close_button Undocumented
Instance Variable _timer_id Undocumented

Inherited from WindowSidePaneWidget:

Method get_title_label Undocumented
Method set_title Undocumented
Method _drop_label Undocumented
Instance Variable _title_labels Undocumented

Inherited from ConnectorMixin (via WindowSidePaneWidget):

Method connectto Connect to signals of another object E.g.:
Method connectto_all Convenience method to combine multiple calls to connectto().
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method disconnect_from Disc all signals that have been connected with connectto and friends to a specific object.
Method _disconnect_from Undocumented
Instance Variable _connected_signals Undocumented
def __init__(self, plugin, notebook, navigation): (source)

Undocumented

def go_today(self): (source)

Undocumented

def on_calendar_activate(self, calendar): (source)

Undocumented

def on_month_changed(self, calendar): (source)

Undocumented

def set_embeded_closebutton(self, button): (source)
Embed a button in the widget to close the side pane
Parameters
buttona button widget or None to unset
Returns
True if supported and successfull
def set_page(self, page): (source)

Undocumented

calendar = (source)

Undocumented

label = (source)

Undocumented

label_box = (source)

Undocumented

model = (source)

Undocumented

navigation = (source)

Undocumented

notebook = (source)

Undocumented

plugin = (source)

Undocumented

treeview = (source)

Undocumented

def _refresh_label(self, *a): (source)

Undocumented

_close_button = (source)

Undocumented

_timer_id = (source)

Undocumented