Home
last modified time | relevance | path

Searched refs:PB_STYLE_DROPARROW (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dplatebtn.py106 PB_STYLE_DROPARROW = 16 # Draw drop arrow and fire EVT_PLATEBTN_DROPRROW_PRESSED event variable
205 if self._menu is not None or self._style & PB_STYLE_DROPARROW:
441 if self._menu is not None or self._style & PB_STYLE_DROPARROW:
597 elif self._style & PB_STYLE_DROPARROW:
615 if not (self._style & PB_STYLE_DROPARROW and pos[0] >= size[0] - 16):
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DPlateButton.py89 droparrow = platebtn.PB_STYLE_DROPARROW