WordNet
- a Muslim republic in southern Asia bordered by India to the north and west and east and the Bay of Bengal to the south; formerly part of India and then part of Pakistan; it achieved independence in 1971 (同)People''s Republic of Bangladesh, Bangla Desh, East Pakistan
- tall coarse American herb having palmate leaves and numerous small white dioecious flowers; found wild in most alluvial soils of eastern and central United States (同)Napaea dioica
- a large subtropical swamp in southern Florida that is noted for its wildlife
- showing or causing joy and pleasure; especially made happy; "glad you are here"; "glad that they succeeded"; "gave a glad shout"; "a glad smile"; "heard the glad news"; "a glad occasion"
- eagerly disposed to act or to be of service; "glad to help" (同)happy
- feeling happy appreciation; "glad of the fires warmth"
PrepTutorEJDIC
- 森(林)の中の空き地
- バングラデシュ人民共和国(インド半島東部の国;首都Dacca)
- (米南部の)沼沢地,低湿地
- 《補語にのみ用いて》『うれしい』,楽しい,喜んで / 《『be glad to』 do》《未来形で》『喜んで』(『進んで』)…『する』(willing) / 《名詞の前にのみ用いて》(物事・表情・声などが)『喜ばしい』,うれしそうな
- =gladiolus
Wikipedia preview
出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2018/03/12 06:23:21」(JST)
[Wiki ja表示]
Glade
|
Glade で設計しているところ
|
最新版 |
3.20.0 / 2016年3月22日(23か月前) (2016-03-22) |
リポジトリ |
github.com/GNOME/glade |
プラットフォーム |
クロスプラットフォーム |
サポート状況 |
活発 |
種別 |
GUI設計 |
ライセンス |
GPL |
公式サイト |
http://glade.gnome.org |
テンプレートを表示 |
Glade Interface Designer または Glade はGTK+用GUIビルダであり、GNOME用追加コンポーネントを含む。第3版では一種のプログラミング言語となっており、イベントとは独立していてイベント用コードも生成しない。その代わりに適当なバインディング(例えば、Ada言語なら gtkada)で使えるXMLファイルを生成する。
Glade には3つのバージョンがあり、1つは GTK+ 1 向け、残る2つは GTK+ 2 向けである。フリーソフトウェアであり、GNU General Public License で配布されている。
目次
- 1 歴史
- 2 GladeXML
- 3 モックアップ(木型)
- 4 他の GTK+ デザイナー
- 5 コードスケッチャー
- 6 外部リンク
歴史
最初の Glade はバージョン 0.1 で、1998年4月18日にリリースされた。
Glade 3 がリリースとなったのは2006年8月12日で、Glade のウェブサイトによれば、エンドユーザーから見た主な変更点は以下のとおりである。
- あらゆる操作でUndo/Redoサポート
- 複数プロジェクトをオープンできる
- コード生成の排除
- Devhelpによる文脈ヘルプシステム
最大の違いはその中身にある。Glade 3 は完全に書き換えられており、GTK+ 2 の新機能やGObjectシステムの利点を生かすようになっている。実際、Glade 2 が GTK+ 2 に移植される前から Glade 3 のプロジェクトが開始されていた。従って Glade 3 のコードベースは小さく、新たな機能が追加されている。例えば、次のようなものがある。
- 「着脱可能 (pluggable)」なウィジェットのカタログ。外部ライブラリの持つウィジェット群を実行時に Glade が検出できる。実際 Glade 3 は GTK+ の標準ウィジェットしかサポートしておらず、GNOME UI と DB ウィジェットは別に提供される。
- 各種 Glade ツール(パレット、エディタなど)がウィジェットとして実装されている。このため、AnjutaやScaffoldといったIDEとの統合が容易で、Glade UI の変更が容易である。
GladeXML
GladeXML は、Glade Interface Designer がフォームをセーブする際のXMLフォーマットである。この文書と libglade ライブラリを使うことでGTK+を使ったフォームを実際に生成できる。
モックアップ(木型)
Glade はGUIプログラムのモックアップの設計に使える。
他の GTK+ デザイナー
GTK+ を使ったGUIアプリケーションの設計ができるアプリケーションは Glade だけではない。以下に他の例を挙げる。
- Crow Designer
- Enveria Development IDE
- Gazpacho
コードスケッチャー
コードスケッチャーとは、GladeXML ファイルからユーザーがソースコードを生成する際の補助となるアプリケーションである。コードスケッチャーの多くは libgrade と GladeXML ファイルを使うソースコードを生成するが、一部は GladeXML ファイルを必要としないコードを生成できる。以下の表は主な GladeXML コードスケッチャーを比較したものである。
名称 |
作者 |
言語 |
ライセンス |
eglade |
Daniel Elphick |
Eiffel |
Eiffel Forum License |
Gladex |
Christopher Pax, Charles Edward Pax |
Perl, Python, Ruby |
GPL v3 |
glc |
Bill Allen |
Python |
LGPL |
ruby-glade-create-template |
武藤昌夫 |
Ruby |
|
Tepache |
Sandino Flores Moreno |
Python |
LGPL |
外部リンク
- Glade home page
- Glade Example Applications
|
この項目は、ソフトウェアに関連した書きかけの項目です。この項目を加筆・訂正などしてくださる協力者を求めています(PJ:コンピュータ/P:コンピュータ)。 |
ウィジェット・ツールキット |
低レベル |
- Macintosh Toolbox(英語版)/Carbon
- Intrinsics
- Intuition(英語版)
- Windows API
- Xlib
- XCB
|
高レベル |
AmigaOS対応 |
- BOOPSI(英語版)
- Magic User Interface(英語版)
- ReAction GUI(英語版)
- Zune(英語版)
|
Mac OS/macOS対応 |
- Cocoa
- MacApp(英語版)
- MacZoop(英語版)
- PowerPlant(英語版)
|
Windows対応 |
- Microsoft Foundation Class Library
- Object Windows Library(英語版)
- Silverlight
- SmartWin++(英語版)
- Visual Component Library
- Windows Forms
- Windows Presentation Foundation
- Windows Template Library
- WinRT XAML(英語版)
|
X11下のUnix対応 |
- Athena/Xaw(英語版)
- InterViews(英語版)
- LessTif
- Motif
|
言語別
クロスプラットフォーム |
CLI |
- Gtk#
- Moonlight(英語版)
- Tao(英語版)
|
C or C++ |
- CEGUI(英語版)
- Component Library for Cross Platform
- FLTK
- FOX toolkit(英語版)
- OpenGL User Interface Library(英語版)
- GTK+
- Juce(英語版)
- Qt
- Wt(英語版)
- Tk
- TnFOX(英語版)
- Ultimate++(英語版)
- Visual Component Framework(英語版)
- wxWidgets
- YAAF(英語版)
- XForms
- XVT(英語版)
|
Objective-C |
|
Flash |
|
Java |
デスクトップ |
- Abstract Window Toolkit
- Swing
- Standard Widget Toolkit
- Qt Jambi(英語版)
|
ウェブ |
|
|
JavaScript |
- Dojo Toolkit
- Echo(英語版)
- Ext JS
- Google Closure(英語版)
- jQuery
- jQuery UI
- MooTools
- Qooxdoo(英語版)
- script.aculo.us(英語版)
- YUI(英語版)
|
Common Lisp |
- CAPI(英語版)
- Common Graphics(英語版)
- CLIM(英語版)
- Ltk
- McCLIM(英語版)
|
Object Pascal |
- Component Library for Cross Platform
- fpGUI(英語版)
- IP Pascal(英語版)
- Lazarus
|
Perl |
|
PHP |
- PHP-GTK(英語版)
- PHP-Qt(英語版)
- WxPHP(英語版)
|
Python |
- Pyjamas(英語版)
- PyQt
- PyGTK
- PyGObject(英語版)
- PySide
- Tkinter
- wxPython
|
Ruby |
|
XML |
- Ample SDK(英語版)
- CougarXML(英語版)
- GladeXML
- Lively Kernel(英語版)
- Pyjamas(英語版)
- Rialto Toolkit(英語版)
- XAML
- XML User Interface(英語版)
- XUL
- Wt(英語版)
|
|
|
|
|
[Wiki en表示]
|
Look up glade in Wiktionary, the free dictionary. |
Glade may refer to:
Computing
- Glade Interface Designer, a GUI designer for GTK+ and GNOME
Geography
- Glade (geography), open area in woodland, synonym for "clearing"
- Glade skiing, skiing amongst trees
- Places in the United States
- Glade, California, a former town in Lassen County
- Glade, Kansas, a city in Phillips County
- Glades County, Florida, in south central Florida
- Glade Township, Warren County, Pennsylvania
- The Glades (Florida), in Western Palm Beach County
- The Glades (New Jersey), in southern New Jersey
Other uses
- Glade (brand), air freshener products
- The Glade, an annual electronic dance music festival in England
English Journal
- Wading bird guano enrichment of soil nutrients in tree islands of the Florida Everglades.
- Irick DL1, Gu B2, Li YC3, Inglett PW2, Frederick PC4, Ross MS5, Wright AL6, Ewe SM7.
- The Science of the total environment.Sci Total Environ.2015 Jun 5;532:40-47. doi: 10.1016/j.scitotenv.2015.05.097. [Epub ahead of print]
- Differential distribution of nutrients within an ecosystem can offer insight of ecological and physical processes that are otherwise unclear. This study was conducted to determine if enrichment of phosphorus (P) in tree island soils of the Florida Everglades can be explained by bird guano deposition
- PMID 26057723
- A glance at … exercise and glucose uptake.
- Glade MJ1, Smith K2.
- Nutrition (Burbank, Los Angeles County, Calif.).Nutrition.2015 Jun;31(6):893-7. doi: 10.1016/j.nut.2014.12.009. Epub 2014 Dec 23.
- PMID 25933500
- Phosphatidylserine and the human brain.
- Glade MJ1, Smith K2.
- Nutrition (Burbank, Los Angeles County, Calif.).Nutrition.2015 Jun;31(6):781-786. doi: 10.1016/j.nut.2014.10.014. Epub 2014 Nov 4.
- OBJECTIVE: The aim of this study was to assess the roles and importance of phosphatidylserine (PS), an endogenous phospholipid and dietary nutrient, in human brain biochemistry, physiology, and function.METHODS: A scientific literature search was conducted on MEDLINE for relevant articles regarding
- PMID 25933483
Japanese Journal
- 111 The tetrastichian Glade of hydrasperman seed ferns
- 足関節捻挫を受傷し距骨骨軟骨損傷を合併した症例の保存療法によるスポーツ復帰について
- 中国南部で発見されたVietomartyria属(コバネガ科)の注目すべき1新種
Related Pictures
★リンクテーブル★
[★]