1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

window parentの部分一致の例文一覧と使い方

該当件数 : 62



例文

a parent [child] window 例文帳に追加

親[子]ウインドー - 研究社 英和コンピューター用語辞典

Specifies the parent window. 例文帳に追加

parent 1i親ウィンドウを指定する。 - XFree86

Specifies the parent window. w例文帳に追加

parent 1i親ウィンドウを指定する。 - XFree86

The parent member is set to the parent window.例文帳に追加

parent メンバには親ウィンドウが設定される。 - XFree86

例文

The window member is set to the window that was reparented.The parent member is set to the new parent window. 例文帳に追加

parent メンバには新しい親ウィンドウが設定される。 - XFree86


例文

Parent window (can be null). 例文帳に追加

親ウィンドウ (null でも可)。 - PEAR

The parentmember is set to the parent window. 例文帳に追加

parent メンバには親ウィンドウがセットされる。 - XFree86

Parent is the application object to which the window belongs.例文帳に追加

Parent は、ウィンドウが属するアプリケーションオブジェクトです。 - Python

Moves the window inside its parent window. 例文帳に追加

ウィンドウを親ウィンドウの中で移動します。 - Python

例文

of the window's border or the window itself if it has no borderor define the new position of the window relative to its parent 例文帳に追加

of the window's border or the window itself if it has no border \\or define the new position of the window relative to its parentx 1iy 1ix, y 座標を指定。 - XFree86

例文

00>=40 .vs 0u0int type;/* CreateNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;/* parent of the window */Window window;/* window id of window created */int x, y;/* window location */int width, height;/* size of window */int border_width;/* border width */Bool override_redirect;/* creation should be overridden */} XCreateWindowEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバはイベントの型を一意に識別する定数の名前である。 - XFree86

If the parent window is overlapped, the child window is opened on a display same as the parent window.例文帳に追加

親ウィンドウとの重なりがある場合には、親ウィンドウと同じディスプレイに子ウィンドウを開く。 - 特許庁

Any part of the window that extends outside its parent window is clipped.例文帳に追加

親ウィンドウの外にはみ出る部分は全てクリップされる。 - XFree86

The parent scope node is not available in the Local Variables window for IE users.例文帳に追加

「parent scope」ノードは、IE ユーザーの「局所変数」ウィンドウには表示されません。 - NetBeans

If the parent window is not overlapped, the window is opened on a display different from the display for the parent window.例文帳に追加

親ウィンドウとの重なりがない場合には、親ウィンドウのディスプレイとは異なるディスプレイに対してウィンドウを開く。 - 特許庁

A BadMatch error results if: The new parent window is not onthe same screen as the old parent window. 例文帳に追加

エラーBadMatchは以下の場合に起こる。 \\(bu 5新しい親ウィンドウが古い親ウィンドウと同じスクリーン上にない。 - XFree86

Returns-1,-1 if this window has no parent. 例文帳に追加

ウィンドウに親ウィンドウがない場合-1,-1 を返します。 - Python

Parent window (can be null).GtkDialogFlags $flagsDialog flags (use 0 as default) 例文帳に追加

親ウィンドウ (null でも可)。 GtkDialogFlags$flagsダイアログのフラグ (デフォルトは 0 です)。 - PEAR

The new parent window is the specifiedwindow or an inferior of the specified window. 例文帳に追加

\\(bu 5新しい親ウィンドウが指定したウィンドウ自身かその下位ウィンドウである。 - XFree86

To solve a problem that a parent window is hidden by a child window in the conventional technology by setting the display position of the child window to a position where the parent window is not hidden in consideration of the display position of the parent window and the previous display position of the child window.例文帳に追加

従来技術の親ウィンドウを子ウィンドウが隠してしまうという問題を、親ウィンドウの表示位置と、子ウィンドウの前回表示位置を考慮し、子ウィンドウの表示位置を親ウィンドウを隠さない位置にすることで解決する。 - 特許庁

The specified window has a ParentRelative background,and the new parent window is not the same depth as the specified window. 例文帳に追加

\\(bu 5指定したウィンドウがParentRelativeの背景を持つが、新しい親ウィンドウと指定したウィンドウの深さが異なる。 - XFree86

Returns the beginning coordinates of this window relative to its parent window into two integer variables y and x.例文帳に追加

親ウィンドウ中におけるウィンドウの開始位置を x と y の二つの整数で返します。 - Python

The new parent is InputOnly,and the window is not. 例文帳に追加

\\(bu 5新しい親ウィンドウがInputOnlyであり、かつ移動するウィンドウがInputOnlyでない。 - XFree86

00>=40 .vs 0u0int type;/* ReparentNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;Window parent;int x, y;Bool override_redirect;} XReparentEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベント型を一意に認識するための定数名が設定される。 - XFree86

The parent window, however, may have anydepth and class. 例文帳に追加

しかし、親ウィンドウは任意の深さとクラスを持つことが考えられる。 - XFree86

00>=40 .vs 0u0int type;/* MapRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;Window window;} XMapRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベントの型を一意に識別する定数名がセットされる。 - XFree86

The XCreateWindow function creates an unmappedsubwindow for a specified parent window, returns the window ID of the created window, and causes the X server to generate a CreateNotify event.The created window is placed on top in the stacking order with respect to siblings.例文帳に追加

また、X サーバにCreateNotifyイベントを生成させる。 生成されたウィンドウは兄弟ウィンドウに対してスタックの一番上に配置される。 - XFree86

The new window initially uses the same cursor as its parent.例文帳に追加

新しいウィンドウは初期状態では親ウィンドウと同じカーソルを使用する。 - XFree86

00>=40 .vs 0u0int type;/* CirculateRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;Window window;int place;/* PlaceOnTop, PlaceOnBottom */} XCirculateRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86

Then, whether or not the previous display position of the child window overlaps the current display position of the parent window is confirmed.例文帳に追加

次に、子ウィンドウの前回の表示位置が現在の親ウィンドウの表示位置と重なるかを確認する。 - 特許庁

The x and y members are set to the coordinates relative to the new parent window's origin and indicate the position of the upper-left outside corner of the window.例文帳に追加

x, y メンバは、ウィンドウの左上外側の隅の位置を示す。 - XFree86

If the parent window is overlapped, information is confirmed which is retrieved from a display information storage table and indicates presence/absence of overlapping with the parent window.例文帳に追加

親ウィンドウと重なってしまう場合には、表示情報保存テーブルから取り出した親ウィンドウとの重なりの有無を示す情報を確認する。 - 特許庁

The XCreateSimpleWindow function creates an unmapped InputOutput subwindow for a specified parent window, returns the window ID of the created window, and causes the X server to generate a CreateNotify event.例文帳に追加

関数XCreateSimpleWindowは指定した親ウィンドウに対して、マップされていないInputOutputのサブウィンドウを作り、そのウィンドウIDを返す。 また、X サーバにCreateNotifyイベントを生成させる。 - XFree86

The depth need not be the same as the parent,but the parent must not be a window of class InputOnly, or a BadMatch error results.例文帳に追加

深さは親ウィンドウと同じである必要は無いが、親ウィンドウのクラスはInputOnlyであってはならない。 そうでない場合、エラーBadMatchとなる。 - XFree86

If ParentRelative is specified, the background pixmap of the window's parent is used, or on the root window, the default background is restored.例文帳に追加

ルートウィンドウに対してParentRelativeが指定されると、背景ピックスマップはデフォルトのものに戻る。 - XFree86

Any child window will no longer be visible until another map call is made on the parent.例文帳に追加

親ウィンドウに対するマップが改めて行われない限り、全ての子ウィンドウは不可視になる。 - XFree86

If the override-redirect of the window is False and if some other client has selected SubstructureRedirectMask on the parent window, then the X server generates a MapRequest event,and the XMapWindow function does not map the window.例文帳に追加

指定したウィンドウの override-redirect 属性がFalseで、かつその親ウィンドウで他のクライアントがSubstructureRedirectMaskを選択している場合には、X サーバはMapRequestイベントを生成し、関数XMapWindowはウィンドウをマップしない。 - XFree86

If the override-redirectattribute of the window is False and some other client has selected SubstructureRedirectMask on the parent, the X server generates a ConfigureRequest event, and no processing is performed. Otherwise, the window is raised.例文帳に追加

ウィンドウの override-redirect 属性がFalse であり、親ウィンドウのSubstructureRedirectMask を選択しているウィンドウが他にある場合、X サーバはConfigureRequestイベントを生成し、処理を行わない。 - XFree86

You can also use the Outline window to select the enclosing parent as well as to rearrange the order of the nested components. 例文帳に追加

また、「アウトライン」ウィンドウを使用して親を選択したり、下位コンポーネントの順序を変更したりできます。 - NetBeans

This routine is used to display different parts of the parent window at the same physicalposition on the screen.例文帳に追加

このルーチンは親ウィンドウの一部をスクリーン上の同じ物理位置に表示する際に用いられます。 - Python

To provide a poncho with a child window which is easy to attach and detach when a parent and a child ride a bicycle in a rainy day.例文帳に追加

雨の日に親子で自転車に乗るとき、着脱が簡単で、子供用窓をつけたポンチョを提供する。 - 特許庁

The eventmember is set either to the reconfigured window or to its parent, depending on whether StructureNotify or SubstructureNotify was selected.例文帳に追加

StructureNotifyとSubstructureNotifyのどちらを選択したかによって、event メンバには構成が変えられたウィンドウか、その親ウィンドウが設定される。 - XFree86

The x and y members are set to the coordinates relative to the parent window's origin and indicate the position of the upper-leftoutside corner of the window.例文帳に追加

x, y メンバには親ウィンドウの原点に対する座標が設定され、ウィンドウの左上外側の位置を示す。 - XFree86

The eventmember is set either to the window that was mapped or to its parent, depending on whether StructureNotify or SubstructureNotify was selected.例文帳に追加

event メンバには、StructureNotifyが選択されていればマップされたウィンドウが、SubstructureNotifyが選択されていればその親ウィンドウが設定される。 - XFree86

The eventmember is set either to the window that was moved or to its parent, depending on whether StructureNotify or SubstructureNotify was selected.例文帳に追加

event メンバには、移動したウィンドウかその親ウィンドウが設定される。 これはStructureNotifyとSubstructureNotifyのいずれを選択していたかによって決まる。 - XFree86

Description The XQueryTree function returns the root ID, the parent window ID, a pointer to the list of children windows(NULL when there are no children), and the number of children in the list for the specified window.例文帳に追加

説明関数XQueryTreeは指定したウィンドウに対して、ルートウィンドウのID, 親ウィンドウのID,子ウィンドウのリストへのポインタ(子ウィンドウが無い場合には NULL)、このリスト中の子ウィンドウの数を返す。 - XFree86

The eventmember is set either to the restacked window or to its parent, depending on whether StructureNotify or SubstructureNotify was selected.例文帳に追加

event メンバには再スタックしたウィンドウか、その親ウィンドウが設定される。 これはStructureNotifyとSubstructureNotifyのどちらが選択されているかによって決まる。 - XFree86

The eventmember is set either to the destroyed window or to its parent, depending on whether StructureNotify or SubstructureNotify was selected.例文帳に追加

event メンバには、破壊されたウィンドウかその親ウィンドウが設定される。 これはStructureNotifyとSubstructureNotifyのどちらが選択されているかに従って決まる。 - XFree86

The eventmember is set either to the unmapped window or to its parent, depending on whether StructureNotify or SubstructureNotify was selected.例文帳に追加

StructureNotifyを選択した場合、event メンバにはアンマップされたウィンドウが設定され、SubstructureNotifyを選択した場合にはアンマップされたウィンドウの親ウィンドウが設定される。 - 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




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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
  
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.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS