# encoding: utf-8
# module wx._aui
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_aui.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class AuiToolBarArt(__sip.wrapper):
    """
    AuiToolBarArt() -> None
    
    wxAuiToolBarArt is part of the wxAUI class framework.
    """
    def Clone(self): # real signature unknown; restored from __doc__
        """ Clone() -> AuiToolBarArt """
        return AuiToolBarArt

    def DrawBackground(self, dc, wnd, rect): # real signature unknown; restored from __doc__
        """ DrawBackground(dc, wnd, rect) -> None """
        pass

    def DrawButton(self, dc, wnd, item, rect): # real signature unknown; restored from __doc__
        """ DrawButton(dc, wnd, item, rect) -> None """
        pass

    def DrawControlLabel(self, dc, wnd, item, rect): # real signature unknown; restored from __doc__
        """ DrawControlLabel(dc, wnd, item, rect) -> None """
        pass

    def DrawDropDownButton(self, dc, wnd, item, rect): # real signature unknown; restored from __doc__
        """ DrawDropDownButton(dc, wnd, item, rect) -> None """
        pass

    def DrawGripper(self, dc, wnd, rect): # real signature unknown; restored from __doc__
        """ DrawGripper(dc, wnd, rect) -> None """
        pass

    def DrawLabel(self, dc, wnd, item, rect): # real signature unknown; restored from __doc__
        """ DrawLabel(dc, wnd, item, rect) -> None """
        pass

    def DrawOverflowButton(self, dc, wnd, rect, state): # real signature unknown; restored from __doc__
        """ DrawOverflowButton(dc, wnd, rect, state) -> None """
        pass

    def DrawPlainBackground(self, dc, wnd, rect): # real signature unknown; restored from __doc__
        """ DrawPlainBackground(dc, wnd, rect) -> None """
        pass

    def DrawSeparator(self, dc, wnd, rect): # real signature unknown; restored from __doc__
        """ DrawSeparator(dc, wnd, rect) -> None """
        pass

    def GetElementSize(self, element_id): # real signature unknown; restored from __doc__
        """ GetElementSize(element_id) -> int """
        return 0

    def GetFlags(self): # real signature unknown; restored from __doc__
        """ GetFlags() -> int """
        return 0

    def GetFont(self): # real signature unknown; restored from __doc__
        """ GetFont() -> wx.Font """
        pass

    def GetLabelSize(self, dc, wnd, item): # real signature unknown; restored from __doc__
        """ GetLabelSize(dc, wnd, item) -> wx.Size """
        pass

    def GetTextOrientation(self): # real signature unknown; restored from __doc__
        """ GetTextOrientation() -> int """
        return 0

    def GetToolSize(self, dc, wnd, item): # real signature unknown; restored from __doc__
        """ GetToolSize(dc, wnd, item) -> wx.Size """
        pass

    def SetElementSize(self, element_id, size): # real signature unknown; restored from __doc__
        """ SetElementSize(element_id, size) -> None """
        pass

    def SetFlags(self, flags): # real signature unknown; restored from __doc__
        """ SetFlags(flags) -> None """
        pass

    def SetFont(self, font): # real signature unknown; restored from __doc__
        """ SetFont(font) -> None """
        pass

    def SetTextOrientation(self, orientation): # real signature unknown; restored from __doc__
        """ SetTextOrientation(orientation) -> None """
        pass

    def ShowDropDown(self, wnd, items): # real signature unknown; restored from __doc__
        """ ShowDropDown(wnd, items) -> int """
        return 0

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    Flags = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetFlags() -> int"""

    Font = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetFont() -> wx.Font"""

    TextOrientation = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetTextOrientation() -> int"""

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



