4 @SuppressWarnings public class WindowTitleBar : Qt.QObject{
5 public WindowTitleBar(){
7 public WindowTitleBar(long handle){
static const int QTNWT_SETWIDGET
static const int QTNWT_BACKGROUNDCOLOR
static const int QTNWT_FRAMECOLOR
static const int QTNWT_TITLEHEIGHT
static const int QTNWT_SETTITLEHEIGHT
static const int QTNWT_SETSYSMENUBUTTONVISIBLE
static const int QTNWTB_GET
static const int QTNWT_SYSBUTTONKIND
static const int QTNWT_ISSYSMENUBUTTONVISIBLE
static const int QTNWT_EXTENDVIEWINTOTITLEBAR
static const int QTNWT_HIDE
static const int QTNWT_SETEXTENDVIEWINTOTITLEBAR
static const int QTNWT_ISQWIZARDSUPPORTS
static const int QTNWT_SETBLURBEHINDWINDOWENABLED
static const int QTNWT_BORDERTHICKNESS
static const int QTNWT_SETVISIBLE
static const int QTNWT_REMOVEANDDELETE
static const int QTNWT_STYLEDFRAME
static const int QTNWT_SETBORDERTHICKNESS
static const int QTNWT_SETQWIZARDSUPPORTS
static const int QTNWT_ISVISIBLE
static const int QTNWT_SETSYSBUTTONKIND
static const int QTNWT_WIDGET
static const int QTNWT_SETBACKGROUNDCOLOR
static const int QTNWTB_FIND
static const int QTNWT_SHOW
static const int QTNWT_SETSTYLEDFRAME
static const int QTNWT_UPDATE
static const int QTNWT_BLURBEHINDWINDOWENABLED
long cdecl object_get_long_int(long h, int proid, long hv,int iv)
int cdecl widget_get_int_value(long h, int proid)
void cdecl widget_set_bool_value(long h, int proid, bool v)
void cdecl widget_slot(long h, int proid)
bool cdecl widget_get_bool_value(long h, int proid)
Object cdecl widget_get_object(long h, int proid)
void setVisible(bool visible)
void setSysMenuButtonVisible(bool visible)
void setSysButtonKind(SysButtonKind kind)
bool extendViewIntoTitleBar()
void setStyledFrame(bool styled)
void setBorderThickness(int thickness)
bool blurBehindWindowEnabled()
void setQWizardSupports(bool supports)
SysButtonKind sysButtonKind()
static WindowTitleBar find(Qt.QWidget w)
void setBackgroundColor(int color)
void setWidget(Qt.QWidget widget, WidgetAlign align)
void setBlurBehindWindowEnabled(bool enabled)
void setExtendViewIntoTitleBar(bool extend)
void setTitleHeight(int height)
bool isSysMenuButtonVisible()