Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXScrollPane.h>
Inheritance diagram for FX::FXScrollPane:
Public Member Functions | |
FXScrollPane (FXWindow *owner, FXint nvis, FXuint opts=0) | |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual void | show () |
virtual void | layout () |
FXint | getNumVisible () const |
void | setNumVisible (FXint nvis) |
FXint | getTopItem () const |
void | setTopItem (FXint t) |
virtual | ~FXScrollPane () |
It is useful when menus are populated programmatically and it is not known in advance how many entries will be added.
|
Construct menu pane.
|
|
Destroy.
|
|
Return the default width of this window.
Reimplemented from FX::FXPopup. |
|
Return the default height of this window.
Reimplemented from FX::FXPopup. |
|
Show this window.
Reimplemented from FX::FXPopup. |
|
Perform layout.
Reimplemented from FX::FXPopup. |
|
Return number of visible items.
|
|
Change the number of visible items.
|
|
Get index of top most menu item.
|
|
Scroll item to top.
|
Copyright © 1997-2005 Jeroen van der Zijp |