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 _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list