Home
last modified time | relevance | path

Searched refs:lbWidth (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dlistbox_osx.cpp236 int lbWidth = 100; // some defaults in DoGetBestSize() local
252 lbWidth = wxMax( lbWidth, wLine ); in DoGetBestSize()
256 lbWidth += wxSystemSettings::GetMetric( wxSYS_VSCROLL_X ); in DoGetBestSize()
264 lbWidth += cx; in DoGetBestSize()
271 return wxSize( lbWidth, lbHeight ); in DoGetBestSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dlistbox_osx.cpp236 int lbWidth = 100; // some defaults in DoGetBestSize() local
252 lbWidth = wxMax( lbWidth, wLine ); in DoGetBestSize()
256 lbWidth += wxSystemSettings::GetMetric( wxSYS_VSCROLL_X ); in DoGetBestSize()
264 lbWidth += cx; in DoGetBestSize()
271 return wxSize( lbWidth, lbHeight ); in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dlistbox_osx.cpp254 int lbWidth = 100; // some defaults in DoGetBestSize() local
268 lbWidth = wxMax( lbWidth, width ); in DoGetBestSize()
272 lbWidth += wxSystemSettings::GetMetric( wxSYS_VSCROLL_X ); in DoGetBestSize()
280 lbWidth += cx; in DoGetBestSize()
287 return wxSize( lbWidth, lbHeight ); in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dlistbox.cpp853 int lbWidth = 0; in DoGetBestSize() local
864 if ( wLine > lbWidth ) in DoGetBestSize()
865 lbWidth = wLine; in DoGetBestSize()
869 lbWidth += 3 * cx; in DoGetBestSize()
876 lbWidth += 35; in DoGetBestSize()
882 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
887 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dlistbox.cpp853 int lbWidth = 0; in DoGetBestSize() local
864 if ( wLine > lbWidth ) in DoGetBestSize()
865 lbWidth = wLine; in DoGetBestSize()
869 lbWidth += 3 * cx; in DoGetBestSize()
876 lbWidth += 35; in DoGetBestSize()
882 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
887 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dlistbox.cpp901 int lbWidth = 0; in DoGetBestSize() local
912 if ( wLine > lbWidth ) in DoGetBestSize()
913 lbWidth = wLine; in DoGetBestSize()
917 lbWidth += 3 * cx; in DoGetBestSize()
924 lbWidth += 35; in DoGetBestSize()
930 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
935 return wxSize(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/cocoa/
H A Dcombobox.mm305 int lbWidth = GetCount() > 0 ? 20 : 100; // some defaults
322 lbWidth = wxMax( lbWidth, wLine ) ;
326 lbWidth += 2 * lbHeight ;
329 return wxSize( lbWidth, lbHeight );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/cocoa/
H A Dcombobox.mm305 int lbWidth = GetCount() > 0 ? 20 : 100; // some defaults
322 lbWidth = wxMax( lbWidth, wLine ) ;
326 lbWidth += 2 * lbHeight ;
329 return wxSize( lbWidth, lbHeight );
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dlistbox.cpp1030 int lbWidth = 0; in DoGetBestSize() local
1041 if ( wLine > lbWidth ) in DoGetBestSize()
1042 lbWidth = wLine; in DoGetBestSize()
1046 lbWidth += 3 * cx; in DoGetBestSize()
1053 lbWidth += 35; in DoGetBestSize()
1059 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1064 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dlistbox.cpp1030 int lbWidth = 0; in DoGetBestSize() local
1041 if ( wLine > lbWidth ) in DoGetBestSize()
1042 lbWidth = wLine; in DoGetBestSize()
1046 lbWidth += 3 * cx; in DoGetBestSize()
1053 lbWidth += 35; in DoGetBestSize()
1059 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1064 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dlistbox.cpp1030 int lbWidth = 0; in DoGetBestSize() local
1041 if ( wLine > lbWidth ) in DoGetBestSize()
1042 lbWidth = wLine; in DoGetBestSize()
1046 lbWidth += 3 * cx; in DoGetBestSize()
1053 lbWidth += 35; in DoGetBestSize()
1059 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1064 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dlistbox.cpp1030 int lbWidth = 0; in DoGetBestSize() local
1041 if ( wLine > lbWidth ) in DoGetBestSize()
1042 lbWidth = wLine; in DoGetBestSize()
1046 lbWidth += 3 * cx; in DoGetBestSize()
1053 lbWidth += 35; in DoGetBestSize()
1059 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1064 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Dcombobox.mm373 int lbWidth = GetCount() > 0 ? 20 : 100; // some defaults
390 lbWidth = wxMax( lbWidth, wLine ) ;
394 lbWidth += 2 * lbHeight ;
397 return wxSize( lbWidth, lbHeight );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dlistbox.cpp1082 int lbWidth = 100; // some defaults in DoGetBestSize() local
1090 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1094 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1099 lbWidth += 3 * cx; in DoGetBestSize()
1105 return wxSize(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dlistbox.cpp1082 int lbWidth = 100; // some defaults in DoGetBestSize() local
1090 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1094 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1099 lbWidth += 3 * cx; in DoGetBestSize()
1105 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dlistbox.cpp1082 int lbWidth = 100; // some defaults in DoGetBestSize() local
1090 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1094 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1099 lbWidth += 3 * cx; in DoGetBestSize()
1105 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dlistbox.cpp1218 int lbWidth = 100; // some defaults in DoGetBestSize() local
1226 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1230 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1235 lbWidth += 3 * cx; in DoGetBestSize()
1241 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dlistbox.cpp1218 int lbWidth = 100; // some defaults in DoGetBestSize() local
1226 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1230 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1235 lbWidth += 3 * cx; in DoGetBestSize()
1241 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dlistbox.cpp1218 int lbWidth = 100; // some defaults in DoGetBestSize() local
1226 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1230 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1235 lbWidth += 3 * cx; in DoGetBestSize()
1241 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dlistbox.cpp1218 int lbWidth = 100; // some defaults in DoGetBestSize() local
1226 lbWidth = wxMax(lbWidth, wLine); in DoGetBestSize()
1230 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X); in DoGetBestSize()
1235 lbWidth += 3 * cx; in DoGetBestSize()
1241 wxSize best(lbWidth, lbHeight); in DoGetBestSize()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSectionDiskMenu.cpp774 pp_int32 lbWidth = (px + container->getSize().width) - x3 - 4; in init() local
776 …rowser(DISKMENU_CLASSIC_LISTBOX_BROWSER, screen, this, PPPoint(x3, y3), PPSize(lbWidth, lbHeight)); in init()