Use standard MUIV_ values for IconList sorting flags. Add provisional DisplayMode...
[AROS.git] / workbench / system / Wanderer / Classes / iconlist.conf
blob8d80651e65492c2eaf4d3065ba46422f5bf2161c
1 ##begin config
2 basename      IconList
3 version       1.11
4 date          03.05.2010
5 superclass    MUIC_Area
6 classdatatype struct IconList_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 #include "iconlist_private.h"
12 ##end cdef
14 ##begin methodlist
15 OM_NEW
16 OM_DISPOSE
17 OM_SET
18 OM_GET
19 OM_ADDMEMBER
20 OM_REMMEMBER
21 MUIM_Family_AddTail
22 MUIM_Family_AddHead
23 MUIM_Family_Remove
24 MUIM_Setup
25 MUIM_Show
26 MUIM_Hide
27 MUIM_Cleanup
28 MUIM_AskMinMax
29 MUIM_Draw
30 MUIM_Layout
31 MUIM_HandleEvent
32 MUIM_CreateDragImage
33 MUIM_DeleteDragImage
34 MUIM_DragQuery
35 MUIM_DragReport
36 MUIM_DragDrop
37 MUIM_UnknownDropDestination
38 MUIM_IconList_Clear
39 MUIM_IconList_Update
40 MUIM_IconList_RethinkDimensions
41 MUIM_IconList_CreateEntry
42 MUIM_IconList_UpdateEntry
43 MUIM_IconList_DestroyEntry
44 MUIM_IconList_DrawEntry
45 MUIM_IconList_DrawEntryLabel
46 MUIM_IconList_MakeIconVisible
47 MUIM_IconList_SelectAll
48 MUIM_IconList_UnselectAll
49 MUIM_IconList_NextIcon
50 MUIM_IconList_Sort
51 MUIM_IconList_CoordsSort
52 MUIM_IconList_PositionIcons
53 MUIM_IconList_GetIconPrivate
54 ##end methodlist