ui/ui/toolkit.h

changeset 147
2e384acc89a6
parent 146
dd0ae1c62a72
child 149
479209198de3
equal deleted inserted replaced
146:dd0ae1c62a72 147:2e384acc89a6
106 typedef struct UiContext UiContext; 106 typedef struct UiContext UiContext;
107 typedef struct UiContainer UiContainer; 107 typedef struct UiContainer UiContainer;
108 108
109 typedef struct UiIcon UiIcon; 109 typedef struct UiIcon UiIcon;
110 typedef struct UiImage UiImage; 110 typedef struct UiImage UiImage;
111
112 typedef struct UiSelection UiSelection;
111 /* end opaque types */ 113 /* end opaque types */
112 114
113 typedef struct UiTabbedPane UiTabbedPane; 115 typedef struct UiTabbedPane UiTabbedPane;
114 116
115 enum UiMouseEventType { UI_PRESS = 0, UI_PRESS2 }; 117 enum UiMouseEventType { UI_PRESS = 0, UI_PRESS2 };

mercurial