- if (flags & wxFORWARD)
- inner_rest->Add(new wxButton(this, wxID_FORWARD, wxEmptyString,
- wxDefaultPosition, wxDefaultSize,
- wxCLIP_SIBLINGS),
- 0, wxLEFT|wxRIGHT, margin);
-
- if (flags & wxBACKWARD)
- inner_rest->Add(new wxButton(this, wxID_BACKWARD, wxEmptyString,
- wxDefaultPosition, wxDefaultSize,
- wxCLIP_SIBLINGS),
- 0, wxLEFT|wxRIGHT, margin);
-
- if (flags & wxSETUP)
- inner_rest->Add( new wxButton( this, wxID_SETUP, _("Setup"),wxDefaultPosition,wxDefaultSize,wxCLIP_SIBLINGS ), 0, wxLEFT|wxRIGHT, margin );
-
- if (flags & wxMORE)
- inner_rest->Add( new wxButton( this, wxID_MORE, _("More..."),wxDefaultPosition,wxDefaultSize,wxCLIP_SIBLINGS ), 0, wxLEFT|wxRIGHT, margin );
-
- if (flags & wxHELP)
- inner_rest->Add(new wxButton(this, wxID_HELP, wxEmptyString,
- wxDefaultPosition, wxDefaultSize,
- wxCLIP_SIBLINGS),
- 0, wxLEFT|wxRIGHT, margin);