Skip to content

AuiToolBarPopup: show controls on wx.lib.agw.aui.AuiToolBar dropdown window.

License

Notifications You must be signed in to change notification settings

tianzhuqiao/auibarpopup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuiToolBarPopup: show controls on wx.lib.agw.aui.AuiToolBar dropdown window.

How to use

class MyPanel(wx.Panel):
    def __init__(self, parent, *args, **kwargs):
        wx.Panel.__init__(self, parent, *args, **kwargs)
        self.tb = aui.AuiToolBar(self, -1, ...)
        ...
        # create the art and set it to the AuiToolBar
        self.toolbarart = AuiToolBarPopupArt(self)
        self.tb.SetArtProvider(self.toolbarart)
        ...

About

AuiToolBarPopup: show controls on wx.lib.agw.aui.AuiToolBar dropdown window.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages