Hi,
I have packed a GtkEntry in a box container.
Although the maximum length of this GtkEntry is set to 10 characters (
entry = gtk_entry_new_with_max_length (10)), when I show it the field has a
length of about 30 characters on screen. How can I set not the logical size
but the physical size of this field?
Thanks!
M
|