差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
fltk:start [2025/05/29 19:34] – [ウィジェットの基礎] Remove TODO flag for buttons freemikanfltk:start [2025/06/14 05:17] (現在) – [ウィジェットの基礎] Remove TODO mark on メニュー freemikan
行 1: 行 1:
 ====== FLTK チュートリアル ====== ====== FLTK チュートリアル ======
  
-[[https://www.fltk.org/|{{ :fltk:fltk_shadow.png?500 |Fast Light Toolkit - Fast Light Toolkit (FLTK)}}]]+{{ :fltk:fltk_shadow.png?500 |Fast Light Toolkit - Fast Light Toolkit (FLTK)}}
  
  
行 18: 行 18:
 ===== 準備編 ===== ===== 準備編 =====
  
-  - :TODO: [[basic_info|基本的な情報]]+  - [[basic_info|基本的な情報]]
   - [[install|インストール]]   - [[install|インストール]]
   - [[helloworld|Hello World]]   - [[helloworld|Hello World]]
 +  - [[helloworld-quick|手軽なHello World]]
   - [[helloworld-cmake|CMakeを使ったHello World]]   - [[helloworld-cmake|CMakeを使ったHello World]]
-  - :TODO: [[install2|インストール その2]]+  - [[install2|インストール その2]]
  
 ===== ウィジェットの基礎 ===== ===== ウィジェットの基礎 =====
 +このセクションはマニュアルの[[https://www.fltk.org/doc-1.4/common.html|Common Widgets and Attributes]]の章をベースにしています。
  
   - [[widget-basic-widgets|ウィジェット]]   - [[widget-basic-widgets|ウィジェット]]
行 30: 行 32:
   - [[widget-basic-boxes|ボックス]]   - [[widget-basic-boxes|ボックス]]
   - [[widget-basic-buttons|ボタン]]   - [[widget-basic-buttons|ボタン]]
-  - :TODO: [[widget-basic-texts|テキスト]] +  - [[widget-basic-texts|テキスト]] 
-  - :TODO: [[widget-basic-valuators|バリュエータ]] +  - [[widget-basic-valuators|バリュエータ]] 
-  - :TODO: [[widget-basic-groups|グループ]] +  - [[widget-basic-groups|グループ]] 
-  - :TODO: [[widget-basic-menus|メニュー]] +  - [[widget-basic-menus|メニュー]] 
-  - :TODO: [[widget-attr-sizes|ウィジェットの属性 - サイズ]] +  - :TODO: [[widget-attr-sizes-and-positions|ウィジェットの属性 - サイズ位置]]
-  - :TODO: [[widget-attr-positions|ウィジェットの属性 - 位置]]+
   - :TODO: [[widget-attr-colors|ウィジェットの属性 - 色]]   - :TODO: [[widget-attr-colors|ウィジェットの属性 - 色]]
   - :TODO: [[widget-attr-boxtypes|ウィジェットの属性 - ボックスのタイプ]]   - :TODO: [[widget-attr-boxtypes|ウィジェットの属性 - ボックスのタイプ]]
   - :TODO: [[widget-attr-callbacks|ウィジェットの属性 - コールバック]]   - :TODO: [[widget-attr-callbacks|ウィジェットの属性 - コールバック]]
   - :TODO: [[widget-attr-shortcuts|ウィジェットの属性 - ショートカット]]   - :TODO: [[widget-attr-shortcuts|ウィジェットの属性 - ショートカット]]
- 
-<note> 
-このセクションはマニュアルの[[https://www.fltk.org/doc-1.4/common.html|Common Widgets and Attributes]]の章をベースにしています。 
-</note> 
  
 ===== サンプルアプリケーション ===== ===== サンプルアプリケーション =====
文書の先頭へ