Re: need help porting



Bastien Nocera <hadess hadess net> writes: 
> gdk_color_white() and gdk_color_black()

gdk_color_parse ("white") should work for example, or set GdkColor to
0xffff/0xffff/0xffff and then gdk_rgb_find_color or use
gdk_gc_set_fg_color so the color doesn't have to be allocated.

> gdk_draw_shadow() and all the other GtkStyle-based drawings (like
> gdk_draw_box, etc.)

s/gtk_draw_foo/gtk_paint_foo/

Havoc



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