#include <ugadgets.hpp>
Public Member Functions | |
| ULabel (const UArgs &a=UArgs::none) | |
| constructor; see also ~UGroup() and the creator shortcut ulabel() | |
| virtual const UStyle & | getStyle (UContext *) const |
Static Public Member Functions | |
| static const UStyle & | makeStyle () |
Static Public Attributes | |
| static UStyle * | style = null |
Friends | |
| ULabel & | ulabel (const UArgs &a=UArgs::none) |
| creator shortcut that is equivalent to *new ULabel(). | |
Geometry:
Default Properties:
Example:
ULabel& my_label = ulabel( uima("whatever.jpg")+ " My Label" )
Note:
" My Label" is equivalent to: ustr(" My Label")
1.4.1