forked from AuroraMiddleware/gtk
0ee11876c4
svn path=/trunk/; revision=18238
31 lines
838 B
Groff
31 lines
838 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.
|