Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
Rapicorn::Drawable Interface Reference

The Drawable interface allows display of custom images. More...

import "interfaces.idl";

Inherits Rapicorn::Widget.

List of all members.

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.

Detailed Description

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.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines