Re: Size of text entries

2005-10-05 Thread Olivier Sessink
flood wrote: >> use gtk_widget_set_size_request () >> >> but if the user doesn't change the data, why not use a GtkLabel ? > Thank you. As far as the label goes, I would use it if you could > change the background color to white. that is a little tricky: a label doesn't have a background, so you

Re: Size of text entries

2005-10-04 Thread Olivier Sessink
flood wrote: > Hello, In my app I have a text entry widget that will display a small > number, usually 1-10. However, when I added the entry widget I noticed it > was very big compared to the amount of text that will be stored in it. Also > I should mention the user will not be changing the text in

Size of text entries

2005-10-04 Thread flood
Hello, In my app I have a text entry widget that will display a small number, usually 1-10. However, when I added the entry widget I noticed it was very big compared to the amount of text that will be stored in it. Also I should mention the user will not be changing the text inside the entry but th