Hi,
how do i add a close button widget to a notebook page kind of like
monodevelop tabs.
here is my code
//create a page with a textview widget
protected virtual void onclicked (object sender, System.EventArgs e)
{
//i need a textview so i can show a hex file
textview = new TextView();
string label = "Hex output";
notebook1.AppendPage (textview , new Label (label));
notebook1.ShowAll();
}
i need to be able to close the page
thanks
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list