refine group

This commit is contained in:
qPCR4vir
2015-04-13 10:53:20 +02:00
parent ae2a2aeec4
commit 73e5d3fd8f
2 changed files with 14 additions and 10 deletions

View File

@@ -33,14 +33,15 @@ namespace nana{
place plc_inner{content};
unsigned int gap;
public:
group( widget &owner, ///<
string titel_ ={}, ///<
group( window parent, ///<
string titel_ ={STR("")}, ///<
bool format =false, ///< Use a formated label?
unsigned gap =2, ///< betwen the content and the external limit
rectangle r ={} ///<
);
place& plc (){ return plc_inner; }
window inner(){ return content; }
label& lbl (){ return titel; }
};
}//end namespace nana