X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fdropdown.h;h=49088e20f2dc8e01e6567f7b6eb69618f1febc0a;hp=d1a2609772fbe85047664f33a599c9c9d008d009;hb=50bf1ef2e2c3c38de20f6996a6c5ed0066111177;hpb=af13797a82b242a3cd8fdd405b057a9e311631ac diff --git a/source/dropdown.h b/source/dropdown.h index d1a2609..49088e2 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -30,6 +30,7 @@ public: private: List *list; std::string text; + bool dropped; bool list_active; public: @@ -43,8 +44,6 @@ public: virtual void button_press(int, int, unsigned); virtual void button_release(int, int, unsigned); virtual void pointer_motion(int, int); - virtual void pointer_enter(); - virtual void pointer_leave(); private: virtual const char *get_class() const { return "dropdown"; } virtual void render_special(const Part &) const;