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

config GLADE
	tristate
	select HOST_INTLTOOL
	select GTK
	prompt "glade"
	help
	  Glade is a RAD tool to enable quick and easy development of
	  user interfaces for the GTK+ 2 toolkit. It also contains
	  built-in support for generating the C source code needed to
	  recreate the interfaces.
	  The user interfaces designed in Glade are stored in the
	  well-known XML format, enabling easy integration with
	  external tools. Several tools are already available which
	  can turn the XML files into source code in other languages
	  such as C++, Perl and Python. Other tools such as libglade
	  can load the XML files and create the interfaces at runtime.