1WXGLADE(1)                       User Commands                      WXGLADE(1)
2
3
4

NAME

6       wxglade - python program to build user interfaces based on the
7       wxWidgets toolset.
8

SYNOPSIS

10       wxglade [--help | -h]
11
12       wxglade [--version]
13
14       wxglade [FILENAME.wxg]
15
16       wxglade {-g LANG | --generate-code LANG} [-o DESTINATION |
17               --output DESTINATION] FILENAME.wxg
18

DESCRIPTION

20       wxglade wxGlade is a GUI designer written in Python with the popular
21       GUI toolkit wxPython, that helps you create wxWidgets/wxPython user
22       interfaces. At the moment it can generate Python, Lisp, C++ and XRC
23       (wxWidgets' XML resources) code.
24

OPTIONS

26       These programs follow the usual GNU command line syntax, with long
27       options starting with two dashes (`-'). A summary of options is
28       included below. For a complete description, see the Info files.
29
30       -g or --generate-code LANG
31           If you only want to generate the code without starting the GUI, use
32           the -g or --generate-code option with the language as argument
33
34           Possible values for LANG are "python", "lisp", "XRC", "perl" or
35           "C++".
36
37       -o or --output DESTINATION
38           You can specify the destination of the generated code with -o or
39           --output option.
40
41           The DESTINATION argument can be a file or a directory. It is a file
42           when the FILENAME.wxg generates single-file source code. It is a
43           directory when the FILENAME.wxg generates multiple-file source
44           code.
45
46       -h or --help
47           Show the help message and exit
48
49       --version
50           Show programs version number and exit
51

EXAMPLES

53       Generate Python code out of myapp.wxg:
54
55       wxglade -o /tmp -g python myapp.wxg
56
57       Open file myapp.wxg in wxGlade GUI:
58
59       wxglade myapp.wxg
60

BUGS

62       Report wxGlade bugs to <wxglade-general@lists.sourceforge.net> or
63       <https://sourceforge.net/projects/wxglade/>
64

SEE ALSO

66       wxGlade home page <http://wxgalde.sourceforge.net>
67

AUTHORS

69       Georges Khaznadar <georgesk@ofset.org>
70           This manual page was originally written by Georges Khaznadar for
71           the Debian(TM) system (but may be used by others). Permission is
72           granted to copy, distribute and/or modify this document under the
73           terms of the GNU General Public License, Version 2 any later
74           version published by the Free Software Foundation. On Debian(TM)
75           systems, the complete text of the GNU General Public License can be
76           found in /usr/share/common-licenses/GPL.
77
78       Carsten Grohmann <mail@carstengrohmann.de>
79           Current maintainer of this manpage.
80
82       Copyright © 2003, 2012-2016 Georges Khaznadar, Carsten Grohmann
83
84
85
86wxGlade                        January 07, 2012                     WXGLADE(1)
Impressum