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

Re: Need some help for tables



Leila AIT KACI wrote:

> Hi,
>
> I would like to change the number of rows and columns of a table after its
> creation. I saw two function in the gtktable.c file :
> `gtk_table_expand_rows' and `gtk_table_expand_cols', but they are not in the
> header file gtktable.h. Then, I don't really know what to use.
>
> Any help will be very appreciate. Thanks in advance.
>
> Leila.
>
> --
>          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with
>                        "unsubscribe" as the Subject.
>
>         Mailing list concerns should be mailed to <listmaster@redhat.com>

I don't know if this is proper, but I just keep adding widgets to the
non-existant cells of the table, and the table seems to expand automatically,
now I have problems when I try to get a smaller table...

It might be just easier to destroy the table and make a new one in it't place

Brian Drawert



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