Hasty Badger
Small UI library (a branch of Turbo Badger)
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
tb_skin_util.h
1 // ================================================================================
2 // == This file is a part of Turbo Badger. (C) 2011-2014, Emil SegerÃ¥s ==
3 // == See tb_core.h for more information. ==
4 // ================================================================================
5 
6 #ifndef TB_SKIN_UTIL_H
7 #define TB_SKIN_UTIL_H
8 
9 #include "tb_skin.h"
10 
11 namespace tb {
12 
17 void DrawEdgeFadeout(const TBRect &dst_rect, TBID skin_x, TBID skin_y,
18  int left, int top, int right, int bottom);
19 
20 } // namespace tb
21 
22 #endif // TB_SKIN_UTIL_H
void DrawEdgeFadeout(const TBRect &dst_rect, TBID skin_x, TBID skin_y, int left, int top, int right, int bottom)
Draw fade out skin elements at the edges of dst_rect if needed.
Definition: tb_skin_util.cpp:19