1016万例文収録!

「intrinsics」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > intrinsicsに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

intrinsicsを含む例文一覧と使い方

該当件数 : 22



例文

Description Xaw is a Widget set based on the Xt Intrinsics. 例文帳に追加

説明Xawは Xt イントリンシクスをベースとしたウィジェットセットである。 - XFree86

See the X Toolkit Intrinsics - C Language Interfacemanual for details. 例文帳に追加

詳しくは \\fIX ツールキットイントリンシクス - C 言語インタフェース\\fPのマニュアルを参照すること。 - XFree86

Applications written with the X Toolkit Intrinsics will have at least the following resources:例文帳に追加

X ツールキットイントリンシクスを使って書かれたプログラムは最低限、次のリソースを持つ: - XFree86

Most applications using the X Toolkit Intrinsics also have the resource foreground (classForeground), specifying the color to use for text and graphics within the window.例文帳に追加

これは、ウィンドウ内のテキストやグラフィックスで使用する色を指定する。 - XFree86

例文

The XtAppAddInput function registers with the Intrinsics read routine a new source of events, which is usually file input but can also be file output.Note that file should be loosely interpreted to mean any sink or source of data.例文帳に追加

つまり、ファイルは任意のシンクやデータの入力も意味する。 - XFree86


例文

Description The XtAppAddSignal function initiates a mechanism for handling signals within the context of the Intrinsics.例文帳に追加

説明関数XtAppAddSignalは、イントリンシクスのコンテクスト内におけるシグナル処理の機構を動作させる。 - XFree86

XtNoticeSignal is the only Intrinsics function that can safely be called from a signal handler.例文帳に追加

.LPXtNoticeSignalは、シグナルハンドラから安全に呼び出すことができる、イントリンシクス中唯一の関数である。 - XFree86

Logically the Intrinsics maintain``pending'' for each registered callback. 例文帳に追加

論理的には、イントリンシクスは登録されているそれぞれのコールバックについて「ペンディング」を管理している。 - XFree86

This flag is initially False and is set to True by XtNoticeSignal; the Intrinsics invoke the callback whenever the flag is True, and the flag is set to False just before the callback is invoked.例文帳に追加

このフラグの初期値はFalseであり、XtNoticeSignalによってTrue に設定される。 - XFree86

例文

Description XtGetKeysymTablereturns a pointer to the Intrinsics' copy of the server's KeyCode-to-KeySymtable. 例文帳に追加

説明XtGetKeysymTableは、イントリンシクスが持っているサーバの KeyCode-KeySym 対応テーブルのコピーへのポインタを返す。 - XFree86

例文

All applications written with the X Toolkit Intrinsics automatically accept the following options:例文帳に追加

X ツールキットイントリンシクスを使って書かれた全てのアプリケーションは自動的に次のオプションを処理できる。 - XFree86

Programsbased on the X Tookit Intrinsics obtain resources from the following sources(other programs usually support some subset of these sources): 例文帳に追加

X ツールキットイントリンシクスに基づくプログラムは、次のソースからリソースを得る(他のプログラムは通常これらのソースの一部をサポートしている)。 - XFree86

The hook is called at any time in the future when the Intrinsics are about to block pendingsome input.例文帳に追加

それ以降はいつでも、イントリンシクスが何らかの入力のペンディングをブロックしようとしたときに、このフックが呼び出される。 - XFree86

The XtRemoveSignal function is called to remove the specified Intrinsics signal handler.例文帳に追加

このフラグがTrueならばイントリンシクスは必ずコールバックを呼び、その呼び出しの直前にフラグにFalseを設定する。 - XFree86

The XtDisownSelectionfunction informs the Intrinsics selection mechanism that the specified widget is to lose ownership of the selection.例文帳に追加

.LP関数XtDisownSelectionは、指定したウィジェットがセレクションの所有権を失うことを、イントリンシクスのセレクション機構に知らせる。 - XFree86

The manner in which this composition is accomplished is implementation-defined and the Intrinsics make no interpretation of the parts other than to use them in substitutions as described below.例文帳に追加

この組み合わせを行う方法は実装定義であり、以下で説明する置き換えに使う以外にはイントリンシクスはパートの解釈は行わない。 - XFree86

If XtNoticeSignal is called multiple times before the Intrinsics are able to invoke the registered callback, the callback is only called once.例文帳に追加

イントリンシクスが登録されたコールバックを起動することができるようになる前にXtNoticeSignalが複数回呼び出された場合、そのコールバックは一度しか呼ばれない。 - XFree86

The Intrinsics do a lazy binding of the error database and do not merge in the database file until the first call to XtAppGetErrorDatbaseText.The XtAppGetErrorDatabaseText returns the appropriate message from the error database or returns the specified default message if one is notfound in the error database.例文帳に追加

イントリンシクスはエラーデータベースの緩い関連づけしか行わず、XtAppGetErrorDatbaseTextの最初の呼び出しまではデータベースファイルへのマージは行わない。 - XFree86

Description If XtGetActionKeysym is called after an action procedure has been invoked by the Intrinsics and before that action procedure returns, and if the event pointer has the same value as the event pointer passed to that action routine, and if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym returns the KeySym that matched the final event specification in the translation table and, if/fImodifiers_return/fP is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym calls XtTranslateKeycode and returns the results; else it returns NoSymbol and does not examine modifiers_return.例文帳に追加

そうでない場合、イベントがKeyPressイベントまたはKeyReleaseイベントならば、XtGetActionKeysym はXtTranslateKeycodeを呼び出し、その結果を返す。 - XFree86

If more than one child of the reference widget matches the name, XtNameToWidget can return any of the children. The Intrinsics do not require that all children of a widget have unique names.例文帳に追加

.LP参照ウィジェットの複数の子ウィジェットが名前とマッチした場合、XtNameToWidgetは任意のいずれかのウィジェットを返す。 イントリンシクスでは、全ての子ウィジェットがユニークな名前を持つことは要求されない。 - XFree86

For a full explanationof the functions that are available, see the Xlib - C Language X Interfacemanual, the X Window System Protocol specification, the X Toolkit Intrinsics- C Language Interface manual, and various toolkit documents. 例文帳に追加

利用可能な関数の正式な説明については\\fIXlib - C 言語 X インタフェース\\fP マニュアル、\\fIX ウィンドウシステムプロトコル\\fP 仕様書、\\fIX ツールキットイントリンシクス - C 言語インタフェース\\fP マニュアルとツールキットに関する様々な文書を参照すること。 - XFree86

例文

In the future,if XtDispatchEvent is called with a ButtonPress event matching thespecified button and modifiers (which may be AnyButton or AnyModifier,respectively) for the widget's window, the Intrinsics will call XtUngrabPointerwith the timestamp from the ButtonPress event if either of the followingconditions is true: There is a modal cascade and the widget is not in theactive subset of the cascade and the pointer was not previously grabbed,or 例文帳に追加

後で指定したボタンとモディファイアにマッチする(ボタンはAnyButton,モディファイアはAnyModifierでも良い)ButtonPressを使ってXtDispatchEventが呼び出された場合、以下の条件のいずれかが成り立つならば、イントリンシクスはKeyPressイベントから得たタイムスタンプを使ってXtUngrabPointerを呼び出す:\\(bu 3モーダルカスケードがあり、ウィジェットがカスケードのアクティブなサブセットではなく、ポインタが以前にグラブされていない。 - XFree86

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS