Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "11 Controls, Composites, Groups, and Shells"

(Class Group)
(Class Control)
Line 4: Line 4:
 
Currently implemented:
 
Currently implemented:
 
* visibility
 
* visibility
 +
* enablement
 
* tooltip text
 
* tooltip text
 
* colors
 
* colors
 +
* fonts
 
* context menu
 
* context menu
 
* size, location and layout data
 
* size, location and layout data

Revision as of 12:35, 21 January 2007

Back to RWTOverview

Class Control

Currently implemented:

  • visibility
  • enablement
  • tooltip text
  • colors
  • fonts
  • context menu
  • size, location and layout data
  • borders (style flags BORDER and FLAT)

Class Composite

Class Group

A basic implementation exists. The various SHADOW styles are not yet supported. Though API for changing the font exists as it is inherited from Control using those methods has not effect client-side.

Class Shell

Back to the top