Searched refs:SetDone (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlayout.h122 void SetDone(bool d) { done = d; } function in class:wxIndividualLayoutConstraint
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp2019 constr->left.SetDone(false);
2020 constr->top.SetDone(false);
2021 constr->right.SetDone(false);
2022 constr->bottom.SetDone(false);
2023 constr->width.SetDone(false);
2024 constr->height.SetDone(false);
2025 constr->centreX.SetDone(false);
2026 constr->centreY.SetDone(false);
2091 constr->left.SetDone(true);
2096 constr->top.SetDone(tru
[all...]

Completed in 69 milliseconds