Home
last modified time | relevance | path

Searched refs:GetValueAsSize (Results 1 – 3 of 3) sorted by relevance

/dports/devel/wxformbuilder/source/src/model/
H A Dobjectbase.cpp144 wxSize Property::GetValueAsSize() in GetValueAsSize() function in Property
687 return property->GetValueAsSize(); in GetPropertyAsSize()
H A Dobjectbase.h184 wxSize GetValueAsSize();
/dports/devel/wxformbuilder/source/src/rad/inspector/
H A Dobjinspect.cpp374 result = new wxFBSizeProperty( name, wxPG_LABEL, prop->GetValueAsSize() ); in GetProperty()