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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_slidr.cpp51 GetLong(wxT("value"), wxSL_DEFAULT_VALUE),
52 GetLong(wxT("min"), wxSL_DEFAULT_MIN),
53 GetLong(wxT("max"), wxSL_DEFAULT_MAX),
61 control->SetTickFreq(GetLong(wxT("tickfreq")), 0);
65 control->SetPageSize(GetLong(wxT("pagesize")));
69 control->SetLineSize(GetLong(wxT("linesize")));
73 control->SetThumbLength(GetLong(wxT("thumb")));
77 control->SetTick(GetLong(wxT("tick")));
81 control->SetSelection(GetLong(wxT("selmin")), GetLong(wx
[all...]
H A Dxh_scrol.cpp47 control->SetScrollbar(GetLong( wxT("value"), 0),
48 GetLong( wxT("thumbsize"),1),
49 GetLong( wxT("range"), 10),
50 GetLong( wxT("pagesize"),1));
H A Dxh_spin.cpp48 control->SetValue(GetLong( wxT("value"), wxSP_DEFAULT_VALUE));
49 control->SetRange(GetLong( wxT("min"), wxSP_DEFAULT_MIN),
50 GetLong(wxT("max"), wxSP_DEFAULT_MAX));
87 GetLong(wxT("min"), wxSP_DEFAULT_MIN),
88 GetLong(wxT("max"), wxSP_DEFAULT_MAX),
89 GetLong(wxT("value"), wxSP_DEFAULT_VALUE),
H A Dxh_gauge.cpp46 GetLong(wxT("range"), wxGAUGE_DEFAULT_RANGE),
54 control->SetValue(GetLong(wxT("value")));
H A Dxh_gdctl.cpp51 (int)GetLong(wxT("defaultfilter")),
H A Dxh_richtext.cpp52 text->SetMaxLength(GetLong(wxT("maxlength")));
H A Dxh_sttxt.cpp51 long wrap = GetLong(wxT("wrap"), -1);
H A Dxh_choic.cpp41 long selection = GetLong(wxT("selection"), -1);
H A Dxh_htmllbox.cpp40 long selection = GetLong(wxT("selection"), -1);
H A Dxh_split.cpp58 long sashpos = GetLong(wxT("sashpos"), 0);
59 long minpanesize = GetLong(wxT("minsize"), -1);
H A Dxh_radbx.cpp44 long selection = GetLong( wxT("selection"), -1 );
71 GetLong(wxT("dimension"), 1),
H A Dxh_bmpcbox.cpp54 long selection = GetLong( wxT("selection"), -1 );
H A Dxh_combo.cpp47 long selection = GetLong( wxT("selection"), -1 );
H A Dxh_listb.cpp48 long selection = GetLong(wxT("selection"), -1);
H A Dxh_odcombo.cpp50 long selection = GetLong( wxT("selection"), -1 );
H A Dxh_text.cpp69 text->SetMaxLength(GetLong(wxT("maxlength")));
H A Dxh_sizer.cpp283 return new wxGridSizer(GetLong(wxT("rows")), GetLong(wxT("cols")),
291 new wxFlexGridSizer(GetLong(wxT("rows")), GetLong(wxT("cols")),
360 sitem->SetProportion(GetLong(wxT("option"))); // Should this check for "proportion" too?
H A Dxh_toolb.cpp125 long packing = GetLong(wxT("packing"), -1);
128 long separation = GetLong(wxT("separation"), -1);
H A Dxh_statbar.cpp47 int fields = GetLong(wxT("fields"), 1);
H A Dxh_treebk.cpp101 size_t depth = GetLong( wxT("depth") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvariant.h182 inline operator long () const { return GetLong(); }
183 inline long GetInteger() const { return GetLong(); }
184 long GetLong() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlresh.tex145 \membersection{wxXmlResourceHandler::GetLong}\label{wxxmlresourcehandlergetlong}
147 \func{long}{GetLong}{\param{const wxString\& }{param}, \param{long }{defaultv = 0}}
H A Dvariant.tex24 \helpref{GetLong}{wxvariantgetlong} can be used.
259 \membersection{wxVariant::GetLong}\label{wxvariantgetlong}
261 \constfunc{long}{GetLong}{\void}
469 Operator for implicit conversion to a long, using \helpref{wxVariant::GetLong}{wxvariantgetlong}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp266 long l1 = value1.GetLong();
267 long l2 = value2.GetLong();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h425 long GetLong(const wxString& param, long defaultv = 0);

Completed in 69 milliseconds

12