gtk events wndproc

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.