mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
Try to rework footer
* try to fix enableButtonShadow(), seems an init is missing
* shadow fixed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2e631fd0ce
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-24 (Sat, 24 Sep 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -144,12 +144,12 @@ class CComponentsPicture : public CComponentsItem
|
||||
///returns current assigned image name
|
||||
std::string getPictureName(){return pic_name;}
|
||||
|
||||
///handle image size
|
||||
virtual void getSize(int* width_image, int *height_image);
|
||||
///return width of component
|
||||
virtual int getWidth();
|
||||
///return height of component
|
||||
virtual int getHeight();
|
||||
// ///handle image size
|
||||
// void getSize(int* width_image, int *height_image);
|
||||
///return width of item
|
||||
int getWidth();
|
||||
///return height of item
|
||||
int getHeight();
|
||||
|
||||
///set width of object and image, value >0 causes scale of image, parameter keep_aspect = true causes scaling of height with same aspect, default = false
|
||||
virtual void setWidth(const int& w, bool keep_aspect = false);
|
||||
|
Reference in New Issue
Block a user