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

config HOST_GLADE
	tristate
	select HOST_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.