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

Re: Is there any replacement functions for atoi() in GLIB ?

2007-07-19 Thread Bryan Christ
g_ascii_digit_value() http://developer.gnome.org/doc/API/2.0/glib/glib-String-Utility-Functions.html#g-ascii-digit-value Gautam Ravi wrote: > Hi all, > > Is there any replacement functions for atoi() in GLIB ? > > Regards, > R Gautam > > > -

Re: Is there any replacement functions for atoi() in GLIB ?

2007-07-19 Thread Mario Carrión
On 7/19/07, Gautam Ravi <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there any replacement functions for atoi() in GLIB ? Have you ever tried strtol? (stdlib.h) Regards, Mario Carrión ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mail

GTK-Warning when trying to open a map of geodata from a database.

2007-07-19 Thread Daniela Stärke
Hi everyone, when I want to open a database with geometry data in it with the program MezoGis I receive the following GTK-Warning: /usr/local/lib/python2.5/site-packages/mezoGISlib/_canvas.py:530: GtkWarning: Using Cairo rendering requires the drawable argument to have a specified colormap. All