class documentation

class Calendar(Gtk.Calendar): (source)

View In Hierarchy

Custom calendar widget class. Adds an 'activate' signal for when a date is selected explicitly by the user.
Method __init__ Undocumented
Method do_button_press_event Undocumented
Method do_day_selected Undocumented
Method do_key_press_event Undocumented
Method get_date Get the datetime object for the selected date
Method select_date Set selected date using a datetime oject
Class Variable __gsignals__ Undocumented
Instance Variable selected Undocumented
def __init__(self): (source)

Undocumented

def do_button_press_event(self, event): (source)

Undocumented

def do_day_selected(self): (source)

Undocumented

def do_key_press_event(self, event): (source)

Undocumented

def get_date(self): (source)
Get the datetime object for the selected date
def select_date(self, date): (source)
Set selected date using a datetime oject
__gsignals__ = (source)

Undocumented

selected: bool = (source)

Undocumented