差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
fltk:example-app-countdown_timer [2025/05/27 18:23] – [プログラムのソースコード] Update main.cpp, change start button text freemikanfltk:example-app-countdown_timer [2025/06/12 11:45] (現在) – [スクリーンショット] Remove imagebox freemikan
行 1: 行 1:
-====== サンプルアプリケーション: カウントダウンタイマー ====== +====== : カウントダウンタイマー ====== 
-{{:fltk:fltk_shadow.png?200|FLTK}}+[[fltk:|{{:fltk:fltk_shadow.png?200|}}]]
  
  
 ===== スクリーンショット ===== ===== スクリーンショット =====
- +{{ :fltk:countdown_timer_app.gif |カウントダウンタイマー}}
-{{ :fltk:countdown_timer_app.gif |}}+
 ===== プロジェクトレイアウト ===== ===== プロジェクトレイアウト =====
  
行 88: 行 87:
     // Pause button pressed     // Pause button pressed
     Fl::remove_timeout(timeout_cb, data);     Fl::remove_timeout(timeout_cb, data);
-    w->label("開始");+    w->label("スタート");
   }   }
 } }
行 107: 行 106:
   digits->labeltype(FL_SHADOW_LABEL);   digits->labeltype(FL_SHADOW_LABEL);
  
-  auto start_button = new Fl_Button(10, 260, 140, 30, "開始");+  auto start_button = new Fl_Button(10, 260, 140, 30, "スタート");
   auto reset_button = new Fl_Button(150, 260, 140, 30, "リセット");   auto reset_button = new Fl_Button(150, 260, 140, 30, "リセット");
  
文書の先頭へ