Re: changing cursor

2019-01-11 Thread Marty Moore
Hi again, Sorry, I forgot to add the code segment... Probably trying to do too many things at once... Here's where I am right now:     // the following code workds     guint *w, *h;     Glib::RefPtr display =    GLW->get_display();     Glib::RefPtr win =      GLW->get_window();     

Re: changing cursor

2019-01-11 Thread Daniel Boles via gtkmm-list
Why not show what you tried... On Fri, 11 Jan 2019 at 02:30, Marty Moore wrote: > Hi All, > > I'm stuck trying to: > > a. change the cursor. > > b. trying to change cursor size. > > I can change the cursor using a mix of gdk3 and gdkmm code, but it's > messy. What is the proper way to change