#include <fl_renderable.h>
Public Attributes | |
GTypeInterface | g_iface |
void(* | redraw )(FlRenderable *renderable) |
void(* | make_current )(FlRenderable *renderable) |
FlRenderable:
An interface for a class that can render views from #FlRenderer.
This interface is typically implemented by #FlView and is provided to make #FlRenderer easier to test.
Definition at line 25 of file fl_renderable.h.
GTypeInterface _FlRenderableInterface::g_iface |
Definition at line 26 of file fl_renderable.h.
void(* _FlRenderableInterface::make_current) (FlRenderable *renderable) |
Definition at line 29 of file fl_renderable.h.
void(* _FlRenderableInterface::redraw) (FlRenderable *renderable) |
Definition at line 28 of file fl_renderable.h.