Reputation: 6166
How can i inherit gtk window class. what header file should be included todo so.
Thanks in advance, iSight
Upvotes: 1
Views: 557
Reputation: 2123
#include <gtkmm/window.h>
The Hello World example does it: https://developer.gnome.org/gtkmm-tutorial/unstable/sec-helloworld.html.en
Upvotes: 0