| 例文 |
widget classの部分一致の例文一覧と使い方
該当件数 : 35件
Widget class 例文帳に追加
ウィジェットクラス - PEAR
The XtCheckSubclassmacro determines if the class of the specified widget is equal to or is a subclass of the specified widget class. The widget can be any number of subclasses down the chain and need not be an immediate subclass of the specified widget class.例文帳に追加
これは指定したウィジェットのクラスにおける、直接のサブクラスでなくてもよい。 - XFree86
searchEntryCursor (Class Cursor) The cursor to use in the searchentry text widget. 例文帳に追加
searchEntryCursor (Class Cursor)テキストウィジェットの検索エントリで用いるカーソル。 - XFree86
The FontGrid widget is an application-specific widget,and a subclass of the Simple widget in the Athena widget set. The effects and instance names of this widget's resources are given in the OPTIONS section.Capitalize the first letter of the resource instance name to get the corresponding class name.例文帳に追加
リソースのインスタンス名における最初の文字を大文字にしたものがクラス名である。 - XFree86
The viewres program displays a tree showing the widget class hierarchy of the Athena Widget Set.例文帳に追加
viewres プログラムは Athena ウィジェットセットのウィジェットクラス階層を示すツリーを表示する。 - XFree86
The widget class nameis given first, followed by the widget instance name. 例文帳に追加
また、先にウィジェットのクラス名を示し、その後にウィジェットのインスタンス名を示す。 - XFree86
spaceUnselectSelect(nothing)wSelectSelect(widget)sSelectSelect(all)iInvertSelect(invert)cSelect ChildrenSelect(children)dSelect DescendantsSelect(descendants)pSelect ParentSelect(parent)aSelect AncestorsSelect(ancestors)NShow Widget NamesRelabel(name)CShow Class NamesRelabel(class)IShow Widget IDsRelabel(id)WShow Widget WindowsRelabel(window)TToggle Widget/Class NameRelabel(toggle) Clicking button 1 on a widget adds it to the set of selected widgets. 例文帳に追加
space 選択解除 Select(nothing)w 選択 Select(widget)s 選択 Select(all)i 反転 Select(invert)c 子を選択 Select(children)d 子孫を選択 Select(descendants)p 親を選択 Select(parent)a 祖先を選択 Select(ancestors)N ウィジェット名表示 Relabel(name)C クラス名表示 Relabel(class)I ウィジェットID表示 Relabel(id)W ウィジェットウィンドウ表示 Relabel(window)ウィジェット上でボタン1をクリックすると、そのウィジェットが選択されたウィジェットのセットに追加される。 - XFree86
The widget class name is given first, followed by the widget instance name.例文帳に追加
また、ウィジェットのクラス名を先頭に書き、これにウィジェットのインスタンス名を続けて書く。 - XFree86
The RX Plug-in looks for resources associated with the widget netscape.Navigator(class Netscape.TopLevelShell) and understands the following resource names and classes:例文帳に追加
以下のリソース名とクラス名を認識する。 - XFree86
The widget class name is given first, followed by the widget instance name.All widgets except the bitmap widget are from the standard Athena widget set.例文帳に追加
ウィジェットクラスを最初に挙げ、これにウィジェットのインスタンス名を続ける。 bitmap ウィジェットを除く全てのウィジェットは Athena ウィジェットセットの標準のウィジェットである。 - XFree86
The widget class name is given first, followed by the widget instance name. The application class name is Xfd.例文帳に追加
ウィジェットのクラス名が最初に記述され、続いてウィジェットのインスタンス名が記述されている。 アプリケーションのクラス名は Xfd である。 - XFree86
If XtGetConstraintResourceListis called before the widget class is initialized (that is, before the first widget of that class has been created), XtGetConstraintResourceListreturns the resource list as specified in the widget class Constraintpart record.例文帳に追加
.LPウィジェットクラスを初期化する前(つまり、そのクラスの最初のウィジェットが生成される前)にXtGetConstraintResourceListを呼び出した場合、XtGetConstraintResourceListはウィジェットクラスの Constraint パートのレコードで指定されているリソースリストを返す。 - XFree86
Description XtGetActionListreturns the action table defined by the specified widget class. 例文帳に追加
説明XtGetActionListは、指定したウィジェットクラスが定義したアクションテーブルを返す。 - XFree86
The returned extension record is owned by the widget class and must not be modified or freed by the caller, except possibly to be modified by the widget class owner.例文帳に追加
返される拡張レコードはウィジェットクラスが所有しているので、呼び出し側でこれを変更・解放してはならない。 - XFree86
In Tkinter, you call methods on the class instance to invoke actions on the widget.例文帳に追加
Tkinter では、クラスインスタンスのメソッドを呼び出して、ウィジェットのアクションを呼び出します。 - Python
Thewidget class name is given first, followed by the widget instance name. 例文帳に追加
各行の最初はウィジェットクラス名、その次にウィジェットインスタンス名を示している。 - XFree86
If thewidget's parent is a subclass of compositeWidgetClass and if the parentis not being destroyed, it calls XtUnmanageChild on the widget andthen calls the widget's parent's delete_child procedure (see Section 3.4).If the widget's parent is a subclass of constraintWidgetClass, it callsthe constraint destroy procedure for the parent, then the parent's superclass,until finally it calls the constraint destroy procedure for constraintWidgetClass.Calls the destroy methods for the widget (and all descendants) in post-order.For each such widget, it calls the destroy procedure declared in the widgetclass, then the destroy procedure declared in its superclass, until finallyit calls the destroy procedure declared in the Core class record. 例文帳に追加
\\(bu 5ウィジェット(と、その全ての下位ウィジェット)に登録された破棄コールバック手続きを呼ぶ。 - XFree86
Description The XtGetSubresources function constructs a name/class list from the application name/class, the name/classes of all its ancestors,and the widget itself.例文帳に追加
説明関数XtGetSubresourcesは、アプリケーションの名前/クラス、その祖先全ての名前/クラス、そのウィジェット自身から名前/クラスのリストを作る。 - XFree86
These functions will cause the label of all widgets in the tree to be changed to show the class name, IDs, or window associated with each widget in the application. The widget IDs, and windows are shown as hex numbers.例文帳に追加
これらの関数は、ツリー内の全てのウィジェットのラベルを変更し、アプリケーションのクラス名、ID、各ウィジェットに関連づけられたウィンドウをを表示させる。 - XFree86
Clicking button 3 on a widget toggles its label between thewidget's instance name the widget's class name. 例文帳に追加
ウィジェット上でボタン2をクリックすると、ラベル表示がウィジェットのインスタンス名とクラス名の間で切り替わる。 - XFree86
If the specified widget is not a subclass, XtCheckSubclassconstructs an error message from the supplied message, the widget's actual class, and the expected class and calls XtErrorMsg.例文帳に追加
指定したウィジェットがサブクラスでないならば、XtCheckSubclass は提供されたメッセージ、ウィジェットの実際のクラス、予想されるクラスからエラーメッセージを作成し、XtErrorMsg を呼び出す。 - XFree86
Description The XtAppCreateShell function saves the specified application name and application class for qualifying all widget resourcespecifiers.例文帳に追加
説明関数XtAppCreateShellは、ウィジェットのリソースの指定子を決定するために、指定されたアプリケーションの名前とクラスを保存する。 - XFree86
GLwMDrawingArea is identical to GLwDrawingArea except that it is asubclass of the MotifTm widget class XmPrimitive and has resources anddefaults suitable for use with Motif. 例文帳に追加
GLwMDrawingArea は GLwDrawingArea とほぼ同じであるが、Motif\\(Tm のウィジェットクラスである XmPrimitive のサブクラスであり、デフォルト状態が Motif に適したようになっている。 - XFree86
The application name and application class are used as the left-mostcomponents in all widget resource names for this application. 例文帳に追加
アプリケーションの名前とクラスは、このアプリケーションに対する全てのウィジェットのリソース名において、最も左の要素として使われる。 - XFree86
If it is called after the widget class has been initialized, XtGetResourceList returns a merged resource list that contains the resources for all superclasses.例文帳に追加
ウィジェットクラスを初期化した後にこの関数を呼び出した場合、XtGetResourceListは全てのスーパークラスのリソースを含む、マージされたリソースリストを返す。 - XFree86
If it is called after the widget class has been initialized,XtGetConstraintResourceList returns a merged resource list that contains the Constraint resources for all superclasses.例文帳に追加
ウィジェットクラスを初期化した後にこの関数を呼び出した場合、XtGetConstraintResourceListは全てのスーパークラスの Constraint リソースを含む、マージされたリソースリストを返す。 - XFree86
An object, such as a widget, in a graphical user interface comprises an instance of a widget class with defined properties and/or methods which control operation of the object; and an associated instance of a look object class with defined properties and/or methods which control the look of the object.例文帳に追加
グラフィックユーザインタフェース内のウィジェットなどのオブジェクトが、オブジェクトの動作を制御する定義されたプロパティ及び/またはメソッドがあるウィジェットクラスのインスタンス、及びオブジェクトの外観を制御する定義されたプロパティ及び/またはメソッドがある外観オブジェクトクラスの関連付けられたインスタンスを備える。 - 特許庁
The ScrolledText module provides a class of the same name which implements a basic text widget which has a vertical scroll barconfigured to do the ``right thing.'' Using the ScrolledTextclass is a lot easier than setting up a text widget and scroll bardirectly.例文帳に追加
ScrolledTextモジュールは``正しい動作''をするように設定された垂直スクロールバーをもつ基本的なテキストウィジェットを実装する同じ名前のクラスを提供します。 ScrolledTextクラスを使うことは、テキストウィジェットとスクロールバーを直接設定するより簡単です。 - Python
The constructor is the same as that of theTkinter.Text class. The text widget and scrollbar are packed together in a Frame,and the methods of the Grid and Pack geometry managers are acquired from the Frame object.例文帳に追加
コンストラクタはTkinter.Textクラスのものを同じです。 テキストウィジェットとスクロールバーはFrameの中に一緒にpackされ、GridとPackジオメトリマネジャのメソッドはFrameオブジェクトから得られます。 - Python
Each node in the tree can be expanded to show the resources that the corresponding class adds (i.e. does not inherit from its parent) when a widget is created.例文帳に追加
ウィジェットが生成されると、ツリーの各ノードを拡張し、対応するクラスで追加された(つまり親から継承しなかった)リソースを表示することができる。 - XFree86
XtCheckSubclass should be used at the entry point of exported routines to ensure that the client has passed in a valid widget class for the exported operation.例文帳に追加
XtCheckSubclassは、エクスポートルーチンのエントリポイントで使用されなければならない。 これはエクスポートされているルーチンに有効なウィジェットのクラスを、クライアントが渡すのを確実にするためである。 - XFree86
Select Menu Resources for a single widget class can be displayed by clicking Button2 on the corresponding node, or by adding the node to the selection list with Button1 and using the Show Resource Boxes entry in the View menu.例文帳に追加
"SELECT メニュー"1つのウィジェットクラスに対するリソースは、対応するノード上で Button2 をクリックすること、または Button1 を使ってノードをセレクションリストに追加してから View メニューの ShowResource Boxes エントリを用いるすることにより表示することができる。 - XFree86
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|