.\" Title: gtk-builder-convert .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 .\" 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.