boom
boom

Reputation: 6166

inherit gtkmm window class

How can i inherit gtk window class. what header file should be included todo so.

Thanks in advance, iSight

Upvotes: 1

Views: 557

Answers (1)

murrayc
murrayc

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

Related Questions