From 73de9f1ed4fad1c55a1116c411a1e8bb13c0ae72 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 30 May 2006 13:52:12 +0000 Subject: Rename ListBox'es to Panel's, matching dit. --- ColorsPanel.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ColorsPanel.h (limited to 'ColorsPanel.h') diff --git a/ColorsPanel.h b/ColorsPanel.h new file mode 100644 index 00000000..e8adcb5b --- /dev/null +++ b/ColorsPanel.h @@ -0,0 +1,32 @@ +/* Do not edit this file. It was automatically genarated. */ + +#ifndef HEADER_ColorsPanel +#define HEADER_ColorsPanel + + +#include "Panel.h" +#include "CheckItem.h" +#include "Settings.h" +#include "ScreenManager.h" + +#include "debug.h" +#include + + +typedef struct ColorsPanel_ { + Panel super; + + Settings* settings; + ScreenManager* scr; + bool check[5]; +} ColorsPanel; + + +ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr); + +void ColorsPanel_delete(Object* object); + +HandlerResult ColorsPanel_EventHandler(Panel* super, int ch); + + +#endif -- cgit v1.2.3