7 #ifndef __MYGUI_ITEM_INFO_H__
8 #define __MYGUI_ITEM_INFO_H__
31 IBDrawItemInfo(
size_t _index,
size_t _select,
size_t _active,
size_t _accept,
size_t _refuse,
bool _update,
bool _drag) :
34 select(_index == _select),
35 active(_index == _active),
37 drop_accept(_index == _accept),
38 drop_refuse(_index == _refuse)
119 #endif // __MYGUI_ITEM_INFO_H__
IBNotifyItemData(size_t _index, NotifyItem _notify, int _x, int _y, MouseButton _id)
IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code, Char _key)
IBNotifyItemData(size_t _index, NotifyItem _notify, KeyCode _code)
IBDrawItemInfo(size_t _index, size_t _select, size_t _active, size_t _accept, size_t _refuse, bool _update, bool _drag)