zertovitch / gwindows

GWindows: GUI framework for MS Windows
https://sf.net/projects/gnavi/
21 stars 5 forks source link

Add Status_Bar_Type color management (using owner drawn). #22

Closed NicoPy closed 10 months ago

NicoPy commented 10 months ago

The Status_Bar_Part_Type contains a Text field. It is used to store the text to be displayed with owner drawn bar parts as Windows API do not store it. It is also used to not redraw parts for which the text has not changed, removing flicker in some conditions.