Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glade(1) [centos man page]

GLADE(1)							   User Commands							  GLADE(1)

NAME
glade - Create GTK+ user interfaces SYNOPSIS
glade [OPTION...] [FILE...] DESCRIPTION
glade is a tool to create or edit user interfaces for GTK+ or GNOME applications. It saves the user interface descriptions in xml files which can be read by the GtkBuilder API that is part of GTK+. OPTIONS
The following options can be specified: -h, --help Show help options. --help-all Show all help options. --help-debug Show Glade debug options. --help-gtk Show GTK+ options. --version Output version information and exit. --without-devhelp Disable devhelp integration. --display=DISPLAY X display to use. SEE ALSO
devhelp(1) GNOME
GLADE(1)

Check Out this Related Man Page

glade-2(1)							   User Commands							glade-2(1)

NAME
glade-2 - create graphical user interfaces for Gtk+ and GNOME SYNOPSIS
glade-2 [gnome-std-options] [--write-source filename] [--hide-palette] [--hide-property-editor [--show-widget-tree] [--show-clipboard]] [filename] DESCRIPTION
Glade is an application for creating graphical user interfaces that use the Gtk+ and GNOME libraries. Glade allows you to rapidly develop these interfaces, and can create source code in a variety of languages that will construct the interfaces for you. Glade can also be used in conjunction with libglade(3C) to dynamically create user interfaces from the XML description file that Glade creates. This is by far the preferred method of using Glade, as it is not neccessary to recompile your code for simple user interface modifications. OPTIONS
The following options are supported: --write-source fLoadaaegiven XML description file, generate source code for it, and then exit. You can also use -w to specify this option. --hide-palette Hide the Palette dialog on start up. --hide-property-Hide the Property Editor dialog on start up. --show-widget-trShow the Widget Tree dialog on start up. --show-clipboardShow the Clipboard dialog on start up. gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. OPERANDS
The following operands are supported: filename The name of the file to be edited or viewed. If filename is not specified, a blank window is opened. EXAMPLES
Example 1: Launching Glade with Widget Tree and sample XML description file example% glade-2 --show-widget-tree example.glade 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/glade-2 Executable for Glade. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-ui-designer | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Glade User Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-std-options(5), libglade-2.0(3), libgtk-x11-2.0(3), libgnomeui-2(3) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 glade-2(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

gui script glade etc

Hello all, im not very good at bash:( etc a reall beginer, but what i am tryiny to do is say make a script/program that when run, shows a button,(gui) and when you press the button issues a bash command eg apt-get install devede etc, i can make a script to install/ do things i want, and sort of... (1 Reply)
Discussion started by: dave123
1 Replies

2. Red Hat

RHEL 7 distribution compatibility

Hi all, I'm new here. I am currently using RHEL 6.10 and transitioning to RHEL 7 soon. Some of my GUI developments are developed using Glade v2.6.8. My question is: Is Glade v2.6.8 compatible with RHEL 7? Do I need to install additional libraries or dependencies? I looked up the list of... (1 Reply)
Discussion started by: chaosvn
1 Replies