Re: [gtkmm] Glade - How do I insert row on Table?



> Hi,
>
>   I have a Table with 10 rows filled with Labels and Entrys, so I want to
insert
> plus one row on top. How do I do this?
>
> []'s
>
> Claudio

resize the table to rows+1
move all the widgets one row down
insert extra widgets at the top

alternative:
 add all the widgets when you first build the table and hide()/show() them
when you need them.




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