#ifndef __WStringList__H
#define __WStringList__H

#include "WimpLib:Coords.h"
#include "WimpLib:StrCol.h"

#ifdef __cplusplus
extern "C" {
#endif

typedef struct WStringList WStringList;

WStringList* throw_New_WStringList(StrCol* pStrCol, HWind parentwnd, HIcon parenticon);
void Delete_WStringList(WStringList*);

void WStringList_SetIconData(WStringList*, const char* pText);

#ifdef __cplusplus
}
#endif

#endif
