[Gtk-sharp-list] CheckBox
Peter Johanson
peter at peterjohanson.com
Sat Apr 19 14:02:40 EDT 2008
On Sat, Apr 19, 2008 at 12:15:27PM +0200, Wolfgang Mauer wrote:
> Hi all,
> how can i put the text of a checkbox on the left site of the checkmark?
You can set the Gtk.Widget.Direction property to Gtk.TextDirection.Rtl
(right-to-left) on the CheckButton, and it will switch the order. This
may not be the perfectly "correct" way, but is certainly the easiest I
can think of.
-pete
More information about the Gtk-sharp-list
mailing list