Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread ERDI Gergo
On 28 Aug 2002, Murray Cumming wrote: > That might be neat if NULL always means "use default cursor", but I only know > about that one gdk_window_set_cursor() function. Gnome::Canvas::Item::grab() is the other one I can think of. -- .--= ULLA! =-. `We are not here to

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 18:19, ERDI Gergo wrote: > On 28 Aug 2002, Murray Cumming wrote: > > > I suppose we could create the abstract concept of a default cursor > > (implemented as a boolean) and check for it in each method that takes a > > cursor. Is that what you mean? > > well, by 'default cur

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread ERDI Gergo
On 28 Aug 2002, Murray Cumming wrote: > I suppose we could create the abstract concept of a default cursor > (implemented as a boolean) and check for it in each method that takes a > cursor. Is that what you mean? well, by 'default cursor' I mean anything that's gobj() method returns 0... that k

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread ERDI Gergo
On 28 Aug 2002, Murray Cumming wrote: > > I hope you don't mean you wrote a set_cursor override. > > I meant "overload". I must stop doing that. Actually, I meant overload as well > > That won't work in > > other cases, like Gnome::Canvas::Item::grab. > > I don't understand. It's just meant t

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 17:25, ERDI Gergo wrote: > On 28 Aug 2002, Murray Cumming wrote: > > > > I hope you don't mean you wrote a set_cursor override. > > > > I meant "overload". I must stop doing that. > > Actually, I meant overload as well > > > > That won't work in > > > other cases, like Gn

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 16:51, ERDI Gergo wrote: > On 28 Aug 2002, Murray Cumming wrote: > > > > Thanks, you 've proved that GTK itself works fine :). > > > I just was wondering if GTKMM has simple way to do this, also. > > > For example, someone could provide a patch with another override for > >

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread ERDI Gergo
On 28 Aug 2002, Murray Cumming wrote: > > Thanks, you 've proved that GTK itself works fine :). > > I just was wondering if GTKMM has simple way to do this, also. > > For example, someone could provide a patch with another override for > > set_cursor() in Gdk::Window: > > I did this recently in

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 14:08, Andrew E. Makeev wrote: > James Durie wrote: > > > On Wed, 2002-08-28 at 12:51, Andrew E. Makeev wrote: > > > Hi, > > > > > > I've tried to play with window cursor for toplevel window: > > > > > > Anyway, I would to know how to do it using > > > gtkmm? > > > > > > > >