20 #ifndef PAWS_CONFIG_CHATTABCOMPLETION_HEADER    21 #define PAWS_CONFIG_CHATTABCOMPLETION_HEADER    63 #endif //PAWS_CONFIG_CHATTABCOMPLETION_HEADER 
virtual bool LoadConfig()
sets content of dialog according to current configuration 
 
Main Chat window for PlaneShift. 
 
pawsConfigChatTabCompletion()
 
configuration screen for chat auto completed (pressing tab) 
 
virtual bool OnButtonPressed(int, int, pawsWidget *)
Called whenever a button is pressed. 
 
virtual void OnListAction(pawsListBox *, int)
Called whenever an item in a child list box is selected. 
 
A simple list box widget. 
 
CREATE_PAWS_FACTORY(pawsConfigChatTabCompletion)
 
virtual void SetDefault()
sets content of dialog according to default configuration 
 
virtual bool PostSetup()
This is called after the widget and all of it's children have been created. 
 
virtual bool SaveConfig()
remembers settings in-game and saves them permanently to a file also 
 
virtual bool Initialize()
 
bool OnChange(pawsWidget *)
Called whenever a widget is selected.