Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk-builder-convert(1) [opensolaris man page]

gtk-builder-convert(1)						   User Commands					    gtk-builder-convert(1)

NAME
gtk-builder-convert - Glade file conversion utility SYNOPSIS
gtk-builder-convert [--help] [--skip-windows] [--root=name] {input_glade_file} {output_XML_file} DESCRIPTION
gtk-builder-convert converts glade files into XML files which can be loaded with GTKBuilder. It expects the first argument to be the name of the glade file and the second argument to be the file name where the generated XML is saved. OPTIONS
The following options are supported: -h, --help Display help text. -w, --skip-windows Convert everything but GtkWindow subclasses. -r, --root=name Convert only the widget named name and its children. OPERANDS
The following operands are supported: input_glade_file Input glade file. output_XML_file Output XML file. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gtk-builder-convert The command-line executable for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
glade-3(1), libglade-2.0(3), libgtk-x11-2.0(3), attributes(5), gnome-interfaces(5) Latest version of the GNOME Desktop User Guide for your platform. NOTES
Toolbars are not handled. Support for accessibility is not yet implemented. The script requires a python interpreter to run. Written by Johan Dahlin, Async Open Source, Ghee Teo, Sun Microsystems Inc., 2007. SunOS 5.11 21 Nov 2007 gtk-builder-convert(1)

Check Out this Related Man Page

gtk-query-immodules-2.0(1)					   User Commands					gtk-query-immodules-2.0(1)

NAME
gtk-query-immodules-2.0 - create a cache file used by GTK+ to efficiently locate input method modules SYNOPSIS
gtk-query-immodules-2.0 [immodule] [immodule...] DESCRIPTION
gtk-query-immodules-2.0 searches for input method (IM) modules and creates a cache file that will be used by the GTK+ library to effi- ciently locate these files. This program is typically used by developers who are packaging GTK+ software. IM modules can be selected by right-clicking on input fields when running GTK+ programs. An input method is a software component that con- verts key presses into text input that cannot be typed directly. Input methods are normally used to input text for languages that have more characters than can fit on a standard keyboard. Input methods are commonly used for Japanese, Chinese, and Korean text but are also used for other languages such as Thai and Hindi. If any modules are specified on the command line, gtk-query-immodules-2.0 only looks at those particular files. If no modules are specified on the command line, gtk-query-immodules-2.0 scans the user's GTK_PATH environment variable and looks at all IM modules that are specified there. When run, gtk-query-immodules-2.0 creates context information for each module. Each module has one or more contexts. If no IM modules are specified on the command line, the scanned paths are included as a comment in the output. OPTIONS
None. OPERANDS
The following operands are supported: immodule Specify the pathname to an IM module. This can be a full pathname, or relative to the current working directory. EXAMPLES
Example 1: Installing a New Input Method Module example% binary_version=`pkg-config --variable=gtk_binary_version gtk-2.0` example% cp myimmodule.so $prefix/lib/gtk-2.0/$binary_version/immodules example% gtk-query-immodules-2.0 > $sysconfdir/gtk-2.0/gtk.immodules The values for the $prefix and $sysconfdir variables depend on how GTK+ was installed. In a standard systemwide installation of GTK+, these values are /usr and /etc respectively. ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of gtk-query-immodules-2.0: GTK_PATH Specifies what directories contain IM modules. GTK_IM_MODULE Specifies what IM modules to use, in preference to the IM module determined from the locale GTK_IM_MODULE_FILE Specifies the file that lists the IM modules to load. This environment variable overrides the im_module_file speci- fied in the RC files, which in turn overrides the default value in the system gtk.immodules file. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gtk-query-immodThescommand-line executable for the application. /etc/gtk-2.0/gtk.immodulThe GTK+ input method modules file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs-devel | +-----------------------------+-----------------------------+ |Interface stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
libgtk-x11-2.0(3) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003. SunOS 5.10 2 Apr 2003 gtk-query-immodules-2.0(1)
Man Page