Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / system / Wanderer / Classes / iconlist.conf
blob44f849cb4b042f1e949342a5c6b95885b483e820
1 ##begin config
2 basename      IconList
3 version       1.27
4 date          12.01.2012
5 superclass    MUIC_Area
6 classdatatype struct IconList_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 ##end cdef
13 ##begin cdefprivate
14 #include "iconlist_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 OM_DISPOSE
20 OM_SET
21 OM_GET
22 OM_ADDMEMBER
23 OM_REMMEMBER
24 MUIM_Family_AddTail
25 MUIM_Family_AddHead
26 MUIM_Family_Remove
27 MUIM_Setup
28 MUIM_Show
29 MUIM_Hide
30 MUIM_Cleanup
31 MUIM_AskMinMax
32 MUIM_Draw
33 MUIM_Layout
34 MUIM_HandleEvent
35 MUIM_CreateDragImage
36 MUIM_DeleteDragImage
37 MUIM_DragQuery
38 MUIM_DragReport
39 MUIM_DragDrop
40 MUIM_UnknownDropDestination
41 MUIM_IconList_Clear
42 MUIM_IconList_Update
43 MUIM_IconList_RethinkDimensions
44 MUIM_IconList_CreateEntry
45 MUIM_IconList_UpdateEntry
46 MUIM_IconList_DestroyEntry
47 MUIM_IconList_DrawEntry
48 MUIM_IconList_DrawEntryLabel
49 MUIM_IconList_MakeEntryVisible
50 MUIM_IconList_SelectAll
51 MUIM_IconList_UnselectAll
52 MUIM_IconList_NextIcon
53 MUIM_IconList_Sort
54 MUIM_IconList_CoordsSort
55 MUIM_IconList_PositionIcons
56 MUIM_IconList_GetIconPrivate
57 MUIM_IconList_PropagateEntryPos
58 ##end methodlist