From: John R. <jr...@ce...> - 2006-11-13 16:40:54
|
On Nov 13, 2006, at 4:23 AM, AOu...@fr... wrote: > Hello, > > I just have the task to select a piece of text in a wxHtmlWindow and > scrolling to the position of the text. Does anyone know how to do > this. > I allready looked at the wxHtmlCell Classes, but have no idea what I > need to call. Is it possible anyway? > > Thanks in advance, > > Andre wxHtmlWindow is derived from wxScrolledWindow, which has a "Scroll" member function which I think that you'll find useful. Regards, John Ralls |