pane question ?



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



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