Class Fox::FXFrame
In: rdoc-sources/FXFrame.rb
Parent: FXWindow

The Frame widget provides borders around some contents. Borders may be raised, sunken, thick, ridged or etched. They can also be turned off completely. In addition, a certain amount of padding may be specified between the contents of the widget and the borders. The contents may be justified inside the widget using the justification options. The Frame widget is sometimes used by itself as a place holder, but most often is used as a convenient base class for simple controls.

Constants

DEFAULT_PAD:Default padding

Methods

new  

Attributes

baseColor  [RW]  Base GUI color [FXColor]
borderColor  [RW]  Border color [FXColor]
borderWidth  [R]  Border width, in pixels [Integer]
frameStyle  [RW]  Frame style [Integer]
hiliteColor  [RW]  Highlight color [FXColor]
padBottom  [RW]  Bottom interior padding, in pixels [Integer]
padLeft  [RW]  Left interior padding, in pixels [Integer]
padRight  [RW]  Right interior padding, in pixels [Integer]
padTop  [RW]  Top interior padding, in pixels [Integer]
shadowColor  [RW]  Shadow color [FXColor]

Public Class methods

[Validate]