SplitterGadget wishes
Posted: Sun May 15, 2022 3:28 pm
It would be nice to have
Code: Select all
SetGadgetAttribute(#gadget, #PB_Splitter_BarSize, 2) ; Size (width/height) of the Splitter bar (1,2,3,4 pixels)
SetGadgetAttribute(#gadget, #PB_Splitter_DrawBarIcon, #True) ; Draw the bar icon
SetGadgetAttribute(#gadget, #PB_Splitter_DrawBarIcon, #False) ; Don't draw the bar icon, use background/border color only