Re: Set Allignment of GtkComboBox Columns

2007-07-23 Thread ibrar ahmed
Hi, I compiled the gtkcombogrid, but my problem is still existing as there is no way avaibale to remove this situation. Infact in gtkcombogrid there is fixed column size which makes a separate list view. I made the combox itself list view where i placed the different columns. Due to dynamical

Re: Set Allignment of GtkComboBox Columns

2007-07-19 Thread richard boaz
Haven't tried this particular case myself, but it might be worth investigating using gtk_size_group_* routines. Perhaps this can be used to force the columns to be equally sized. richard On 7/19/07, Andrea Zagli <[EMAIL PROTECTED]> wrote: Il giorno ven, 06/07/2007 alle 06.05 -0700, ibrar ahme

Re: Set Allignment of GtkComboBox Columns

2007-07-19 Thread Andrea Zagli
Il giorno ven, 06/07/2007 alle 06.05 -0700, ibrar ahmed ha scritto: > I created combo box with multiple columns, like in first column there > is pixbuf and string and other columns have only data string. But > problem is that columns of combobox are not well alligned. If some > entry have maximum s

Set Allignment of GtkComboBox Columns

2007-07-06 Thread ibrar ahmed
Hi, I created combo box with multiple columns, like in first column there is pixbuf and string and other columns have only data string. But problem is that columns of combobox are not well alligned. If some entry have maximum string with pixpuf, columns of combobox are not alligned so far. I w