[maemo-developers] No column titles in list store on Maemo
From: Bruce Forsberg bruce.forsberg at gmail.comDate: Thu Nov 20 21:34:56 EET 2008
- Previous message: No column titles in list store on Maemo
- Next message: No column titles in list store on Maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well I found the problem and am responding for the archive so others in the future can find the answer. One needs to call: gtk_tree_view_set_headers_visible() in MAEMO. It seems that in Linux the default must be TRUE where in MAEMO it must be FALSE. Calling this with it set to TRUE solved my problem. Bruce On Wed, Nov 19, 2008 at 11:29 AM, Bruce Forsberg <bruce.forsberg at gmail.com> wrote: > I am having problems displaying column titles in a list store. They do > not appear in Maemo in either the ARM or X86 SDK target but appear > outside the SDK in Linux just fine. Even the demo program in > /usr/share/gtk-2.0/demo/list_store.c exhibits the same problem. > > Can someone tell me how to display column titles in a list store on > Maemo? Or can someone point me to a project that does this so I can > look at the source code to see how they do it.
- Previous message: No column titles in list store on Maemo
- Next message: No column titles in list store on Maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]