Class Fox::FXPopup
In: rdoc-sources/FXPopup.rb
Parent: FXShell

Popup window

Popup internal orientation

POPUP_VERTICAL:Vertical orientation
POPUP_HORIZONTAL:Horizontal orientation
POPUP_SHRINKWRAP:Shrinkwrap to content

Methods

new   popdown   popup  

Attributes

baseColor  [RW]  Base color [FXColor]
borderColor  [RW]  Border color [FXColor]
borderWidth  [R]  Border width [Integer]
frameStyle  [RW]  Frame style [Integer]
grabOwner  [R]  Current grab owner [FXWindow]
hiliteColor  [RW]  Highlight color [FXColor]
orientation  [RW]  Popup orientation [Integer]
shadowColor  [RW]  Shadow color [FXColor]
shrinkWrap  [RW]  Shrinkwrap mode [Boolean]

Public Class methods

Public Instance methods

Pop it down

[Validate]