mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CCDraw: add comment
Add comment where to find corner radius defines
This commit is contained in:
@@ -236,7 +236,7 @@ class CCDraw : public COSDFader, public CComponentsSignals
|
||||
|
||||
///set corner types
|
||||
///Possible corner types are defined in CFrameBuffer (see: driver/framebuffer.h)
|
||||
///Note: default values are given from settings
|
||||
///Note: default values are given from settings and corner radius sizes are predefined in /system/settings.h
|
||||
virtual void setCornerType(const int& type);
|
||||
///set corner radius and type
|
||||
virtual void setCorner(const int& radius, const int& type = CORNER_ALL);
|
||||
|
Reference in New Issue
Block a user