Btk
Btk::DrawCallback Struct Reference

The Internal Window Draw Callback. More...

#include <window.hpp>

Collaboration diagram for Btk::DrawCallback:

Public Member Functions

bool call (Renderer &render) const
 Start Render. More...
 

Public Attributes

Widgetwidget
 
void * userdata
 
bool(* draw_fn )(Renderer &, Widget *widget, void *)
 

Detailed Description

The Internal Window Draw Callback.

Member Function Documentation

◆ call()

bool Btk::DrawCallback::call ( Renderer &  render) const
inline

Start Render.

Parameters
renderThe render
Returns
true Keep the function
false Remove it fron the list

The documentation for this struct was generated from the following file: