7#ifndef MYGUI_ITEM_INFO_H_
8#define MYGUI_ITEM_INFO_H_
34 IBDrawItemInfo(
size_t _index,
size_t _select,
size_t _active,
size_t _accept,
size_t _refuse,
bool _update,
bool _drag) :
37 select(_index == _select),
38 active(_index == _active),
40 drop_accept(_index == _accept),
41 drop_refuse(_index == _refuse)
IBDrawItemInfo(size_t _index, size_t _select, size_t _active, size_t _accept, size_t _refuse, bool _update, bool _drag)
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)