be disabled and/or hidden when first designed? Like this:
#PB_Gadget_Disabled and #PB_Gadget_Invisible
Thus: ButtonGadget(#,x,y,w,h,text$,#PB_Gadget_Disabled).
(I know it can be done after creation, and with API constants, but a native
solution would be best, especially for cross-platform compatibility).
