GTK# Entry class

  • Thread starter Thread starter White Spirit
  • Start date Start date
W

White Spirit

When I use the Entry class in GTK#, my programme takes as much CPU time
as it can get and the text field is extremely unresponsive. Is this a
bug in GTK#?
 
chanmm said:
Show some of your code how to you use GTK in C#.

Well, I've found the cause of the problem. The Gtk.Entry doesn't like
coexisting with an ExposeEventHandler I have set up for a drawing area.
I might have to use a TextView instead, if I can configure it to
behave like an Gtk.Entry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top