On Fri, Aug 3, 2012 at 11:50 AM, Frank Wunderlich
<
frank.wu...@gmail.com> wrote:
> can i access the main-window/widget of the strip via external library
> (gui-lib) to add controls not supported by scite
> (listview,resize-controls,treeview etc)?
Well, that is always possible with Windows (at least) because once you
have the main window handle you can look at its children, etc.
(Equivalent but different functionality exists for GTK+). The result
does depend on the internal structure of the app, of course.
I remember hacking SciTE so that I had an extra blank widget on the
side which I could populate....
steve d.