Hi! Class hBrowse.prg of GTK not exists event msg WM_CHAR IF msg == WM_CHAR Is possible add this recurse ? Or should I use which method to replace it ?
IF msg == WM_CHAR
Best regards, Itamar M. Lins Jr.
GTK haven't an analogue of WM_CHAR, all keyboard events should be handled with WM_KEYDOWN, WM_KEYUP
Regards, Alexander
Log in to post a comment.
GTK haven't an analogue of WM_CHAR, all keyboard events should be handled with WM_KEYDOWN, WM_KEYUP
Regards, Alexander