Свойство | Тип | Описание | |
---|---|---|---|
CheckForDaySwitch | void | ||
OnPreferencesDialogHidden | void | ||
ParseArgs | void |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose the Tasque.GtkApplicationBase.
|
|
GtkApplicationBase ( string args ) : Notifications | ||
InitializeIdle ( ) : void | ||
IsRemoteInstanceRunning ( ) : bool | ||
OnInitializeIdle ( ) : void | ||
OnRemoteInstanceKnocked ( ) : void |
Метод | Описание | |
---|---|---|
CheckForDaySwitch ( ) : void | ||
OnPreferencesDialogHidden ( object sender, |
||
ParseArgs ( string args ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// If set to |
Результат | void |
protected GtkApplicationBase ( string args ) : Notifications | ||
args | string | |
Результат | Notifications |
protected abstract IsRemoteInstanceRunning ( ) : bool | ||
Результат | bool |
protected OnRemoteInstanceKnocked ( ) : void | ||
Результат | void |
public ShowAppNotification ( string summary, string body ) : void | ||
summary | string | |
body | string | |
Результат | void |