SWFTextField->setBounds()

(no version information, might be only in CVS)

SWFTextField->setBounds() -- Sets the text field width and height

Description

class SWFTextField {

void setBounds ( int width, int height )

}

Avertissement

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

swftextfield->setbounds() sets the text field width to width and height to height. If you don't set the bounds yourself, Ming makes a poor guess at what the bounds are.

Valeurs de retour

Aucune valeur n'est retournée.