Widget label - qPCR4vir/nana-docs GitHub Wiki
Label
Usage:
// Construct label to be displayed on panel
nana::label lbl( panel );
// Locate in panel
lbl.move( { topleftX, topleftY, width, height } );
// show text
lbl.caption( "A GUI!" );
// Construct label to be displayed on panel
nana::label lbl( panel );
// Locate in panel
lbl.move( { topleftX, topleftY, width, height } );
// show text
lbl.caption( "A GUI!" );