Interface for implementing a CL_DisplayWindow target. More...
Derived from: | None |
Derived by: | None |
Group: | Display Target Interface (Display) |
#include <ClanLib/display.h>
Class Members:
| |
Returns the position and size of the window frame. | |
Returns the drawable area of the window. | |
Returns true if window has focus. | |
Returns true if the window is minimized. | |
Returns true if the window is maximized. | |
Returns true if the window is visible. | |
Returns true if the window is fullscreen. | |
Returns the minimum size of the window. | |
Returns the maximum size of the window. | |
Returns the maximum size of the window. | |
Return the graphic context for the window. | |
Return the input context for the window. | |
Returns the X11 display handle. | |
Handle to X11 window handle. | |
Returns true if text is available in the clipboard. | |
Returns true if an image is available in the clipboard. | |
Returns the text stored in the clipboard. | |
Returns the image stored in the clipboard. |
| |
Convert from window client coordinates to screen coordinates. | |
Convert from screen coordinates to client coordinates. | |
Capture/Release the mouse. | |
Invalidates a region of a screen, causing a repaint. | |
Destroys the display window provider. | |
Creates window, assigning site and description to provider. | |
Shows the mouse cursor. | |
Creates a new custom cursor. | |
Sets the current cursor icon. | |
Hides the mouse cursor. | |
Change window title. | |
Set window position and size. | |
Set size. | |
Set minimum size. | |
Set maximum size. | |
Enables or disables a window. | |
Minimizes the window. | |
Restores the window. | |
Maximizes the window. | |
Displays the window in its current size and position. | |
Hides the window. | |
Raise window on top of other windows. | |
Flip opengl buffers. | |
Copy a region of the backbuffer to the frontbuffer. | |
Stores text in the clipboard. | |
Stores an image in the clipboard. | |
Sets the large icon used for this window. | |
Sets the small icon used for this window. |