C# Class Tasque.TaskCalendar

Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Méthodes publiques

Méthode Description
HideCalendar ( bool update ) : void
ShowCalendar ( ) : void
TaskCalendar ( ITask task, Gtk parent ) : System

Private Methods

Méthode Description
OnButtonPressed ( object o, ButtonPressEventArgs args ) : void
OnCalendarDaySelected ( object o, EventArgs args ) : void
OnCalendarKeyPressed ( object o, Gtk.KeyPressEventArgs args ) : void
OnCalendarMonthChanged ( object o, EventArgs args ) : void

Method Details

HideCalendar() public méthode

public HideCalendar ( bool update ) : void
update bool
Résultat void

ShowCalendar() public méthode

public ShowCalendar ( ) : void
Résultat void

TaskCalendar() public méthode

public TaskCalendar ( ITask task, Gtk parent ) : System
task ITask
parent Gtk
Résultat System