Re: gtk_table_set_row_spacing

2001-04-02 Thread Ignacio Nodal
ITEM3-VERTICAL-PADDING BUTTON2 COL1-ITEM3-VERTICAL-PADDING ROW3-SPACING I mean ROWx-SPACING should change in each row, or not? Next, I'm not using the separator widget to "separate" rows. To separate rows I use "gtk_table_set_row_spacing ()" The question is if I change t

Re: gtk_table_set_row_spacing

2001-04-02 Thread Paul Davis
>I've got in vertical order > >BUTTON1 >SEPERATOR >BUTTON2 Not quite. As far as I understand it, you've got: ROW1-SPACING COL1-ITEM1-VERTICAL-PADDING BUTTON1 COL1-ITEM1-VERTICAL-PADDING ROW1-SPACING ROW1-SPACING COL1-ITEM2-VERTICAL-PADDING SEPARATOR C

gtk_table_set_row_spacing

2001-04-02 Thread Ignacio Nodal
From the API Documentation: " void gtk_table_set_row_spacing (GtkTable *table, guint row,guint spacing); changes the space between a given table row and its surrounding rows. table  : a GtkTable containing the row whose properties you wish to change. row : row number whose spacing wi