MT_SCROLLBAR and MT_SCROLLBAR_HANDLE | MT_SCROLLBAR_UNSCROLLABLE | Set when the scrollbar is unscrollable. This means that scrollbar handle cannot change it's position (it's minimal value is the same as the maximal one). |
MT_SCROLLBAR | MT_SCROLLBAR_SUBPAGE_ACTIVE | Set when upper track highlight is visible. |
MT_SCROLLBAR_ADDPAGE_ACTIVE | Set when bottom track highlight is visible. |
MT_NOTEBOOK_TAB | MT_NOTEBOOK_FIRST_VISIBLE_TAB | Set when the tab is on the left ending of tab bar. Usually this is the first visible tab, in QT first tab. This is used to draw the top-left part of border of MT_NOTEBOOK. |
MT_NOTEBOOK_FIRST_TAB | Set when the tab is first. |
MT_NOTEBOOK_LAST_TAB | Set when the tab is last. |
MT_SPINBUTTON_UP and MT_SPINBUTTON_DOWN | MT_SPINBUTTON_HOVER | Set when the mouse is anywhere on top of the whole MT_SPINBUTTON widget. |
MT_TOOLBAR_ITEM_DROPDOWN | MT_TOOLBAR_ITEM_DROPDOWN_ACTIVE | Set when the dropdown part of toolbar item is active. |
MT_MENU_TEAROFF | MT_MENU_DETACHED | Set when the menu is detached. |
MT_CHECK_BOX and MT_RADIO_BOX | MT_DRAW_MASK | Set when we want draw the mask instead of the widget. Beware that the state of widget is undefined when drawing the mask. The visible part of widget should be colored by black and invisible by white color. This flag is currently used only in QT. |
MT_PROGRESSBAR | MT_PROGRESSBAR_REVERSED | Set when the progressbar is reversed (right-to-left or top-to-bottom). |