Building a custom textbox in GTK

Posted by CommuSoft on Stack Overflow See other posts from Stack Overflow or by CommuSoft
Published on 2012-03-28T01:29:44Z Indexed on 2012/03/28 23:31 UTC
Read the original article Hit count: 178

Filed under:
|

I want to make my own GTK# Textbox, the textbox should draw the text and it's cursor on a special way.

However keyboard and mouse-handling is quite complex and is also influenced by for instance the operating system (for instance the use of dead keys)

Is there a way to build such a control without having to worry about keyboard input?

I assume I have to make a textbox control that inherits the original textbox control. How can I handle drawing requests and mouse movements?

© Stack Overflow or respective owner

Related posts about keyboard

Related posts about gtk