Method | Description | |
---|---|---|
MessageDialogGetMessageArea ( this dialog ) : Gtk.VBox | ||
SetButton ( this ev, uint button ) : void | ||
SetLabel ( this menu, string label ) : void | ||
SetLinkHandler ( this label, Action |
Sets the link handler for a given GtkLabel.
|
Method | Description | |
---|---|---|
gtk_menu_item_set_label ( |
||
gtk_message_dialog_get_message_area ( |
||
lgm_gtk_glue_gdk_event_button_set_button ( |
public static MessageDialogGetMessageArea ( this dialog ) : Gtk.VBox | ||
dialog | this | |
return | Gtk.VBox |
public static SetButton ( this ev, uint button ) : void | ||
ev | this | |
button | uint | |
return | void |
public static SetLabel ( this menu, string label ) : void | ||
menu | this | |
label | string | |
return | void |
public static SetLinkHandler ( this label, Action |
||
label | this | GtkLabel to set the handler for. |
urlHandler | Action |
URL handler. |
return | void |