| 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.
| 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 |
| font | [RW] | Title font [FXFont] |
| groupBoxStyle | [RW] | Group box style [Integer] |
| text | [RW] | Group box title text [String] |
| textColor | [RW] | Title text color [FXColor] |