Re: changing cursor

2019-01-27 Thread Daniel Boles via gtkmm-list
On Fri, 11 Jan 2019 at 21:28, Marty Moore wrote: > // the following code workds > guint *w, *h; > Glib::RefPtr display = > GLW->get_display(); > Glib::RefPtr win = > GLW->get_window(); > > Glib::RefPtr cursor = > Gdk::Cursor::create(display,

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

changing cursor

2019-01-10 Thread Marty Moore
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 the cursor in gtkmm3? Secondly, that is the proper way to change the cursor size? I need large