mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: bf9653b4a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)
This commit is contained in:
@@ -36,7 +36,7 @@ using namespace std;
|
|||||||
CComponentsFooter::CComponentsFooter(CComponentsForm* parent)
|
CComponentsFooter::CComponentsFooter(CComponentsForm* parent)
|
||||||
{
|
{
|
||||||
//CComponentsFooter
|
//CComponentsFooter
|
||||||
initVarFooter(1, 1, 0, 0, 0, parent);
|
initVarFooter(1, 1, 0, 0, 0, parent, CC_SHADOW_OFF, COL_MENUCONTENT_PLUS_6, COL_MENUFOOT_PLUS_0, COL_SHADOW_PLUS_0);
|
||||||
}
|
}
|
||||||
|
|
||||||
CComponentsFooter::CComponentsFooter( const int& x_pos, const int& y_pos, const int& w, const int& h,
|
CComponentsFooter::CComponentsFooter( const int& x_pos, const int& y_pos, const int& w, const int& h,
|
||||||
|
@@ -60,13 +60,13 @@ Missing parameters are filled with default values and must be assigned afterward
|
|||||||
class CComponentsFooter : public CComponentsHeader
|
class CComponentsFooter : public CComponentsHeader
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
void initVarFooter( const int& x_pos, const int& y_pos, const int& w, const int& h = 0,
|
void initVarFooter( const int& x_pos, const int& y_pos, const int& w, const int& h,
|
||||||
const int& buttons = 0,
|
const int& buttons,
|
||||||
CComponentsForm *parent = NULL,
|
CComponentsForm *parent,
|
||||||
int shadow_mode = CC_SHADOW_OFF,
|
int shadow_mode,
|
||||||
fb_pixel_t color_frame = COL_MENUCONTENT_PLUS_6,
|
fb_pixel_t color_frame,
|
||||||
fb_pixel_t color_body = COL_MENUFOOT_PLUS_0,
|
fb_pixel_t color_body,
|
||||||
fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
|
fb_pixel_t color_shadow );
|
||||||
|
|
||||||
///show button frame and background, default false
|
///show button frame and background, default false
|
||||||
bool btn_contour;
|
bool btn_contour;
|
||||||
|
Reference in New Issue
Block a user