Searched refs:wxSYS_VSCROLL_X (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dsettings.cpp94 case wxSYS_VSCROLL_X:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dsettings.cpp82 case wxSYS_VSCROLL_X:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dcustclas.cpp138 leftmostColumnWidth -= wxSystemSettings::GetMetric( wxSYS_VSCROLL_X );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dsettings.cpp205 case wxSYS_VSCROLL_X:
H A Dlistbox.cpp662 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsettings.h121 wxSYS_VSCROLL_X, enumerator in enum:wxSystemMetric
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsettings.cpp223 case wxSYS_VSCROLL_X:
H A Dscrolbar.cpp233 w = wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
H A Dlistbox.cpp297 lbWidth += wxSystemSettings::GetMetric( wxSYS_VSCROLL_X );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dsettings.cpp207 case wxSYS_VSCROLL_X:
H A Dlistbox.cpp664 width += wxSystemSettings::GetMetric( wxSYS_VSCROLL_X )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dsettings.cpp305 case wxSYS_VSCROLL_X:
H A Dwindow.cpp724 int nVSBWidth = wxSystemSettingsNative::GetMetric(wxSYS_VSCROLL_X,
886 // It is wxSYS_VSCROLL_X pels wide and the same height as the owner.
1555 int nVSBWidth = wxSystemSettingsNative::GetMetric(wxSYS_VSCROLL_X,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Deditlbox.cpp56 w -= wxSystemSettings::GetMetric(wxSYS_VSCROLL_X) + 6;
58 w -= 2*wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dscrolbar.cpp307 w = wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
H A Dlistbox.cpp689 wListbox += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dsettings.cpp381 case wxSYS_VSCROLL_X: return 15;
H A Dlistbox.cpp1230 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp900 wxSystemSettings::GetMetric(wxSYS_VSCROLL_X));
1014 wxSystemSettings::GetMetric(wxSYS_VSCROLL_X));
1180 GETLBW(id)->IconWidth() + wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dsettings.cpp632 case wxSYS_VSCROLL_X: return 15;
H A Dlistbox.cpp1059 lbWidth += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dodcombo.cpp796 int widestWidth = m_widestWidth + wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
H A Dscrlwing.cpp1067 best.x = minSize.x + wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
H A Dlistctrl.cpp4193 xMax += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp4152 xMax += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);

Completed in 310 milliseconds