mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
cc_types: add slot btn_slot to struct type button_label_cc
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <gui/color.h>
|
||||
#include <vector>
|
||||
#include <sys/types.h>
|
||||
#include <sigc++/slot.h>
|
||||
|
||||
struct gradientData_t;
|
||||
class Font;
|
||||
@@ -206,6 +207,7 @@ typedef struct button_label_cc
|
||||
fb_pixel_t text_color;
|
||||
fb_pixel_t text_sel_color;
|
||||
uint32_t sort_id;
|
||||
sigc::slot<void> btn_slot;
|
||||
//defaults
|
||||
button_label_cc(): button(NULL),
|
||||
text(std::string()),
|
||||
|
Reference in New Issue
Block a user