29#include <sptk5/sptk.h>
31#include <sptk5/gui/CControl.h>
32#include <sptk5/gui/CInput.h>
81#ifdef __COMPATIBILITY_MODE__
90 CIntegerInput(
int x,
int y,
int w,
int h,
const char* label = 0);
99 void setLimits(
bool limited,
int min = 0,
int max = 0);
115 return "integer_input";
Definition: CLayoutClient.h:82
CControlKind
Control kind is the constant to report the internal SPTK RTTI.
Definition: CControl.h:50
CLayoutAlign
Definition: CLayoutClient.h:44