71
71
void OnKeyDown(unsigned long event_type, unsigned long event_keysym, unsigned long event_state, const TCHAR* character, unsigned short key_repeat_count);
73
73
virtual void Draw(nux::GraphicsEngine& GfxContext, bool force_draw);;
74
virtual long int ProcessEvent(nux::IEvent& ievent, long int TraverseInfo, long int ProcessEventInfo);
75
74
virtual void DrawContent(nux::GraphicsEngine& GfxContext, bool force_draw);
79
78
typedef std::tuple <int, int> ResultListBounds;