mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponents: add new member getFrameThickness()
This commit is contained in:
@@ -153,6 +153,8 @@ class CComponents
|
|||||||
inline virtual int getHeight(){return height;};
|
inline virtual int getHeight(){return height;};
|
||||||
///return width of component
|
///return width of component
|
||||||
inline virtual int getWidth(){return width;};
|
inline virtual int getWidth(){return width;};
|
||||||
|
///return of frame thickness
|
||||||
|
inline virtual int getFrameThickness(){return fr_thickness;};
|
||||||
|
|
||||||
///return/set (pass through) width and height of component
|
///return/set (pass through) width and height of component
|
||||||
inline virtual void getSize(int* w, int* h){*w=width; *h=height;};
|
inline virtual void getSize(int* w, int* h){*w=width; *h=height;};
|
||||||
|
Reference in New Issue
Block a user