Add an optional function to the pop-up button, so that it will select the next entry when clicked and also do some miscellaneous code clean-ups including forward declarations.

This commit is contained in:
Adam Reichold
2015-12-20 15:56:12 +01:00
parent e9141dd98c
commit 151556ae23
11 changed files with 127 additions and 91 deletions

View File

@@ -21,7 +21,7 @@
#ifndef _POPUPTOGGLEBUTTON_
#define _POPUPTOGGLEBUTTON_
#include "popupbutton.h"
#include <gtkmm/togglebutton.h>
#include "popupcommon.h"
class PopUpToggleButton : public Gtk::ToggleButton, public PopUpCommon