Re: Cursors (again)




Hi,

Owen suggests changing this to just have the stock cursors, i.e. eliminate
the GnomeCursor data type and use GdkCursor. Rename GnomeCursorPrivate to
GnomeCursorStock. So the API is:

gnome_stock_cursor_register()
gnome_stock_cursor_unregister()

etc.

then:

GdkCursor* gnome_stock_cursor_new(const gchar* name);

and use plain Gdk functions to set the cursor on a window, etc.

Havoc




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