layout.h

Clase wxLayoutConstraints

Jerarquía:

Jerarquía de la clase wxLayoutConstraints

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

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.