Need some new frame hints for comctl, mainly for the 3D frames. It's not really appropriate to style ALL frame as 3D or whatever in GTK which would potentially screw up the appearance of programs.
In Windows XP, the Classic theme tends to use 3D frames quite often, such as around list boxes - some of these become flat frames under the other visual styles, but some remain with the 3D frame (eg. the bar charts in taskmgr remain 3D).
Suggest adding two classes to comctl's defined styles like:
wintc-frame-3d (prefer 3D, themes in this repo should use 3D frames)
wintc-frame-3d-opt ('optional' 3D, only native theme should bother with 3D)
Need some new frame hints for comctl, mainly for the 3D frames. It's not really appropriate to style ALL frame as 3D or whatever in GTK which would potentially screw up the appearance of programs.
In Windows XP, the Classic theme tends to use 3D frames quite often, such as around list boxes - some of these become flat frames under the other visual styles, but some remain with the 3D frame (eg. the bar charts in taskmgr remain 3D).
Suggest adding two classes to comctl's defined styles like:
wintc-frame-3d
(prefer 3D, themes in this repo should use 3D frames)wintc-frame-3d-opt
('optional' 3D, only native theme should bother with 3D)Example - should use
wintc-frame-3d-opt
here: