formatting a TreeView Column



hello all,

when I define a column of a TreeView to be an integer (in gtkmm, but the question is the same for plain gtk):

Gtk::TreeModelColumn<int> col_offset;

can I use a formatting function to show the rows in hexadecimal?

or do I have to translate myself, and define the column to be a string?

greetings,
D.!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]