27 QSizePolicy::Policy hpolicy=QSizePolicy::Minimum;
28 QSizePolicy::Policy vpolicy=QSizePolicy::Minimum;
31 wParent=GWEN_Widget_Tree_GetParent(
_widget);
37 hpolicy=QSizePolicy::Expanding;
39 vpolicy=QSizePolicy::Expanding;
40 qw->setSizePolicy(hpolicy, vpolicy);
73 qw->resize(value, qw->height());
77 qw->resize(qw->width(), value);
81 qw->setEnabled((value==0)?
false:
true);
100 "Function is not appropriate for this type of widget (%s)",
123 return (qw->isEnabled())?1:0;
126 return (qw->hasFocus())?1:0;
133 "Function is not appropriate for this type of widget (%s)",
145 "Function is not appropriate for this type of widget (%s)",
154 const char *defaultValue) {
156 "Function is not appropriate for this type of widget (%s)",
#define GWEN_ERROR_INVALID
#define DBG_WARN(dbg_logger, format,...)
#define GWEN_WIDGET_FLAGS_FILLY
#define GWEN_WIDGET_FLAGS_FILLX
#define QT5_DIALOG_WIDGET_CONTENT
#define QT5_DIALOG_WIDGET_REAL