LongoMatch.GtkGlue.SetLabel C# (CSharp) Method

SetLabel() public static method

public static SetLabel ( this menu, string label ) : void
menu this
label string
return void
		public static void SetLabel (this MenuItem menu, string label)
		{
			gtk_menu_item_set_label (menu.Handle, GLib.Marshaller.StringToFilenamePtr (label));
		}