'\" t .\" Title: gtk-builder-convert .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/06/2024 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GTK\-BUILDER\-CONVER" "1" "03/06/2024" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gtk-builder-convert \- Glade file conversion utility .SH "SYNOPSIS" .HP \w'\fBgtk\-builder\-convert\fR\ 'u \fBgtk\-builder\-convert\fR [\-\-skip\-windows] [\-\-target\-version\ \fIversion\fR] [\-\-root\ \fIname\fR] {input} {output} .SH "DESCRIPTION" .PP \fBgtk\-builder\-convert\fR converts glade files into XML files which can be loaded with GtkBuilder\&. .PP It expects the name of a glade file as the first argument, and writes its output the file specified as the second argument\&. .SH "OPTIONS" .PP \-\-skip\-windows, \-w .RS 4 Convert everything but GtkWindow subclasses\&. .RE .PP \-\-target\-version, \-t .RS 4 Some widgets and properties are different between GTK+ versions 2\&.0 and 3\&.0, so this option allows to set the desired GTK+ target version\&. .RE .PP \-\-root, \-r .RS 4 Convert only the widget named \fIname\fR and its children\&. .RE .SH "BUGS" .PP Toolbars are not handled\&. .PP Support for accessibility is not yet implemented\&. .PP The script requires a python interpreter to run\&.