Populating A Combo Box With Integers In Hex

2013-12-07 Thread Tristian Celestin
I have a GtkListStore that contains 4 columns of unsigned integers (G_TYPE_UINT). I would like to display the second column of integers in a GtkComboBoxText widget, and I would like the integers to be displayed in Base 12.  Based on the GTK 3.10 documentation, the following will populate the

Re: Populating A Combo Box With Integers In Hex

2013-12-07 Thread David Nečas
On Sat, Dec 07, 2013 at 05:54:23PM +, Tristian Celestin wrote: I have a GtkListStore that contains 4 columns of unsigned integers (G_TYPE_UINT). I would like to display the second column of integers in a GtkComboBoxText widget, and I would like the integers to be displayed in Base 12.  I