Re: pane question ?



Geiregat Jonas wrote:

I have created hpane textfield | textfield

but I would like to create

textfield | textfield
button    |


I don't really have a clue on how to do this cause you can only add one widget to a pane
gtk_paned_add1(GTK_PANED(yourpane),widget_to_be_added);

so basicly my question is how can I add 2 or more widgets to one pane
_______________________________________________
You can add a GtkBox (a vbox in your case) which will contain more widgets if you need

http://developer.gnome.org/doc/API/2.0/gtk/GtkVBox.html





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]