Menubar and Statusbar gadgets?

BlitzMax Forums/BlitzMax Module Tweaks/Menubar and Statusbar gadgets?

Ked(Posted 2008) [#1]
Would it be a possibility of future MaxGUI releases having similar functions to these:
CreateMenuBar:TGadget(group:TGadget)
CreateStatusBar:TGadget(group:TGadget,style:Int,sections:Int=1)
SetStatusText(statusbar:TGadget,section:Int=1,title:String)
GetStatusText:String(statusbar:TGadget,section:Int=1)
SetStatusSectionCount(statusbar:TGadget,sections:int)