20 #ifndef PAWS_OK_BOX_HEADER    21 #define PAWS_OK_BOX_HEADER CREATE_PAWS_FACTORY(pawsOkBox)
 
This is an ok button window box. 
 
bool PostSetup()
This is called after the widget and all of it's children have been created. 
 
void SetNotify(pawsWidget *widget)
 
void SetText(const char *text)
 
bool OnButtonPressed(int mouseButton, int keyModifier, pawsWidget *widget)
Called whenever a button is pressed.