On Mon, 15 May 2017 17:31:32 +0100 John Lane wrote:
JL> I'm using the notebook as the main interface for a small application and
JL> I would like to add a discrete button at the right-hand end of the tab
JL> bar off which I can hang a menu. Think the "hamburger" menu many
JL> websites have these days.
JL>
JL> I have a subclass of wx.Notebook where I would like to add this. I'm not
JL> sure how to go about it so would appreciate any pointers or examples
JL> that can set me off along the right path...
The simplest would probably switch to using wxAuiNotebook which supports
this out of the box, see the (C++) aui sample. The native wxNotebook
control does not support this and there is no simple way to do it with it,
unfortunately.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/