Value | Meaning |
---|---|
KW_WIDGETHINT_ALLOWTILESTRETCH1 << 0 | Allow widgets to stretch tiles |
KW_WIDGETHINT_BLOCKINPUTEVENTS1 << 1 | Makes KiWi avoid reporting input events to this widget and its children * widget |
KW_WIDGETHINT_IGNOREINPUTEVENTS1 << 2 | Makes KiWi avoid reporting input event to this widget but still passes to * its children widgets |
KW_WIDGETHINT_FRAMELESS1 << 3 | Hints widget implementations that, if possible, the user wants a * frameless version of it |
KW_WIDGETHINT_HIDDEN1 << 4 | Makes KiWi not paint this widget |
KW_WIDGETHINT_DEBUG1 << 5 | Makes KiWi draw debug information over this widget |