Re: Gtk Rtl patch



Robert Brady <robert suse co uk> writes: 
> Argh. So it does. How does this sound - 
>   add guint flippable : 1; to GtkRange, initialise this to 0 in
>   gtk_range_new, have the flipping be conditional on this, and have
>   GtkHScale's _new set it to 1.
> 

A class variable would be cleaner, but isn't language-bindable, so
maybe a virtual method flippable() with a default implementation that
returns FALSE?

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]