From: Mattia B. <mb...@ds...> - 2002-09-04 16:37:10
|
> On Tue, 3 Sep 2002, DH wrote: > > If you have the documentation handy, you'll see > > >wxTextCtrl > [snip] > > >wxControl > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>wxWindow > [snip] > > since a wxTextCtrl is also a wxWindow, just pass the > > wxSIMPLE_BORDER flag as part of the "style" argument, > > I didn't really overlook it; I mentioned setting background > color. For some reason, setting a border seems counterintuitive > if I want to remove the border... :) > Oh well, not complaining just wondering if it was possible. I am almost sure that changing the textctrl border is not possible in wxGTK (due to limitations of the GTK text widget). Regards Mattia |