Solution builder


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS Solution builder
# 1  
Old 09-09-2008
Solution builder

A refreshing change. A blade program that is actually about building solutions for customers! Learn how this unique program delivers more to HP customers.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

C++ (Borland Builder) question

If anyone uses this can you help please; I want to use a for loop to update several Objects without having to write them all into the script, e.g., If I have CheckBox1, CheckBox2, CheckBox3 etc I want loop round something like for (int i=1;i<10;i++) CheckBox(i)->State = 1; Where... (1 Reply)
Discussion started by: gefa
1 Replies

2. Programming

C++/g++ builder for LINUX???

Hello everybody there, I wanted to know, if any builder(RAD) existed for programming in gcc(g++)/c++ in Linux. I am using scientific Linux. I need it urgently if it exists. --rohit (1 Reply)
Discussion started by: RohitThakkar
1 Replies
Login or Register to Ask a Question
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)