C# Class LongoMatch.GtkGlue

Show file Open project: GNOME/longomatch

Public Methods

Method Description
MessageDialogGetMessageArea ( this dialog ) : Gtk.VBox
SetButton ( this ev, uint button ) : void
SetLabel ( this menu, string label ) : void
SetLinkHandler ( this label, Action urlHandler ) : void

Sets the link handler for a given GtkLabel.

Private Methods

Method Description
gtk_menu_item_set_label ( IntPtr menu, IntPtr label ) : void
gtk_message_dialog_get_message_area ( IntPtr dialog ) : IntPtr
lgm_gtk_glue_gdk_event_button_set_button ( IntPtr evt, uint button ) : void

Method Details

MessageDialogGetMessageArea() public static method

public static MessageDialogGetMessageArea ( this dialog ) : Gtk.VBox
dialog this
return Gtk.VBox

SetButton() public static method

public static SetButton ( this ev, uint button ) : void
ev this
button uint
return void

SetLabel() public static method

public static SetLabel ( this menu, string label ) : void
menu this
label string
return void

SetLinkHandler() public static method

Sets the link handler for a given GtkLabel.
public static SetLinkHandler ( this label, Action urlHandler ) : void
label this GtkLabel to set the handler for.
urlHandler Action URL handler.
return void