Hello all,

gtk_clist_set_policy is deprecated, and therefore
GtkCList.set_policy can no longer be used (and should
be removed or replaced with a ``deprecated'' message).

How does one use gtk_scrolled_window_set_policy on a 
combo list using pygtk now? I attempted something such
as 

  GtkScrolledWindow(_obj=aCList.get_window()).set_policy(POLICY_AUTOMATIC,
                    POLICY_AUTOMATIC)

This produces no errors, but does not give me the expected
behavior (scrollbars on the CList when needed).

Any advice is much appreciated!

Jacques Vidrine / [EMAIL PROTECTED] / [EMAIL PROTECTED]


To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to