Re: Get rid of cursor in Label

2005-06-26 Thread Preben Randhol
On Sun, Jun 26, 2005 at 11:41:23AM +0200, David Necas (Yeti) wrote: > > Yes, and of course if you have a scrolled window packed with > spin buttons, then up arrow cannot scroll the window and > increment spin button value at the same time (not mentioning > to move focus between widgets), so it dep

Re: Get rid of cursor in Label

2005-06-26 Thread Preben Randhol
On Sun, Jun 26, 2005 at 09:57:09AM +0200, David Necas (Yeti) wrote: > This behaviour is identical to any other selectable text in > Gtk+: GtkEntry, GtkTextView. Well it shouldn't be identical as they have different purposes. Labels are to display text and not to be edited so the cursor should idea

Re: Get rid of cursor in Label

2005-06-26 Thread David Necas (Yeti)
On Sun, Jun 26, 2005 at 10:21:51AM +0200, Preben Randhol wrote: > > My problem was that GTK automatically chose the label to have > focus every time. I solved it by grabing focus on the scrolledwindow in > stead. I want the text to be selectable in case somebody wants to copy > it, but I don't wan

Re: Get rid of cursor in Label

2005-06-26 Thread David Necas (Yeti)
On Sun, Jun 26, 2005 at 01:29:40AM -0700, Ben Johnson wrote: > > I'm trying to help Preben make gtk behaive what he believes it should. I tried to explain why Gtk+ behaves like it does and why it's good and not a bug, because I had the feeling he did not understand he might be trying to create a

Re: Get rid of cursor in Label

2005-06-26 Thread Ben Johnson
On Sun, Jun 26, 2005 at 09:57:09AM +0200, David Necas (Yeti) wrote: > > it is annoying, but not so bad imho. > > It's the correct behaviour. well, you're wrong. you don't understand what I'm talking about, and it seems pretty clear that you don't care about trying to understand. > Why are you

Re: Get rid of cursor in Label

2005-06-26 Thread Preben Randhol
On Sun, Jun 26, 2005 at 12:36:04AM +0200, David Necas (Yeti) wrote: > On Sat, Jun 25, 2005 at 10:57:32PM +0200, Preben Randhol wrote: > > If one setup a Label so that one can select the text of the label, one > > get an annoying "|"-cursor at the beginning of the label. How can one > > get rid of t

Re: Get rid of cursor in Label

2005-06-26 Thread David Necas (Yeti)
On Sat, Jun 25, 2005 at 04:21:28PM -0700, Ben Johnson wrote: > > 1) using the mouse, highlight a section of a selectable label. > - notice that the cursor is only visible until one character has been > highlighted. dragging further to expand the selection does not > cause the cursor to

Re: Get rid of cursor in Label

2005-06-25 Thread Ben Johnson
On Sun, Jun 26, 2005 at 12:36:04AM +0200, David Necas (Yeti) wrote: > On Sat, Jun 25, 2005 at 10:57:32PM +0200, Preben Randhol wrote: > > If one setup a Label so that one can select the text of the label, one > > get an annoying "|"-cursor at the beginning of the label. How can one > > get rid of t

Re: Get rid of cursor in Label

2005-06-25 Thread David Necas (Yeti)
On Sat, Jun 25, 2005 at 10:57:32PM +0200, Preben Randhol wrote: > If one setup a Label so that one can select the text of the label, one > get an annoying "|"-cursor at the beginning of the label. How can one > get rid of this? How would you know cursor position when you are selecting text with ke

Get rid of cursor in Label

2005-06-25 Thread Preben Randhol
Hi If one setup a Label so that one can select the text of the label, one get an annoying "|"-cursor at the beginning of the label. How can one get rid of this? Preben ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/g