Property | Type | Description | |
---|---|---|---|
CheckForDaySwitch | void | ||
OnPreferencesDialogHidden | void | ||
ParseArgs | void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resource used by the Gtk.Tasque.GtkApplicationBase object. Call Dispose when you are finished using the Gtk.Tasque.GtkApplicationBase. The Dispose method leaves the Gtk.Tasque.GtkApplicationBase in an unusable state. After calling Dispose, you must release all references to the Gtk.Tasque.GtkApplicationBase so the garbage collector can reclaim the memory that the Gtk.Tasque.GtkApplicationBase was occupying. |
|
Exit ( int exitcode ) : void | ||
ShowAppNotification ( string summary, string body ) : void | ||
ShowPreferences ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose the Tasque.GtkApplicationBase.
|
|
GtkApplicationBase ( string args ) : Notifications | ||
InitializeIdle ( ) : void | ||
IsRemoteInstanceRunning ( ) : bool | ||
OnInitializeIdle ( ) : void | ||
OnRemoteInstanceKnocked ( ) : void |
Method | Description | |
---|---|---|
CheckForDaySwitch ( ) : void | ||
OnPreferencesDialogHidden ( object sender, |
||
ParseArgs ( string args ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// If set to |
return | void |
protected GtkApplicationBase ( string args ) : Notifications | ||
args | string | |
return | Notifications |
protected abstract IsRemoteInstanceRunning ( ) : bool | ||
return | bool |
public ShowAppNotification ( string summary, string body ) : void | ||
summary | string | |
body | string | |
return | void |