Matt Hillebrand <[EMAIL PROTECTED]> writes:

> Hello.
> 
> My program is very slick. Thanks for all the help. One more question
> though:
> 
> Why is it that my CTree can't scroll horizontally? I looked at the CList
> functions and still couldn't find anything to fix it.

It can. Check:

 - If you are properly adding the CTree to a scrolled window with
   gtk_container_add()

 - If the policy for the hscrollbar of the scrolledwindow
   (gtk_scrolled_window_set_policy) is something other than
   GTK_POLICY_NEVER.

Regards,
                                            Owen


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to