Hi there!!!

I' ve tried to make a toolbar for an application, using gtk#, but I'
ve read in the documentation that AppendWidget is deprecated. I'm
using the following code:

              Toolbar t = new Toolbar ();
                Gtk.Button b1 = new Button(Stock.Add);
                
                t.AppendWidget (b1, "Add", "");
                
                b2 = new Button(Stock.Find);
                t.AppendWidget (b2, "Find", "");
                
                
                vbox.PackEnd(t, false, false, 10 );

I'd also like to make it looks "Windows like", I mean, no text in the
right side of the icon.

What's the correct way to do this?

Cheers,

Eng. Nestor Alonso Torres CM3NA
Linux User #349581
CUJAE, Havana, Cuba.
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to