Re: [gtkmm] Glade - How do I insert row on Table?
- From: "Marco Scholten" <mmlist xs4all nl>
- To: "Claudio Polegato Junior" <cpolegatojr_lsts pop com br>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Glade - How do I insert row on Table?
- Date: Fri, 3 Sep 2004 08:14:02 +0200
> 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]