19 #ifndef PAWS_CHAR_BIRTH_HEADER    20 #define PAWS_CHAR_BIRTH_HEADER    45     void OnListAction( 
pawsListBox* widget, 
int status );
    46     bool OnButtonPressed( 
int mouseButton, 
int keyModifier, 
pawsWidget* widget );
    56     void PopulateFields();
    58     int lastSiblingsChoice;
    64     csPDelArray<Zodiac> zodiacs;
 
Char creation screen with birth, zodiac, siblings, parents, .... 
 
CREATE_PAWS_FACTORY(pawsCharBirth)
 
A simple list box widget. 
 
pawsCharBirth(const pawsCharBirth &origin)
 
A basic combo box widget. 
 
Handles all the details of the character creation on the client side.