MonitorOverlay

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

xoverlay
XOverlay xoverlay()
Undocumented in source. Be warned that the author may not have intended to support it.
xoverlay
XOverlay xoverlay(XOverlay set)

Give this method an XOverlay that you've created from a videoSink. like: monitorOverlay.xoverlay = new XOverlay( videoSink );

Variables

m_xoverlay
XOverlay m_xoverlay;
Undocumented in source.

Inherited Members

From DrawingArea

gtkDrawingArea
GtkDrawingArea* gtkDrawingArea;

the main Gtk struct

getDrawingAreaStruct
GtkDrawingArea* getDrawingAreaStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
size
void size(int width, int height)

Warning gtk_drawing_area_size is deprecated and should not be used in newly-written code. Use gtk_widget_set_size_request() instead. Sets the size that the drawing area will request in response to a "size_request" signal. The drawing area may actually be allocated a size larger than this depending on how it is packed within the enclosing containers.

Meta