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

config GLADE
	tristate
	select LIBGLADE
	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.