Hasty Badger
Small UI library (a branch of Turbo Badger)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
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
tb::DrawEdgeFadeout
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
ms
mdata2
tesch
home
src
turbobadger
src
tb
tb_skin_util.h
Generated by
doxygen
1.8.5