Skip to end of metadata
Go to start of metadata

int FB::DOM::Element::getWidth (  )  const [virtual]

Gets the width property of the element.

Returns:
The width.

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

00039 {
00040     return getProperty<int>("width");
00041 }


Generated on 21 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None