summaryrefslogtreecommitdiffstats
path: root/rules/gtkmm.in
blob: 7d2ebe6e39a3349b4afdf6ac4661e59710a0c052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=multimedia_gtk

config GTKMM
	tristate
	select GLIBMM
	select PANGOMM
	select ATKMM
	select CAIROMM
	select PANGO
	select GTK
	prompt "gtkmm"
	help
	  gtkmm is the official C++ interface for the popular GUI library GTK+.
	  Highlights include typesafe callbacks, and a comprehensive set of
	  widgets that are easily extensible via inheritance. You can create user
	  interfaces either in code or with the Glade User Interface designer,
	  using libglademm. There's extensive documentation, including API
	  reference and a tutorial.