mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
cc_types: move struct button_label_cc into cc_types.h
Origin commit data
------------------
Commit: e777ecdfdb
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-13 (Mon, 13 Mar 2017)
This commit is contained in:
@@ -29,19 +29,6 @@
|
||||
#include <global.h>
|
||||
#include <gui/widget/buttons.h> //for compatibility with 'button_label' type
|
||||
|
||||
//for 'button_label' type with string
|
||||
typedef struct button_label_cc
|
||||
{
|
||||
const char * button;
|
||||
std::string text;
|
||||
neutrino_locale_t locale;
|
||||
neutrino_msg_t directKey;
|
||||
neutrino_msg_t directKeyAlt;
|
||||
int btn_result;
|
||||
int btn_alias;
|
||||
std::string bg_image;
|
||||
button_label_cc(): text(std::string()), locale(NONEXISTANT_LOCALE){}
|
||||
} button_label_cc_struct;
|
||||
|
||||
/*!
|
||||
CComponentsFooter, sub class of CComponentsHeader provides prepared container for footer
|
||||
|
Reference in New Issue
Block a user