Searched refs:_buttonRect (Results 1 – 5 of 5) sorted by relevance
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/ |
H A D | swl_combobox.cpp | 88 _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 D | swl_winbase.h | 680 crect _buttonRect; variable
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/aui/ |
H A D | tabart.py | 135 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 D | routedialog.h | 72 QRect _buttonRect; member
|
H A D | routedialog.cpp | 349 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()
|