Lines Matching refs:window
58 /** Create a new window as child window of the given parent window.
60 The parent window of the new window.
62 When <TRUE/> then the new window will be a system window that,
66 When <TRUE/> the new window will be visible from the start,
67 i.e. a window listener will not receive a windowShown signal.
69 When <TRUE/> the parent window is painted behind its child
73 When <TRUE/> then the parent window is not clipped where its
84 /** Create a new canvas for the given window. The new canvas is a
90 The window that belongs to the update canvas. May also be
95 The window of the shared canvas. This is used to determine the
98 The canvas is created for this window. Must not be <NULL/>
107 /** Create a new canvas for the given window.
109 The canvas is created for this window. Must not be <NULL/>
125 /** Move the specified window to the top of its stacking order. As a
126 result the window will be painted over all its overlapping
129 This window will be moved to the top of its stacking order.
147 /** Capture the mouse so that no other window will receive mouse events.
151 The window for which mouse events will be notified even when the
152 mouse pointer moves outside the window or over other windows.
159 The window from which the mouse will be released.
164 /** Return the bounding box of the given child window relative to the
165 direct or indirect parent window.