Re: [gtk-list] GtkTable question.



Lee Mallabone wrote:

> In the struct _GtkTable there are two guint16 fields: column_spacing,
> and row_spacing, which I assumed are set to the default spacing between
> the table's rows and columns respectively, when a table is created.
> 
> However, the GtkTableRowCol struct pointers, *rows and *cols (also in
> the GtkTable struct) also have a 'guint16 spacing' variable, which also
> appears from the header, to be the default spacing for all rows or
> columns...


The spacing in the GtkTableRowCol is just for one particular row/column.

Look at gtk_table_set_row_spacing() and gtk_table_set_row_spacings()

Damon




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