C# Class LongoMatch.GtkGlue

Afficher le fichier Open project: GNOME/longomatch

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static MessageDialogGetMessageArea ( this dialog ) : Gtk.VBox
dialog this
Résultat Gtk.VBox

SetButton() public static méthode

public static SetButton ( this ev, uint button ) : void
ev this
button uint
Résultat void

SetLabel() public static méthode

public static SetLabel ( this menu, string label ) : void
menu this
label string
Résultat void

SetLinkHandler() public static méthode

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.
Résultat void