module documentation
(source)

Undocumented

Class Calendar Custom calendar widget class. Adds an 'activate' signal for when a date is selected explicitly by the user.
Class CalendarWidget Undocumented
Class CalendarWidgetModel Undocumented
Class JournalNotebookExtension Extend notebook by setting special page template for the journal namespace and by adding a hook to suggests links for dates.
Class JournalNotebookViewExtension Extension used to add calendar dialog to mainwindow
Class JournalPlugin No class docstring; 0/3 class variable, 0/4 constant, 3/3 methods documented
Function daterange_from_path No summary
Function dateRangeTemplateFunction Returns a function to be used in templates to iterate a range of dates
Constant KEYVALS_ENTER Undocumented
Constant KEYVALS_SPACE Undocumented
Variable date_path_re Undocumented
Variable logger Undocumented
Variable month_path_re Undocumented
Variable week_path_re Undocumented
Variable year_path_re Undocumented
def daterange_from_path(path): (source)
Determine the calendar dates mapped by a specific page
Parameters
patha Path object
Returns

a 3-tuple of:

  • the page type (one of "day", "week", "month", or "year")
  • a datetime.date object for the start date
  • a datetime.date object for the end date

or None when the page does not map a date

def dateRangeTemplateFunction(start, end): (source)
Returns a function to be used in templates to iterate a range of dates
KEYVALS_ENTER = (source)

Undocumented

Value
list(map(Gdk.keyval_from_name, ('Return', 'KP_Enter', 'ISO_Enter')))
KEYVALS_SPACE = (source)

Undocumented

Value
(Gdk.unicode_to_keyval(ord(' ')))
date_path_re = (source)

Undocumented

logger = (source)

Undocumented

month_path_re = (source)

Undocumented

week_path_re = (source)

Undocumented

year_path_re = (source)

Undocumented