mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +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 <gui/color.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sigc++/slot.h>
|
||||||
|
|
||||||
struct gradientData_t;
|
struct gradientData_t;
|
||||||
class Font;
|
class Font;
|
||||||
@@ -206,6 +207,7 @@ typedef struct button_label_cc
|
|||||||
fb_pixel_t text_color;
|
fb_pixel_t text_color;
|
||||||
fb_pixel_t text_sel_color;
|
fb_pixel_t text_sel_color;
|
||||||
uint32_t sort_id;
|
uint32_t sort_id;
|
||||||
|
sigc::slot<void> btn_slot;
|
||||||
//defaults
|
//defaults
|
||||||
button_label_cc(): button(NULL),
|
button_label_cc(): button(NULL),
|
||||||
text(std::string()),
|
text(std::string()),
|
||||||
|
Reference in New Issue
Block a user