Skip to end of metadata
Go to start of metadata

void FB::DOM::Element::setWidth ( const int  width  )  const [virtual]

Sets the width property of the element.

Parameters:
width The new width of the element.

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

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

00043 {
00044     setProperty("width", width);
00045 }

Here is the call graph for this function:


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