diff options
author | louis <louis.braun@gmx.de> | 2013-12-27 17:06:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-12-27 17:06:49 +0100 |
commit | 3e5aec21172907f897ab68abfd2e22fc57e587c0 (patch) | |
tree | 8e401e323a599084fab195478d4aa5db88007fd9 /tools.h | |
parent | c5af8c801775819dd9eed003883cb9cea2ef7376 (diff) | |
download | vdr-plugin-tvguide-3e5aec21172907f897ab68abfd2e22fc57e587c0.tar.gz vdr-plugin-tvguide-3e5aec21172907f897ab68abfd2e22fc57e587c0.tar.bz2 |
Rounded Corners for color buttons (Closes Ticket 1475)
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ std::string CutText(std::string text, int width, const cFont *font);
std::string StrToLowerCase(std::string str);
+void DrawRoundedCorners(cPixmap *p, int posX, int posY, int width, int height, int radius, int borderWidth, tColor borderColor);
class splitstring : public std::string {
std::vector<std::string> flds;
|