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

Re: Gtk::Entry justification



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]