Property | Type | Description | |
---|---|---|---|
CenterWindow | void | ||
GetDefaultParent | Gtk.Window | ||
GetTextResponse | string |
Method | Description | |
---|---|---|
AskQuestion ( |
||
AskQuestion ( string primaryText ) : |
||
AskQuestion ( string primaryText, int defaultButton ) : |
||
AskQuestion ( string primaryText, string secondaryText ) : |
||
AskQuestion ( string primaryText, string secondaryText, int defaultButton ) : |
||
Confirm ( |
||
Confirm ( string primaryText, |
||
Confirm ( string primaryText, |
||
Confirm ( string primaryText, string secondaryText, |
||
Confirm ( string primaryText, string secondaryText, |
||
GenericAlert ( |
||
GenericAlert ( string icon, string primaryText, string secondaryText ) : |
||
GenericAlert ( string icon, string primaryText, string secondaryText, int defaultButton ) : |
||
GetDefaultModalParent ( ) : Gtk.Window |
Gets a default parent for modal dialogs.
|
|
GetPassword ( string question, string caption ) : string | ||
GetTextResponse ( string question, string caption, string initialValue ) : string | ||
PlaceDialog ( Gtk.Window child, Gtk.Window parent ) : void |
Positions a dialog relative to its parent on platforms where default placement is known to be poor.
|
|
RunCustomDialog ( Gtk dialog ) : int | ||
RunCustomDialog ( Gtk dialog, Gtk.Window parent ) : int |
Places and runs a transient dialog. Does not destroy it, so values can be retrieved from its widgets.
|
|
ShowCustomDialog ( Gtk dialog ) : int |
Places, runs and destroys a transient dialog.
|
|
ShowCustomDialog ( Gtk dialog, Gtk.Window parent ) : int | ||
ShowError ( Gtk parent, string primaryText ) : void | ||
ShowError ( Gtk parent, string primaryText, string secondaryText ) : void | ||
ShowError ( string primaryText ) : void | ||
ShowError ( string primaryText, string secondaryText ) : void | ||
ShowException ( |
||
ShowException ( |
||
ShowException ( Gtk parent, |
||
ShowException ( Gtk parent, |
||
ShowMessage ( Gtk parent, string primaryText ) : void | ||
ShowMessage ( Gtk parent, string primaryText, string secondaryText ) : void | ||
ShowMessage ( string primaryText ) : void | ||
ShowMessage ( string primaryText, string secondaryText ) : void | ||
ShowWarning ( Gtk parent, string primaryText ) : void | ||
ShowWarning ( Gtk parent, string primaryText, string secondaryText ) : void | ||
ShowWarning ( string primaryText ) : void | ||
ShowWarning ( string primaryText, string secondaryText ) : void |
Method | Description | |
---|---|---|
CenterWindow ( Gtk.Window child, Gtk.Window parent ) : void |
Centers a window relative to its parent.
|
|
GetDefaultParent ( Gtk.Window child ) : Gtk.Window | ||
GetTextResponse ( string question, string caption, string initialValue, bool isPassword ) : string |
public static AskQuestion ( |
||
message | ||
return |
public static AskQuestion ( string primaryText ) : |
||
primaryText | string | |
return |
public static AskQuestion ( string primaryText, int defaultButton ) : |
||
primaryText | string | |
defaultButton | int | |
return |
public static AskQuestion ( string primaryText, string secondaryText ) : |
||
primaryText | string | |
secondaryText | string | |
return |
public static AskQuestion ( string primaryText, string secondaryText, int defaultButton ) : |
||
primaryText | string | |
secondaryText | string | |
defaultButton | int | |
return |
public static Confirm ( |
||
message | ||
return | bool |
public static Confirm ( string primaryText, |
||
primaryText | string | |
button | ||
return | bool |
public static Confirm ( string primaryText, |
||
primaryText | string | |
button | ||
confirmIsDefault | bool | |
return | bool |
public static Confirm ( string primaryText, string secondaryText, |
||
primaryText | string | |
secondaryText | string | |
button | ||
return | bool |
public static Confirm ( string primaryText, string secondaryText, |
||
primaryText | string | |
secondaryText | string | |
button | ||
confirmIsDefault | bool | |
return | bool |
public static GenericAlert ( |
||
message | ||
return |
public static GenericAlert ( string icon, string primaryText, string secondaryText ) : |
||
icon | string | |
primaryText | string | |
secondaryText | string | |
return |
public static GenericAlert ( string icon, string primaryText, string secondaryText, int defaultButton ) : |
||
icon | string | |
primaryText | string | |
secondaryText | string | |
defaultButton | int | |
return |
public static GetDefaultModalParent ( ) : Gtk.Window | ||
return | Gtk.Window |
public static GetPassword ( string question, string caption ) : string | ||
question | string | |
caption | string | |
return | string |
public static GetTextResponse ( string question, string caption, string initialValue ) : string | ||
question | string | |
caption | string | |
initialValue | string | |
return | string |
public static PlaceDialog ( Gtk.Window child, Gtk.Window parent ) : void | ||
child | Gtk.Window | |
parent | Gtk.Window | |
return | void |
public static RunCustomDialog ( Gtk dialog ) : int | ||
dialog | Gtk | |
return | int |
public static RunCustomDialog ( Gtk dialog, Gtk.Window parent ) : int | ||
dialog | Gtk | |
parent | Gtk.Window | |
return | int |
public static ShowCustomDialog ( Gtk dialog ) : int | ||
dialog | Gtk | |
return | int |
public static ShowCustomDialog ( Gtk dialog, Gtk.Window parent ) : int | ||
dialog | Gtk | |
parent | Gtk.Window | |
return | int |
public static ShowError ( Gtk parent, string primaryText ) : void | ||
parent | Gtk | |
primaryText | string | |
return | void |
public static ShowError ( Gtk parent, string primaryText, string secondaryText ) : void | ||
parent | Gtk | |
primaryText | string | |
secondaryText | string | |
return | void |
public static ShowError ( string primaryText ) : void | ||
primaryText | string | |
return | void |
public static ShowError ( string primaryText, string secondaryText ) : void | ||
primaryText | string | |
secondaryText | string | |
return | void |
public static ShowException ( |
||
e | ||
return | void |
public static ShowException ( |
||
e | ||
primaryText | string | |
return | void |
public static ShowException ( Gtk parent, |
||
parent | Gtk | |
e | ||
return | void |
public static ShowException ( Gtk parent, |
||
parent | Gtk | |
e | ||
primaryText | string | |
return | void |
public static ShowMessage ( Gtk parent, string primaryText ) : void | ||
parent | Gtk | |
primaryText | string | |
return | void |
public static ShowMessage ( Gtk parent, string primaryText, string secondaryText ) : void | ||
parent | Gtk | |
primaryText | string | |
secondaryText | string | |
return | void |
public static ShowMessage ( string primaryText ) : void | ||
primaryText | string | |
return | void |
public static ShowMessage ( string primaryText, string secondaryText ) : void | ||
primaryText | string | |
secondaryText | string | |
return | void |
public static ShowWarning ( Gtk parent, string primaryText ) : void | ||
parent | Gtk | |
primaryText | string | |
return | void |
public static ShowWarning ( Gtk parent, string primaryText, string secondaryText ) : void | ||
parent | Gtk | |
primaryText | string | |
secondaryText | string | |
return | void |
public static ShowWarning ( string primaryText ) : void | ||
primaryText | string | |
return | void |
public static ShowWarning ( string primaryText, string secondaryText ) : void | ||
primaryText | string | |
secondaryText | string | |
return | void |