![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXPopup.h>
Inheritance diagram for FX::FXPopup:

Public Member Functions | |
| FXPopup (FXWindow *owner, FXuint opts=POPUP_VERTICAL|FRAME_RAISED|FRAME_THICK, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
| virtual FXint | getDefaultWidth () |
| virtual FXint | getDefaultHeight () |
| virtual void | layout () |
| FXPopup * | getPrevActive () const |
| FXPopup * | getNextActive () const |
| virtual void | setFocus () |
| virtual void | killFocus () |
| virtual void | show () |
| virtual void | hide () |
| void | setFrameStyle (FXuint style) |
| FXuint | getFrameStyle () const |
| FXint | getBorderWidth () const |
| void | setHiliteColor (FXColor clr) |
| FXColor | getHiliteColor () const |
| void | setShadowColor (FXColor clr) |
| FXColor | getShadowColor () const |
| void | setBorderColor (FXColor clr) |
| FXColor | getBorderColor () const |
| void | setBaseColor (FXColor clr) |
| FXColor | getBaseColor () const |
| virtual void | popup (FXWindow *grabto, FXint x, FXint y, FXint w=0, FXint h=0) |
| virtual void | popdown () |
| FXWindow * | getGrabOwner () const |
| FXuint | getOrientation () const |
| void | setOrientation (FXuint orient) |
| FXbool | getShrinkWrap () const |
| void | setShrinkWrap (FXbool sw) |
| virtual bool | doesSaveUnder () const |
| virtual | ~FXPopup () |
See also:
|
||||||||||||||||||||||||||||
|
Construct popup pane.
|
|
|
Destructor.
|
|
|
Return the default width of this window.
Reimplemented from FX::FXComposite. Reimplemented in FX::FXScrollPane. |
|
|
Return the default height of this window.
Reimplemented from FX::FXComposite. Reimplemented in FX::FXScrollPane. |
|
|
Perform layout.
Reimplemented from FX::FXComposite. Reimplemented in FX::FXScrollPane. |
|
|
Return a pointer to the prior active popup.
|
|
|
Return a pointer to the next active popup.
|
|
|
Move the focus to this window.
Reimplemented from FX::FXShell. |
|
|
Remove the focus from this window.
Reimplemented from FX::FXShell. |
|
|
Show this window.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXScrollPane. |
|
|
Hide this window.
Reimplemented from FX::FXWindow. |
|
|
Change frame style.
|
|
|
Return frame style.
|
|
|
Return border width.
|
|
|
Change highlight color.
|
|
|
Return highlight color.
|
|
|
Change shadow color.
|
|
|
Return shadow color.
|
|
|
Change border color.
|
|
|
Return border color.
|
|
|
Change base color.
|
|
|
Return base color.
|
|
||||||||||||||||||||||||
|
Popup the menu and grab to the given owner.
|
|
|
Pop down the menu.
|
|
|
Return current grab owner.
|
|
|
Return popup orientation.
|
|
|
Change popup orientation.
|
|
|
Return shrinkwrap mode.
|
|
|
Change shrinkwrap mode.
|
|
|
Reimplemented from FX::FXWindow. |
|
|