Skip to end of metadata
Go to start of metadata

void FB::DOM::Element::setHeight ( const int  height  )  const [virtual]

Sets the height property of the element.

Parameters:
height The new height of the element

Definition at line 56 of file ScriptingCore/DOM/Element.cpp.

References FB::DOM::Node::setProperty().

00057 {
00058     setProperty("height", height);
00059 }

Here is the call graph for this function:


Generated on 18 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None