Display windowの部分一致の例文一覧と使い方
該当件数 : 2848件
DISPLAY DEVICE AND CONSOLE PANEL WINDOW DISPLAY METHOD例文帳に追加
表示装置および操作パネルウインドウ表示方法 - 特許庁
00>=40 .vs 0u0int type;/* DestroyNotify */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;} XDestroyWindowEvent; 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
00>=40 .vs 0u0int type;/* ConfigureNotify */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;int x, y;int width, height;int border_width;Window above;Bool override_redirect;} XConfigureEvent; 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
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
WINDOW DISPLAY DEVICE, INFORMATION PROCESSOR, WINDOW DISPLAY METHOD, AND STORAGE MEDIUM例文帳に追加
ウインドウ表示装置、情報処理装置、ウインドウ表示方法及び記憶媒体 - 特許庁
DISPLAY WINDOW SELECTING METHOD, DISPLAY WINDOW SELECTION PROGRAM AND TERMINAL DEVICE例文帳に追加
表示ウインドウ選択方法、表示ウインドウ選択プログラムおよび端末装置 - 特許庁
DISPLAY DEVICE, WINDOW DISPLAY METHOD AND STORAGE MEDIUM例文帳に追加
表示装置、ウインドウ表示方法及び記憶媒体 - 特許庁
VIDEO DISPLAY SYSTEM FOR ARTIFICIAL WINDOW, AND ARTIFICIAL WINDOW UNIT例文帳に追加
人工窓用の映像表示システム、及び人工窓装置 - 特許庁
LOUDSPEAKER APPARATUS USING DISPLAY WINDOW例文帳に追加
ディスプレイウィンドウを利用したスピーカー装置 - 特許庁
WINDOW DISPLAY DEVICE AND STORAGE MEDIUM例文帳に追加
ウィンドウ表示装置及び記憶媒体 - 特許庁
WINDOW DISPLAY DEVICE AND RECORDING MEDIUM例文帳に追加
ウィンドウ表示装置及び記録媒体 - 特許庁
To realize display on a rear display window and a front display window with one liquid crystal device and to display contents displayed on the rear display window at the time of closing a liquid crystal display device also on the front display window when opening the device.例文帳に追加
裏側と表側の表示窓の表示を一つの液晶で表示し、液晶表示装置が閉じたときの表示窓の表示内容を、開いたときの表側の表示窓にも表示できる。 - 特許庁
When used in a manual page display window this will allow the user to move between a directory and manual page display. The page argument can be either Directory or ManualPage.例文帳に追加
引き数 pageは Directory または ManualPage である。 - XFree86
WINDOW DISPLAY CONTROL DEVICE AND PROGRAM例文帳に追加
ウィンドウ表示制御装置及びプログラム - 特許庁
WINDOW DISPLAY CONTROL METHOD AND PROGRAM例文帳に追加
ウィンドウ表示制御方法、及びプログラム - 特許庁
A window display means 1a displays a window on a display device 3.例文帳に追加
ウィンドウ表示手段1aは、表示装置3に対してウィンドウを表示する。 - 特許庁
INFORMATION DEVICE AND WINDOW DISPLAY METHOD例文帳に追加
情報機器およびウインドウ表示方法 - 特許庁
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
MULTI-WINDOW DISPLAY SYSTEM AND WINDOW DISPLAYING AND DELETING METHOD例文帳に追加
マルチウィンドウ表示システム及びウインドウの表示と消去方法 - 特許庁
DISPLAY METHOD OF WINDOW, AND ELECTRONIC EQUIPMENT例文帳に追加
ウィンドウの表示方法および電子機器 - 特許庁
MULTI-WINDOW DISPLAY METHOD AND ITS DEVICE例文帳に追加
マルチウインドウ表示方法およびその装置 - 特許庁
Just display the results in the main window 例文帳に追加
メインウインドウに検索結果を表示する - 研究社 英和コンピューター用語辞典
To provide a window display device which facilitates a window operation in a multi-window system.例文帳に追加
マルチウィンドウシステムにおけるウィンドウ操作を簡易化できるウィンドウ表示装置を提供する。 - 特許庁
If the parent window is overlapped, the child window is opened on a display same as the parent window.例文帳に追加
親ウィンドウとの重なりがある場合には、親ウィンドウと同じディスプレイに子ウィンドウを開く。 - 特許庁
The window thread opens a window for each display data and executes the operation corresponding to each window.例文帳に追加
ウインドウスレッドは表示データ毎にウインドウを開き、個々のウインドウに対応した動作をする。 - 特許庁
00>=40 .vs 0u0int type;/* CirculateNotify */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;int place;/* PlaceOnTop, PlaceOnBottom */} XCirculateEvent; 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
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
00>=40 .vs 0u0int type;/* GravityNotify */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;int x, y;} XGravityEvent; 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
00>=40 .vs 0u0int type;/* UnmapNotify */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;Bool from_configure;} XUnmapEvent; 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 not overlapped, the window is opened on a display different from the display for the parent window.例文帳に追加
親ウィンドウとの重なりがない場合には、親ウィンドウのディスプレイとは異なるディスプレイに対してウィンドウを開く。 - 特許庁
The display part 42 is constituted of a window 62 and a window member 64.例文帳に追加
表示部42は窓62と窓部材64で構成されている。 - 特許庁
MANUFACTURING METHOD OF TRANSPARENT PANEL FOR DISPLAY WINDOW例文帳に追加
表示窓用透明パネルの製造方法 - 特許庁
MULTI-DISPLAY SYSTEM AND WINDOW CONTROL METHOD例文帳に追加
マルチディスプレイシステムおよびウィンドウ制御方法 - 特許庁
DISPLAY WINDOW MEMBER AND METHOD FOR MANUFACTURING THE SAME例文帳に追加
表示窓部材、及びその製造方法 - 特許庁
A main display section reflecting plate 22 and a sub display section reflecting plate 23 are provided respectively to the main display section window 11a and the sub display section window 12a of the display device 21 and the opposite side of the window 11a and the window 12a.例文帳に追加
表示デバイス21の、メイン表示部用窓11a及びサブ表示部用窓12aと反対側にそれぞれメイン表示部用反射板22及びサブ表示部用反射板23を設ける。 - 特許庁
A display area of the LCD 1 is divided into a small display area 41 to be used for display on the display window 13 and the display window 14 and a small display area 42 to be used for display on the display window 14.例文帳に追加
LCD1の表示領域は表示窓13及び表示窓14に対する表示に使用される小表示領域41と、表示窓14に対して使用される小表示領域42とに区分される。 - 特許庁
ELECTRONIC APPARATUS WITH PROTECTIVE PANEL ATTACHED TO DISPLAY WINDOW例文帳に追加
表示窓に保護パネルが付された電子機器 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved. |
| Copyright (c) 株式会社 高電社 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 |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

