Clase wxLayoutConstraints
Jerarquía:

Funciones miembro
wxLayoutConstraints()
wxLayoutConstraints::wxLayoutConstraints()
Constructor.
~wxLayoutConstraints()
virtual wxLayoutConstraints::~wxLayoutConstraints()
Destructor.
AreSatisfied()
bool wxLayoutConstraints::AreSatisfied() const
nombre()
bool wxLayoutConstraints::SatisfyConstraints( wxWindow * win, int * noChanges )
Datos miembro
bottom
wxIndividualLayoutConstraint wxLayoutConstraints::bottom
centreX
wxIndividualLayoutConstraint wxLayoutConstraints::centreX
centreY
wxIndividualLayoutConstraint wxLayoutConstraints::centreY
height
wxIndividualLayoutConstraint wxLayoutConstraints::height
left
wxIndividualLayoutConstraint wxLayoutConstraints::left
right
wxIndividualLayoutConstraint wxLayoutConstraints::right
top
wxIndividualLayoutConstraint wxLayoutConstraints::top
width
wxIndividualLayoutConstraint wxLayoutConstraints::width
Métodos y datos heredados
Esta clase hereda los métodos y datos miembro públicos y protegidos de wxObject.