|
|
|
|
@ -32,6 +32,8 @@ public:
|
|
|
|
|
void add(const std::string& text, Glib::RefPtr<Gtk::TextBuffer::Mark> start_mark, Glib::RefPtr<Gtk::TextBuffer::Mark> end_mark); |
|
|
|
|
|
|
|
|
|
void show(const Gdk::Rectangle& rectangle); |
|
|
|
|
void show(); |
|
|
|
|
void hide(); |
|
|
|
|
|
|
|
|
|
Gdk::Rectangle tooltips_rectangle; |
|
|
|
|
private: |
|
|
|
|
@ -39,4 +41,4 @@ private:
|
|
|
|
|
std::vector<std::unique_ptr<Tooltip> > tooltips; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
#endif // JUCI_TOOLTIPS_H_
|
|
|
|
|
#endif // JUCI_TOOLTIPS_H_
|
|
|
|
|
|