WDS_PopupBase
WDS_PopupBase
wds
1998 12-05
CLASS
WDS_PopupBase - base widget in a popup window
SYNOPSIS
This widget is generally only used as the base widget for
a widget hierarchy in a popup window.
Any widget hierarchy in a popup window should be built on top of this widget.
This widget expands to fill the window by using
SetBounds(EW_BOUNDS_FILL_PARENT).
When a popup window is created it is given a WDS_Scope widget and then
a WDS_PopupBase widget (resulting in root_window->WDS_Scope->WDS_PopupBase).
A pointer to this widget may be obtained through the
WDS_Popup member function GetBaseWidget().
PUBLIC MEMBER FUNCTIONS
Inheritance from class WDS_Widget
FILES
wds/popup.h Popup header file
SEE ALSO
WDS_intro(3),
WDS_Widget(3),
WDS_Popup(3)