per page, with , order by , clip by
Results of 1 - 10 of about 405 for [SIMILAR] 16 1024 4096 WITH 69865 視窗 WITH 4721... (5.546 sec.)
章 13. 記帳簿 10000
章 13. 記帳簿 前一頁 部 V. 基礎 GNUstep 程式設計 下一頁 章 13. 記帳簿 內容目錄 文件程式 表格 存取檔案 Drag and drop in table 文件程式 文件程式是一種常用的程式類型. 在文件程式中, 使用者可以同時開啟多個文件, 分別修改並儲存. 像一般的文字處理器就是文件程式. 在 GNUstep 中有個 Ink.app 即為一個 ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch13.html - [detail] - [similar]
章 10. 第一個視窗程式 4890
章 10. 第一個視窗程式 前一頁 部 V. 基礎 GNUstep 程式設計 下一頁 章 10. 第一個視窗程式 第一個視窗程式 GNUstep 最拿手的就是視窗及網路程式. 在這裡先介紹如何以純程式碼開發視窗程式, 再來使用 Gorm 開發相同的視窗程式. 使用者可以自行選擇喜好的方式. 第一次寫視窗程式者請先耐心看完純程式碼的部份, 這 ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch10.html - [detail] - [similar]
Outlet 及 Action 4618
Outlet 及 Action 前一頁 章 12. TimeMachine 下一頁 Outlet 及 Action Outlnet 及 Action 是連結使用者介面及程式碼的關鍵. 這裡製作一個顯示時間的程式, 以示範 Gorm 中, outlet 及 action 的使用, 以及控制者 (controller) 及使用者介面 (view) 的關係. 圖形 12.1. Simple TimeMachine 執行 Gorm, 選 "Docum ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch12s02.html - [detail] - [similar]
表格 3967
表格 前一頁 章 13. 記帳簿 下一頁 表格 在這裡製做一個計帳簿程式, 主要是可以記錄時間, 項目及金額. 對文字編輯器有興趣的, 可以參考 Ink . 在這裡使用 NSTableView. 這是一個比較複雜的圖形介面, 但 GNUstep 已經處理好許多細節了. 有關 NSTableView, 可參考 Getting Started With NSTableView 使用開啟 Doc ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch13s02.html - [detail] - [similar]
章 12. TimeMachine 3967
章 12. TimeMachine 前一頁 部 V. 基礎 GNUstep 程式設計 下一頁 章 12. TimeMachine 內容目錄 單一視窗程式 Outlet 及 Action 自訂圖形元件 繪圖 面板 訊息 單一視窗程式 單一視窗程式是最常見到的程式種類. 這裡介紹 GNUstep 常用的程式技巧. 前一頁 上一層 下一頁 章 11. 記憶體管理 內容 Outlet 及 Action ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch12.html - [detail] - [similar]
面板 3898
面板 前一頁 章 12. TimeMachine 下一頁 面板 面板是視窗的一種, 可參考 Cocoa 的介紹 (英文): Windows and Panels . 在這個範例中, 當使用者在 NSBox 上單點時, 會出現一個面板, 讓使用者輸入時區, 以顯示不同時區的時間. NSPanel 是 NSWindow 的子類別 (Subclass), 因此在使用上和 NSWindow 相同, 也是需要一 ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch12s05.html - [detail] - [similar]
章 5. 終端機 3898
章 5. 終端機 前一頁 部 III. 應用程式 下一頁 章 5. 終端機 網頁: http://www.nongnu.org/terminal/ 終端機程式模擬終端機功能, 並可將一般的 Unix 功能轉成 GNUstep 的服務. 圖形 5.1. 終端機 偏好設定 注 記得要選 "Apply and save" 按鈕. 下一個開啟的終端機視窗會使用新的設定. 改變字型及變色. 使用中文時 ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch05.html - [detail] - [similar]
GNUstep 入門 3812
GNUstep 入門 下一頁 GNUstep 入門 Yen-Ju Chen 版權 © 2003 Yen-Ju Chen Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ - [detail] - [similar]
Chapter 13. Money 3652
Chapter 13. Money Prev Part V. Basic GNUstep Programming Next Chapter 13. Money Table of Contents Document-base application Table Load and Save Drag and drop in table Document-base application The Document-base application is a kind of special, but commonly used applications. You can ope ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/en/ch13.html - [detail] - [similar]
自訂圖形元件 3547
自訂圖形元件 前一頁 章 12. TimeMachine 下一頁 自訂圖形元件 在 Gorm 中也可以加入自訂的圖形元件, 而不使用 Gorm 內建的. 在這裡做一個顯示時間的圖形元件. 下圖中白色框線內即為自訂的圖形元件. 圖形 12.12. TimeMachine with custom view 在 Gorm 中使用自訂元件時, 要先設計好其類別. 圖形元件可以繼承自 ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/zh_TW/ch12s03.html - [detail] - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT
Powered by Hyper Estraier 1.4.13, with 213331 documents and 1081078 words.