Class
PhocColorRect
Description [src]
final class Phoc.ColorRect : GObject.Object
implements Phoc.Bling {
/* No available fields */
}
A colored rectangle to be drawn by the compositor.
When created the rectangle is initially unmapped. For it to be drawn it needs
to be mapped and attached to the render tree by e.g. adding it as a PhocBling
to a PhocView
.
Instance methods
Methods inherited from PhocBling (5)
phoc_bling_get_box
No description available.
phoc_bling_is_mapped
No description available.
phoc_bling_map
No description available.
phoc_bling_render
No description available.
phoc_bling_unmap
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.