Planeshift
|
A small version of the inventory window. More...
#include <pawssmallinventory.h>
Public Member Functions | |
pawsSmallInventoryWindow () | |
virtual bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
virtual void | Show () |
Makes widget visible and brings it to the front. |
A small version of the inventory window.
That just shows the items that are in the bulk slot. Useful for places like adding stuff to containers where you don't need the full inventory screen.
Definition at line 37 of file pawssmallinventory.h.
pawsSmallInventoryWindow::pawsSmallInventoryWindow | ( | ) |
virtual bool pawsSmallInventoryWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
virtual void pawsSmallInventoryWindow::Show | ( | ) | [virtual] |
Makes widget visible and brings it to the front.
Sets visible TRUE shows border if present then calls BringToTop() on itself.
Reimplemented from pawsWidget.