Widget/Frame

From Gui

< Widget(Difference between revisions)
(Change semantics a bit.)
(Added "layout" property)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
-
A container is a widget that holds other widgets.
+
A Frame is a widget that holds other widgets.
-
In desktop applications the "root" container is usually displayed as a "window".
+
In desktop applications the "root" Frame is usually displayed as a "window".
== Properties ==
== Properties ==
-
* title
+
* id
 +
* title (can be null string)
 +
* layout (implementation-defined default)
 +
** horizontal
 +
** vertical
 +
** grid
== Events ==
== Events ==

Current revision as of 16:07, 16 June 2009

A Frame is a widget that holds other widgets.

In desktop applications the "root" Frame is usually displayed as a "window".

[edit] Properties

  • id
  • title (can be null string)
  • layout (implementation-defined default)
    • horizontal
    • vertical
    • grid

[edit] Events

Personal tools