33 #ifndef STAGE_OUTPUT_GDKDISPLAYER_H 34 #define STAGE_OUTPUT_GDKDISPLAYER_H 68 GdkDisplayer( Gtk::Widget *drawing_area,
int width,
int height );
75 void put (
void*
const image);
Gtk::Widget * drawingArea
The widget that video will be drawn into.
Lumiera GTK UI implementation root.
The Displayer serves as base of all video display implementations.
A set of basic GTK includes for the UI.
A Displayer is a class which is responsible for rendering an image in some way (ie: Xvideo...
GdkDisplayer is a class which is responsible for rendering a video image via GDK. ...