XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Process
systray
traygraphics.h
Go to the documentation of this file.
1
30
#ifndef __TRAY_GRAPHICS_H__
31
#define __TRAY_GRAPHICS_H__
32
33
#include <
chitralekha.h
>
34
#include <stdint.h>
35
#include <
widgets/icon.h
>
36
#include <
widgets/window.h
>
37
38
/*
39
* TrayDrawIconColorReplace -- replaces a color with new one
40
* @param canv -- Pointer to canvas
41
* @param ico -- Pointer to icon data
42
* @param x -- X location to draw
43
* @param y -- Y location to draw
44
* @param searchColor -- color to replace
45
* @param replaceColor -- color to replace with
46
*/
47
void
TrayDrawIconColorReplace
(
ChCanvas
* canv,
ChIcon
* ico,
int
x,
int
y,
uint32_t
searchColor,
48
uint32_t
replaceColor);
49
50
51
void
SoundWindowPainter
(
ChWindow
*
win
);
52
#endif
window.h
uint32_t
unsigned int uint32_t
Definition
acefiex.h:163
chitralekha.h
icon.h
win
ChWindow * win
Definition
namdapha.cpp:45
_ChCanvas_
Definition
chitralekha.h:43
_chwin_
Definition
window.h:90
_icon_
Definition
icon.h:52
SoundWindowPainter
void SoundWindowPainter(ChWindow *win)
Definition
traygraphics.cpp:86
TrayDrawIconColorReplace
void TrayDrawIconColorReplace(ChCanvas *canv, ChIcon *ico, int x, int y, uint32_t searchColor, uint32_t replaceColor)
Definition
traygraphics.cpp:44
Generated by
1.9.8