Fernando Apesteguía wrote:
Actually, I want my app behaves for example like the gnome font dialog.
When I change dpi configuration, dialog, gnome panel and others, they expand
their widths and heights to fit the text. Did you try it?.
Maybe I'm missing some widget property to do this aut
On Tue, 2006-01-10 at 13:53 +0100, Fernando Apesteguía wrote:
> Yes but... in fact if I make a bigger label and the user changes dpi again,
> I run into the same problem. My question is if this is fixable? Or can I
> only make bigger the label?
It sounds like you are using a fixed x/y layout inste
Fernando Apesteguía wrote:
I have a problem about displaying text on labels. When I change the dpi font
configuration, the text doesn't fit the label, so the message appear to be
cutted.
I would like to know if there is any way to handle this. May be I'm
forgetting some gtk_label_set_* function