Re: gdk_gc_predraw error



yy wrote:
> One is how to hide cursor? I don't want to show cursor.

Hi yy, I guess you could make an empty cursor, and set that as the current. You
need:

	gdk_cursor_new_from_pixmap()
	gdk_window_set_cursor()

Of course, your users may try to kill you ... :-)

John




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