Re: Gtk Rtl patch
- From: Havoc Pennington <hp redhat com>
- To: Robert Brady <robert suse co uk>
- Cc: Owen Taylor <otaylor redhat com>, gtk-devel-list gnome org
- Subject: Re: Gtk Rtl patch
- Date: 21 Oct 2000 22:08:04 -0400
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]