Re: [PyCrust] AutoComplete window size
Brought to you by:
pobrien
|
From: Neil H. <ne...@sc...> - 2001-08-02 23:05:44
|
Patrick K. O'Brien: wxSTC questions should really go to the wxPython list so Robin and others can see them. > Is there a way to change the size, particularly the width, of the > auto-completion list window? Some attribute names can be long > and it seems like the window could stand to be a bit wider. The Windows and GTK+ platform layers size the list box to fit the widest string. It looks like the wxSTC platform code (in contrib\stc\contrib\src\stc\PlatWX.cpp) does not do this although there is a call to GetBestSize which may be returning a smaller width than will fit the widest string. Neil |