Re: Gtk::Entry justification
- From: Clemens Kirchgatterer <clemens root at>
- To: Jeff Hornsberger <jhornsbe csc uvic ca>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Gtk::Entry justification
- Date: Mon, 30 Jul 2001 09:41:47 +0200
Jeff Hornsberger wrote:
Hi, I'm trying to build a small calculator as a way of learning Gtk-- and
I'm wondering how I can set the text of a Gtk::Entry widget to be right
justified as it should be on a calculator. If this isn't possible with
Gtk::Entry, then what widget should I be using? Thanks. -Jeff
gtk_entry can't be right justivied, as you guess. :-) you can build your
own by packing a gtk_label into an eventbox.
best regards ...
clemens
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]