21 : icon_(), label_(str), desc_(), default_(false)
34 std::string::size_type
pos =
label_.find(
'=');
35 if(pos != std::string::npos && (
label_[0] ==
'&' || pos == 0)) {
42 std::string::size_type
prev = 0;
44 while((pos =
label_.find(
'=', prev)) != std::string::npos) {
45 for(std::string::size_type
i = prev;
i !=
pos; ++
i) {
59 if(pos != std::string::npos) {
A class inherited from ttext_box that displays its input as stars.
GLsizei const GLcharARB ** string