[maemo-developers] No column titles in list store on Maemo

From: Markku Vire markku.vire at movial.fi
Date: Fri Nov 21 10:35:36 EET 2008
Hi,

You're right, this is one of the incompatibles with maemo-gtk and normal
gtk. You can check the source from

https://stage.maemo.org/svn/maemo/projects/haf/trunk/gtk+/gtk/gtktreeview.c

in gtk_tree_view_init function.

If you use the same code for both maemo environment and desktop
environment, you can call set_headers_visible anyway: it won't hurt anybody.

Cheers,

-Markku-

Bruce Forsberg wrote:
> 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.
> _______________________________________________
> maemo-developers mailing list
> maemo-developers at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers


More information about the maemo-developers mailing list