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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsettcmn.cpp45 int x = GetMetric( wxSYS_SCREEN_X );
85 return GetMetric((wxSystemMetric)index);
H A Diconbndl.cpp98 wxCoord sysX = wxSystemSettings::GetMetric( wxSYS_ICON_X ),
99 sysY = wxSystemSettings::GetMetric( wxSYS_ICON_Y );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dsettings.cpp65 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dsettings.cpp82 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dsettings.cpp66 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dsettings.cpp130 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
H A Dframe.cpp284 Coord maxY = wxSystemSettings::GetMetric(wxSYS_SCREEN_Y),
/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/carbon/
H A Dscrolbar.cpp233 w = wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
237 h = wxSystemSettings::GetMetric(wxSYS_HSCROLL_Y);
H A Dsettings.cpp176 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Ddialogs.cpp87 wxSystemSettings::GetMetric(wxSYS_SCREEN_X) < wxSystemSettings::GetMetric(wxSYS_SCREEN_Y))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Ddockart.h39 virtual int GetMetric(int id) = 0;
93 int GetMetric(int metric_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dsettings.cpp156 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsettings.h88 // possible values for wxSystemSettings::GetMetric() index parameter
173 static int GetMetric(wxSystemMetric index, wxWindow * win = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Downerdrw.cpp146 wxSystemSettings::GetMetric(wxSYS_EDGE_X);
232 2*wxSystemSettings::GetMetric(wxSYS_EDGE_Y);
326 int margin = GetMarginWidth() + 2 * wxSystemSettings::GetMetric(wxSYS_EDGE_X);
H A Dcursor.cpp126 ms_sizeStd.x = wxSystemSettings::GetMetric(wxSYS_CURSOR_X);
134 ms_sizeStd.y = wxSystemSettings::GetMetric(wxSYS_CURSOR_Y);
H A Dscrolbar.cpp307 w = wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
311 h = wxSystemSettings::GetMetric(wxSYS_HSCROLL_Y);
H A Dsettings.cpp398 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dsettings.cpp200 int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) function in class:wxSystemSettingsNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dsettings.cpp267 int wxSystemSettingsNative::GetMetric( wxSystemMetric index, function in class:wxSystemSettingsNative
H A Downerdrw.cpp126 wxSystemSettings::GetMetric(wxSYS_EDGE_Y);
134 (wxSystemSettings::GetMetric(wxSYS_EDGE_X) * 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp139 size.y += m_owner_mgr->m_art->GetMetric(wxAUI_DOCKART_GRIPPER_SIZE);
141 size.x += m_owner_mgr->m_art->GetMetric(wxAUI_DOCKART_GRIPPER_SIZE);
/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/docs/latex/wx/
H A Dauidockart.tex173 \membersection{wxAuiDockArt::GetMetric}\label{wxauidockartgetmetric}
175 \func{virtual int}{GetMetric}{\param{int }{id}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp291 m_border_size = new wxSpinCtrl(this, ID_PaneBorderSize, wxString::Format(wxT("%d"), frame->GetDockArt()->GetMetric(wxAUI_DOCKART_PANE_BORDER_SIZE)), wxDefaultPosition, wxSize(50,20), wxSP_ARROW_KEYS, 0, 100, frame->GetDockArt()->GetMetric(wxAUI_DOCKART_PANE_BORDER_SIZE));
300 m_sash_size = new wxSpinCtrl(this, ID_SashSize, wxString::Format(wxT("%d"), frame->GetDockArt()->GetMetric(wxAUI_DOCKART_SASH_SIZE)), wxDefaultPosition, wxSize(50,20), wxSP_ARROW_KEYS, 0, 100, frame->GetDockArt()->GetMetric(wxAUI_DOCKART_SASH_SIZE));
309 m_caption_size = new wxSpinCtrl(this, ID_CaptionSize, wxString::Format(wxT("%d"), frame->GetDockArt()->GetMetric(wxAUI_DOCKART_CAPTION_SIZE)), wxDefaultPosition, wxSize(50,20), wxSP_ARROW_KEYS, 0, 100, frame->GetDockArt()->GetMetric(wxAUI_DOCKART_CAPTION_SIZE));
417 m_border_size->SetValue(frame->GetDockArt()->GetMetric(wxAUI_DOCKART_PANE_BORDER_SIZE));
418 m_sash_size->SetValue(frame->GetDockArt()->GetMetric(wxAUI_DOCKART_SASH_SIZE));
419 m_caption_size->SetValue(frame->GetDockArt()->GetMetric(wxAUI_DOCKART_CAPTION_SIZE));
1184 event.Check(m_mgr.GetArtProvider()->GetMetric(wxAUI_DOCKART_GRADIENT_TYP
[all...]

Completed in 145 milliseconds

123