差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
fltk:example-app-countdown_timer [2025/05/27 18:20] – [プログラムのソースコード] Update main.cpp, replace 'countdown_digits' with 'digits' freemikan | fltk:example-app-countdown_timer [2025/06/12 11:45] (現在) – [スクリーンショット] Remove imagebox freemikan | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== | + | ====== |
- | {{: | + | [[fltk:|{{: |
===== スクリーンショット ===== | ===== スクリーンショット ===== | ||
- | + | {{ : | |
- | {{ : | + | |
===== プロジェクトレイアウト ===== | ===== プロジェクトレイアウト ===== | ||
行 82: | 行 81: | ||
void start_button_cb(Fl_Widget *w, void *data) { | void start_button_cb(Fl_Widget *w, void *data) { | ||
if (!Fl:: | if (!Fl:: | ||
- | // Start pressed | + | // Start button |
Fl:: | Fl:: | ||
w-> | w-> | ||
} else { | } else { | ||
- | // Pause pressed | + | // Pause button |
Fl:: | Fl:: | ||
w-> | w-> |