GtkTable : a bug in the doc ?

2005-05-13 Thread Olivier
Dear all, I read GtkWidget* gtk_table_new (guint rows, guint columns, gboolean homogeneous); but according to what happen on my platefor

Re: GtkTable : a bug in the doc ?

2005-05-13 Thread John Cupitt
Hi Olivier, On 5/13/05, Olivier <[EMAIL PROTECTED]> wrote: > > GtkWidget* gtk_table_new (guint rows, > guint columns, > gboolean homogeneous); > ---

Re: GtkTable : a bug in the doc ?

2005-05-13 Thread Olivier
The documentation is correct: it's rows down, then columns across (or width then height, confusingly). You're right, yes, yes, I got where it went wrong : gtk_table_attach_defaults(GTK_TABLE, widget, col1, col2, row1, row2) puts this time column first and rows second ... Sorry, my mistake, though I