36 mCalibrateLabel(new
Label(
_(
"Press the button to start calibration"))),
37 mCalibrateButton(new
Button(
_(
"Calibrate"),
"calibrate", this)),
38 mJoystickCheckBox(new
CheckBox(
_(
"Enable joystick")))
70 (
_(
"Press the button to start calibration"));
LayoutCell & place(int x, int y, gcn::Widget *wg, int w=1, int h=1)
Adds a widget to the container and sets it at given cell.
bool isCalibrating() const
void setEnabled(bool enabled)
void setName(const std::string &name)
Sets the name displayed on the tab.
void apply() override
Called when the Apply button is pressed in the setup window.
void action(const gcn::ActionEvent &event) override
void cancel() override
Called when the Cancel button is pressed in the setup window.
gcn::CheckBox * mJoystickCheckBox
gcn::Label * mCalibrateLabel
gcn::Button * mCalibrateButton
Config config
Global settings (config.xml)