Adding a symbol to the pop up (toggle) button class. CMake you project.

This commit is contained in:
Hombre
2010-11-12 17:01:11 +01:00
parent 6aed6eae1c
commit 7a59240c50
9 changed files with 21 additions and 28 deletions

View File

@@ -27,7 +27,7 @@
class PopUpToggleButton : public Gtk::ToggleButton, public PopUpCommon {
public:
PopUpToggleButton (const Glib::ustring& label = "", bool imgRight=false);
PopUpToggleButton (const Glib::ustring& label = "");
void show ();
void set_tooltip_text (const Glib::ustring &text);
};