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 <[EMAIL PROTECTED]> 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. _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
