Re: [gtk-list] beginner question about refreshing screen



ryo wrote:

> 1 is there a function similar to gtk_widget_draw that can draw lines or circles...?

	gdk_draw_line,
	gdk_draw_arc,
	gdk_draw_* ...

All of them in gdkdraw.c
 
> Sorry for these dumb question, but I quite a beginner, and the .h files are not (always) enough for me.

Try the .c 

Regards,
Marc



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