11 #include <gwen-gui-cpp/cppwidget.hpp> 30 QSizePolicy::Policy hpolicy=QSizePolicy::Minimum;
31 QSizePolicy::Policy vpolicy=QSizePolicy::Minimum;
36 wParent=GWEN_Widget_Tree_GetParent(
_widget);
42 qw->setWordWrap(
true);
46 hpolicy=QSizePolicy::Expanding;
48 vpolicy=QSizePolicy::Expanding;
49 qw->setSizePolicy(hpolicy, vpolicy);
82 "Function is not appropriate for this type of widget (%s)",
91 const char *defaultValue) {
114 "Function is not appropriate for this type of widget (%s)",
#define GWEN_ERROR_INVALID
int setCharProperty(GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
#define DBG_WARN(dbg_logger, format, args...)
#define QT4_DIALOG_STRING_TITLE
static QString extractHtml(const char *text)
#define GWEN_WIDGET_FLAGS_FILLY
Qt4_W_Label(GWEN_WIDGET *w)
#define GWEN_WIDGET_FLAGS_FILLX
#define QT4_DIALOG_WIDGET_REAL
const char * getCharProperty(GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)