26 #ifndef PAWS_SKIN_SELECTOR_WINDOW    27 #define PAWS_SKIN_SELECTOR_WINDOW    29 #include <iutil/vfs.h>    30 #include <csutil/ref.h>    32 #include <iutil/cfgmgr.h>    49     bool PreviewResource(
const char* resource,
const char* resname,
const char* mountPath);
    58     csRef<iConfigManager> config;
 
void PreviewSkin(const char *name)
 
bool PostSetup()
This is called after the widget and all of it's children have been created. 
 
A combination widget that has a check box and a text label. 
 
void OnListAction(pawsListBox *widget, int status)
Called whenever an item in a child list box is selected. 
 
A simple list box widget. 
 
bool PreviewResource(const char *resource, const char *resname, const char *mountPath)
 
CREATE_PAWS_FACTORY(peSkinSelector)
 
A basic combo box widget. 
 
bool OnButtonPressed(int mouseButton, int keyModifier, pawsWidget *widget)
Called whenever a button is pressed.