cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
gtk events wndproc
gtk events wndproc
Jul 28, 2009 at 6:51pm UTC
joe3dge
(17)
when making windows applications uusing winapi, inorder to handle events, you use the
LRESULT CALLBACK winproc(HWND Handle, UINT Message, WPARAM WParam, LPARAM LParam);
is there a similar way to do use this using gtk?
Topic archived. No new replies allowed.