Lines Matching refs:window
55 /** Create a new window as child window of the given parent window.
57 The parent window of the new window.
59 When <TRUE/> then the new window will be a system window that,
63 When <TRUE/> the new window will be visible from the start,
64 i.e. a window listener will not receive a windowShown signal.
66 When <TRUE/> the parent window is painted behind its child
70 When <TRUE/> then the parent window is not clipped where its
81 /** Create a new canvas for the given window. The new canvas is a
87 The window that belongs to the update canvas. May also be
92 The window of the shared canvas. This is used to determine the
95 The canvas is created for this window. Must not be <NULL/>
104 /** Create a new canvas for the given window.
106 The canvas is created for this window. Must not be <NULL/>
122 /** Move the specified window to the top of its stacking order. As a
123 result the window will be painted over all its overlapping
126 This window will be moved to the top of its stacking order.
144 /** Capture the mouse so that no other window will receive mouse events.
148 The window for which mouse events will be notified even when the
149 mouse pointer moves outside the window or over other windows.
156 The window from which the mouse will be released.
161 /** Return the bounding box of the given child window relative to the
162 direct or indirect parent window.