forked from alpyre/Sevgi_Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopasl_string.h
More file actions
21 lines (18 loc) · 1.08 KB
/
popasl_string.h
File metadata and controls
21 lines (18 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/******************************************************************************
* PopASLString *
******************************************************************************/
#include <libraries/asl.h>
//Public Attributes
//<SUBCLASS ATTRIBUTES HERE> ex: #define MUIA_PopASLString_{Attribute} 0x80430FF1
#define MUIA_PopASLString_Requester 0x80430FF1 //(I..) (struct FileRequester*) // !!MANDATORY!!
#define MUIA_PopASLString_StringFunc 0x80430FF2 //(ISG) (VOID (*)(struct FileRequester*, Object*))
#define MUIA_PopASLString_StringObject 0x80430FF3 //(..G) (Object*)
#define MUIA_PopASLString_PopButton 0x80430FF4 //(..G) (Object*)
#define MUIA_PopASLString_IgnoreContents 0x80430FF5 //(ISG) (BOOL)
//All ASLFR_{*} tags are recognized
//MUIA_Image_Spec will set the image on the pop button (defaults to MUII_PopFile)
//Public Methods
//<SUBCLASS METHODS HERE> ex: #define MUIM_PopASLString_{Method} 0x80430FF1
//Public Functions
struct MUI_CustomClass* MUI_Create_PopASLString(void);
//<YOUR SUBCLASS FUNCTIONS HERE>