Go to the documentation of this file.
14 #define DISABLE_DEBUGLOG
17 #include "htmlobject_p.h"
19 #include <gwenhywfar/misc.h>
20 #include <gwenhywfar/debug.h>
101 return o->properties;
184 return o->configuredWidth;
192 o->configuredWidth=i;
200 return o->configuredHeight;
208 o->configuredHeight=i;
225 if (s) o->text=strdup(s);
271 return o->layoutFn(o);