1GATE(1)                    GtkAda programming manual                   GATE(1)
2
3
4

NAME

6       gate - generate Ada applications from a GLADE XML file
7

SYNOPSIS

9       gate file
10

DESCRIPTION

12       gate  is the static version of the program transforming a file produced
13       by glade(1), the Gtk GUI builder, into an Ada program.  It will  gener‐
14       ate a set of Ada files that, when compiled, will recreate the interface
15       you just designed in glade(1).  The most important file created by Gate
16       is  called  callback_<project_name>.adb  and contains stubs for all the
17       callbacks you declared in Glade.
18
19       Note that you can easily go back to Glade any time, modify your  inter‐
20       face,  and  have gate regenerate a set of files. All your modifications
21       will be kept in the new files. For that, gate creates a directory .gate
22       in  the  current directory. Please do not delete it if you want gate to
23       be able to keep your changes from one version to the next.   Also  note
24       that  to  be  able  to keep track of your modifications, gate relies on
25       patch and diff being available on your system.  If  you  don't  have  a
26       working  set  of diff/patch, configure will simply replace them by null
27       operations.
28

SEE ALSO

30       gtkada-config(1), dgate(1), glade(1)
31
33       This man page has  been  written  by  Samuel  Tardieu  for  the  Debian
34       GNU/Linux  distribution,  from informations given by the GtkAda authors
35       Emmanuel Briot, Joel Brobecker and Arnaud Charlet.
36
37       Permission to use, copy, modify, and distribute this documentation  for
38       any  purpose and without fee is hereby granted, provided that the above
39       copyright notice appear in all copies  and  that  both  that  copyright
40       notice and this permission notice appear in supporting documentation.
41
42
43
44
45GNU Debian/Linux                 29 March 1999                         GATE(1)
Impressum