Re: What's worry with the "entry" widget? It makes my application so ugly!



On Sun, 2006-07-16 at 13:17 +0200, Richard Boaz wrote:
> hi,
> 
> if you want fine control over the size of your entry widgets, the  
> following routines may be of help:
> 
> gtk_entry_set_max_length()
> gtk_entry_set_width_chars()

these are significant, but of likely equal importance is the way the
entry is packed into a box/table. gtk will generally feel free to expand
any widget vertically or horizontally when necessary, unless the
developer has constrained such expansion. understanding how to do this
is critical if you do not use glade or similar tools.

--p





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