C# 클래스 LongoMatch.GtkGlue

파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

MessageDialogGetMessageArea() 공개 정적인 메소드

public static MessageDialogGetMessageArea ( this dialog ) : Gtk.VBox
dialog this
리턴 Gtk.VBox

SetButton() 공개 정적인 메소드

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

SetLabel() 공개 정적인 메소드

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

SetLinkHandler() 공개 정적인 메소드

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.
리턴 void