mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
6 lines
142 B
C++
6 lines
142 B
C++
#include "fltkkbdbutton.h"
|
|
|
|
FltkKbdButton::FltkKbdButton(int x, int y, int w, int h, const char * label) :
|
|
Fl_Button(x, y, w, h, label) {
|
|
}
|