Tags and Widgets

Trivial derivations of the 3 generic containers

can be dynamically changed one into another!

<b>... </b> == ugroup(UFont::bold + "abcd xyz" + ..)

ubutton( xxx )  == ubox( UMode::CanArm + UBorder::shadowOut + xxx )

utextbox( xxx ) == ubox( UMode::CanSelectText + UBorder::shadowIn + xxx )


UStr str = "bla bla";
ubutton( uedit() + UBorder::etchedIn + str + ubutton(...) )