Re: EuGTK - fonts
- Posted by Jerry_Story Sep 29, 2010
- 1315 views
Jerry_Story said...
txtFilter1 = create(GtkLabel)
Actually GtkLabel is not what I want. It doesn't allow typing.
Perhaps
txtFilter1 = create(GtkEntry)
But I'm not sure that's correct. In the wxEuphoria program typing something triggers an event and the list is updated as you type.