差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
fltk:example-app-countdown_timer [2025/05/27 18:23] – [プログラムのソースコード] Update main.cpp, change start button text freemikan | fltk:example-app-countdown_timer [2025/06/12 11:45] (現在) – [スクリーンショット] Remove imagebox freemikan | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== | + | ====== |
- | {{: | + | [[fltk:|{{: |
===== スクリーンショット ===== | ===== スクリーンショット ===== | ||
- | + | {{ : | |
- | {{ : | + | |
===== プロジェクトレイアウト ===== | ===== プロジェクトレイアウト ===== | ||
行 88: | 行 87: | ||
// Pause button pressed | // Pause button pressed | ||
Fl:: | Fl:: | ||
- | w-> | + | w-> |
} | } | ||
} | } | ||
行 107: | 行 106: | ||
digits-> | digits-> | ||
- | auto start_button = new Fl_Button(10, | + | auto start_button = new Fl_Button(10, |
auto reset_button = new Fl_Button(150, | auto reset_button = new Fl_Button(150, | ||