summaryrefslogtreecommitdiffstats
path: root/rules/glade.in
blob: bb89152bd0c554558cf69e8063ea5c705ea9e6e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=staging
## old section:
### SECTION=multimedia_gtk

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

	  STAGING: remove in ptxdist-2018.12.0
	  Old and obsolete, version. Should be update to a new version.