KWWidgets/Projects/UIDesigner/Application/PreviousWork/GladeStudyResults

From KitwarePublic
Revision as of 17:56, 26 March 2006 by Lourson77 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Glade

Glade is a free user interface builder for GTK+ and GNOME, released under the GNU GPL License.
The user interfaces designed in Glade are saved as XML, and by using the libglade library these can be loaded by applications dynamically as needed. (Glade can also generate C code, though this isn't recommended for large applications.)
By using libglade, Glade XML files can be used in numerous programming languages including C, C++, Java, Perl, Python, C#, Pike, Ruby, Haskell, Objective Caml and Scheme. Adding support for other languages is easy too.

Quote taken from the [portal page].

The version used for this study is version 2.12.0, include in the Breezy Badger release of the Ubuntu distribution.

List of basic widgets

1  Window
2  Menu bar
3  Toolbar
4  Handle box
5  Toolbar with buttons
6  Toolbar with toggle buttons
7  oolbar with radio buttons
8  Toolbar with separator item
9  Label
10 Text entry
11 Combo box entry
12 Text view
13 Button
14 Toggle button
15 Check button
16 Radio button
17 Combo box
18 Spin button
19 List or tree view
20 Icon view
21 Horizontal separator
22 Vertical separator
23 Image
24 Drawing area
25 Dialog
26 File chooser dialog
27 Color selection dialog
28 Font selection dialog
29 Horizontal box
30 Vertical box
31 Table
32 Fixed positions
33 Horizontal button box
34 Vertical button box
35 Horizontal panes
36 Vertical panes
37 Notebook
38 Frame
39 Scrolled Window
40 Status bar

List of additionnal widgets

1