| V_Sim API - Reference Manual | ||||
|---|---|---|---|---|
void (*destroyFunc) (void); void panelMethodSet_renderingInterface (RenderingMethod *method, createGtkWidgetFunc create, destroyFunc destroy);
void (*destroyFunc) (void);
Prototype of method called when the rendering method widget is destroyed.
void panelMethodSet_renderingInterface
(RenderingMethod *method,
createGtkWidgetFunc create,
destroyFunc destroy);
This method allows to initiate the method to deal with the interface.
method : |
a RenderingMethod ; |
create : |
a method returning a widget ; |
destroy : |
a method to detached, signals, free everything from the created widget. |