summaryrefslogtreecommitdiffstats
path: root/rules/glade.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 23:04:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 23:04:53 +0000
commitb77213f15bb99ec84c20f09c0b554bca6494857a (patch)
tree115ba6bfdcec71223f97b92d6836912ae83ad3df /rules/glade.in
parentd82dd0251c44b36babf856aad3f49e53662a9af0 (diff)
downloadptxdist-b77213f15bb99ec84c20f09c0b554bca6494857a.tar.gz
ptxdist-b77213f15bb99ec84c20f09c0b554bca6494857a.tar.xz
* gtk: backport from TechPool
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7341 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glade.in')
-rw-r--r--rules/glade.in15
1 files changed, 15 insertions, 0 deletions
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.