Re: [Pgui-devel] Selection in Textbox widget

2004-03-30 Thread Micah Dowty
On Tue, Mar 30, 2004 at 09:11:57AM -0800, Raghu Ram Murthy wrote: > Hello All, > > I implemented selection mechanism, cut, copy, paste > and drag and drop of text from one text box to another > textbox or within the same textbox. > > But there is a small problem. I didn't implement > selecting of

[Pgui-devel] Selection in Textbox widget

2004-03-30 Thread Raghu Ram Murthy
Hello All, I implemented selection mechanism, cut, copy, paste and drag and drop of text from one text box to another textbox or within the same textbox. But there is a small problem. I didn't implement selecting of text in good manner. So I want to know how to change the background of text. Ther