clutter-gtkmm
1.6.0
|
clutter-gtkmm is a C++ wrapper for clutter-gtk, allowing you to use cluttermm with gtkmm windows and widgets. See the Clutter::Gtk::Embed widget.
Include the clutter-gtkmm header:
(You may include individual headers, such as clutter-gtkmm/viewport.h
instead.)
If your source file is program.cc
, you can compile it with:
Alternatively, if using autoconf, use the following in configure.ac:
Then use the generated CLUTTER_GTKMM_CFLAGS
and CLUTTER_GTKMM_LIBS
variables in the project Makefile.am
files. For example: