GdkColor question



hi,

someone sent me in private a code source by olexiy who helped me to
solve my tree view rows colors attributes problem :-)

I have another question now: is it possible to build a color without
building it with:

--------
GdkColor color;

color.red = 0xAA00;
color.green = 0xFD00;
color.blue = Ox05OO;
---------

does it exist a more direct way?

couldn't I do, for example, anything like:

---------
color = 0xAAFD05
---------

instead?

bye



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]