Re: EuGTK - fonts
- Posted by irv Sep 29, 2010
- 1314 views
set(mylabel,"modify font","Courier 12")
I can't remember all these things either, but try changing to the directory with the EuGTK demos, and typing grep font * In most cases, something like that will pull up several instances to look at.
BTW, I am not at all sure a label is the correct thing to use display a lot of items. Suppose the user types A - he's going to get a very long list, and labels are for short things. You'll find the label extends off the bottom of the screen, and there's no way to see the bottom part.