gtk2/docs/reference/gtk/gtk-builder-convert.1
Matthias Clasen 36603ff822 Update
svn path=/trunk/; revision=18239
2007-06-26 05:23:45 +00:00

33 lines
891 B
Groff

.\" Title: gtk-builder-convert
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
.\" Date: 06/26/2007
.\" Manual:
.\" Source:
.\"
.TH "GTK\-BUILDER\-CONVERT" "1" "06/26/2007" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
gtk\-builder\-convert \- Glade file conversion utility
.SH "SYNOPSIS"
.HP 25
\fBgtk\-builder\-convert \fR\fB{file}\fR
.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 sole argument, and writes its output to stdout.
.SH "BUGS"
.PP
GtkComboBox items are not converted into GtkListStore data.
.PP
GtkTextView text is not converted into a GtkTextBuffer.
.PP
Toolbars are not handled.
.PP
The script requires a python interpreter to run.