SVNからのミラー

This commit is contained in:
2026-01-21 03:15:16 +09:00
commit 9a3ed812ad
30 changed files with 9312 additions and 0 deletions

8
src/fe/widget.cc Normal file
View File

@@ -0,0 +1,8 @@
#include "widget.hh"
namespace fe {
Fl_Button *Widget::setButton = nullptr;
Fl_Button *Widget::chooseButton = nullptr;
Fl_Scroll *Widget::scroll = nullptr;
Fl_Choice *Widget::modeChoice = nullptr;
}