dh_Menubar
dh_Menubar:
See Lokasenna Menubar docs for more detail.
Properties:
menus: Specially formatted table to hold the menu titles and the items in the dropdown menus.
fullwidth: When true the menu extends to the right of the script window.
limit_w: When 'fullwidth' is false this can be set to limit the width of the menubar. If less than the width of the combined titles, the latter will be used. If set to 0 then the combined title width will be used.
do_pad_top and pad_top_val: This was my first attempt at vertically centering the titles. That is now done automatically. These can still be used to override the auto-center.
-------------------------------------------------------
attribute:          property_name       default value      
-------------------------------------------------------
menus:              menus               {}

full width:         fullwidth           true
limit width:        limit_w             0

titles font size:   font               "sans22"
titles padding:     pad                 0
pad top:            do_pad_top          false
pad top value:      pad_top_val         0

shadow element:     shadow              true

-- colors --
background:         col_bg             "btn_face"
text:               col_text           "btn_txt"
mouse over:         col_over           "elm_fill"

------------------------------------------------------