Class Fox::FXGroupBox
In: rdoc-sources/FXGroupBox.rb
Parent: FXPacker

An FXGroupBox widget provides a nice raised or sunken border around a group of widgets, providing a visual delineation. Typically, a title is placed over the border to provide some clarification.

Group box options

GROUPBOX_TITLE_LEFT:Title is left-justified
GROUPBOX_TITLE_CENTER:Title is centered
GROUPBOX_TITLE_RIGHT:Title is right-justified
GROUPBOX_NORMAL:same as GROUPBOX_TITLE_LEFT

Methods

new   to_s  

Attributes

font  [RW]  Title font [FXFont]
groupBoxStyle  [RW]  Group box style [Integer]
text  [RW]  Group box title text [String]
textColor  [RW]  Title text color [FXColor]

Public Class methods

Public Instance methods

Return the group box‘s title text

[Validate]