Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
The Drawable interface allows display of custom images. More...
import "interfaces.idl";
Inherits Rapicorn::Widget.
Public Member Functions | |
signal void | redraw (int32 x, int32 y, int32 w, int32 h) |
Requests a redraw at width and height. | |
void | draw_rect (int32 x, int32 y, Pixbuf pixbuf)=0 |
Draws pixels on the drawable display. |
The Drawable interface allows display of custom images.
See also the corresponding C++ servant class DrawableIface.
See also the corresponding C++ stub class DrawableHandle.
A Drawable interface allows client-side rendering by emitting the redraw() signal when updates are needed. The draw_rect() method is used to draw into the remote widget.