Home
last modified time | relevance | path

Searched refs:_buttonRect (Results 1 – 5 of 5) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_combobox.cpp88 _lo.AddRect( &_buttonRect, 1, 2 ); in ComboBox()
415 && (_buttonRect.In( pEvent->Point() ) || (IsReadOnly() && ScrRect.In( ScrPoint ))) ) in EventMouse()
499 SBCDrawButton( gc, _buttonRect, ( _flags & MODE_UP ) ? 4 : 5, bgColor, false ); in Paint()
H A Dswl_winbase.h680 crect _buttonRect; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/aui/
H A Dtabart.py135 self._buttonRect = wx.Rect()
330 self._buttonRect = wx.Rect()
794 self._buttonRect = wx.Rect(rect.x, rect.y, 30, rect.height)
2435 if self._buttonRect.width > 0:
2436 buttonRegion = wx.Region(*self._buttonRect)
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Droutedialog.h72 QRect _buttonRect; member
H A Droutedialog.cpp349 const QRect& ch_rect = ch_struct._buttonRect; in channelAt()
447 …_channels[i]._buttonRect = QRect(x, chan_y, RouteDialog::channelDotDiameter, RouteDialog::channelD… in computeChannelYValues()
466 …_channels[cur_chan]._buttonRect = QRect(x, line_y + RouteDialog::channelLinesMargin, RouteDialog::… in computeChannelYValues()
709 const QRect& ch_rect = ch_struct._buttonRect; in paint()