.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "WXGLADE" 1 "octobre 25, 2004" "" "" .SH NAME wxglade \- python program to build user interfaces based on the wxWidgets toolset. .SH "SYNOPSIS" .ad l .hy 0 .HP 8 \fBwxglade\fR [\fB\-g\ \fILANG\fR\fR] [\fB\-\-generate\-cod\ \fILANG\fR\fR] [\fB\-o\ \fIDESTINATION\fR\fR] [\fB\-\-output\ \fIDESTINATION\fR\fR] [\fIFILENAME\&.wxg\fR] .ad .hy .SH "DESCRIPTION" .PP \fBwxglade\fR wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces\&. At the moment it can generate Python, C++ and XRC (wxWidgets' XML resources) code\&. .SH "OPTIONS" .PP These programs follow the usual GNU command line syntax, with long options starting with two dashes (`\-')\&. A summary of options is included below\&. For a complete description, see the Info files\&. .TP \fB\-g\fR or \fB\-\-generate\-cod\fR \fILANG\fR If you only want to generate the code without starting the GUI, use the \-g or \-\-generate\-code option with the language as argument Possible values for LANG are "python", "XRC", "perl" or "C++"\&. .TP \fB\-o\fR or \fB\-\-output\fR \fIDESTINATION\fR You can specify the destination of the generated code with \-o or \-\-output option\&. The DESTINATION argument can be a file or a directory\&. It is a file when the FILENAME\&.wxg generates single\-file source code\&. It is a directory when the FILENAME\&.wxg generates multiple\-file source code\&. .SH "AUTHOR" .PP This manual page was written by Georges Khaznadar for the Debian™ system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .SH AUTHOR Georges Khaznadar.