Reputation: 770
I find it difficult to control detailed behavior of wxwidgets auinotebooks.
There seems no "SetTabToolTip" method for any tab (not the page).
Setting the tooltip for the whole notebook doesn't work for tabs.
After several days of googling, no valuable result found... Any hint?
Upvotes: 2
Views: 925
Reputation: 674
This functionality has been added in more recent version of wx, you can now call SetPageToolTip()
on the wxAuiNotebook.
Upvotes: 4