20 #ifndef __PAWSCONFIGCHATTABS_H    21 #define __PAWSCONFIGCHATTABS_H    46     pawsCheckBox *isysbase, *ichat, *inpc, *itells, *iguild, *ialliance, *igroup, *iauction, *isys, *ihelp;
    47     pawsCheckBox *issysbase, *ischat, *isnpc, *istells, *isguild, *isalliance, *isgroup, *isauction, *issys, *ishelp;
 
CREATE_PAWS_FACTORY(pawsConfigChatTabs)
 
A combination widget that has a check box and a text label. 
 
Main Chat window for PlaneShift. 
 
bool LoadConfig()
sets content of dialog according to current configuration 
 
configuration screen to decide which tabs will be displayed in chat window. 
 
void SetDefault()
sets content of dialog according to default configuration 
 
bool SaveConfig()
remembers settings in-game and saves them permanently to a file also 
 
bool PostSetup()
This is called after the widget and all of it's children have been created.