![]() |
Public API Reference |
#include <awsdock.h>
Inheritance diagram for iAwsDockSite:
Public Methods | |
virtual int | GetType ()=0 |
Document me! @. More... | |
virtual void | AddDockWindow (iAwsDockableWindow *win)=0 |
Insert a window into the dock site. More... | |
virtual void | RemoveDockWindow (iAwsDockableWindow *win)=0 |
Remove a window from a dock site. More... | |
virtual csRect | GetDockedWindowFrame (iAwsDockableWindow *win)=0 |
Gets the docked window frame where the dockable window should draw itself. More... |
@
Definition at line 42 of file awsdock.h.
|
Insert a window into the dock site.
|
|
Gets the docked window frame where the dockable window should draw itself.
|
|
Document me! @. @ |
|
Remove a window from a dock site.
|