LongoMatch.GtkGlue.SetButton C# (CSharp) Method

SetButton() public static method

public static SetButton ( this ev, uint button ) : void
ev this
button uint
return void
		public static void SetButton (this EventButton ev, uint button)
		{
			lgm_gtk_glue_gdk_event_button_set_button (ev.Handle, button);
		}