shelldpa currently only exports a wintc_anchor_taskband_to_bottom function.
This is obviously preliminary from when I was first building the taskband, and should be expanded to:
Accept anchoring the taskband to various screens/edges (X11 is limited in that it cannot dock the panel on an edge between two screens), remove reference to 'taskband' it should be generic
Handle the minimum size of the panel window, this is necessary to be able to expand in 'steps' like the real Windows XP, and also prevent any issues related to themes (Adwaita is currently broken because it has min-height, padding and border on buttons which cause it to be larger than the current hard-coded 30px height)
shelldpa
currently only exports awintc_anchor_taskband_to_bottom
function.This is obviously preliminary from when I was first building the taskband, and should be expanded to:
min-height
,padding
andborder
on buttons which cause it to be larger than the current hard-coded 30px height)