From b77213f15bb99ec84c20f09c0b554bca6494857a Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 2 Oct 2007 23:04:53 +0000 Subject: * gtk: backport from TechPool git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7341 33e552b5-05e3-0310-8538-816dae2090ed --- rules/glade.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rules/glade.in (limited to 'rules/glade.in') diff --git a/rules/glade.in b/rules/glade.in new file mode 100644 index 000000000..19d379ac8 --- /dev/null +++ b/rules/glade.in @@ -0,0 +1,15 @@ +config GLADE + bool + 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. -- cgit v1.2.3