navit  0.5.3-trunk
gui_internal_methods Struct Reference

#include <gui_internal.h>

Data Fields

void(* add_callback )(struct gui_priv *priv, struct callback *cb)
 
void(* remove_callback )(struct gui_priv *priv, struct callback *cb)
 
void(* menu_render )(struct gui_priv *this)
 
struct graphics_image *(* image_new_xs )(struct gui_priv *this, const char *name)
 
struct graphics_image *(* image_new_l )(struct gui_priv *this, const char *name)
 

Field Documentation

◆ add_callback

void(* gui_internal_methods::add_callback) (struct gui_priv *priv, struct callback *cb)

◆ image_new_l

struct graphics_image*(* gui_internal_methods::image_new_l) (struct gui_priv *this, const char *name)

◆ image_new_xs

struct graphics_image*(* gui_internal_methods::image_new_xs) (struct gui_priv *this, const char *name)

◆ menu_render

void(* gui_internal_methods::menu_render) (struct gui_priv *this)

◆ remove_callback

void(* gui_internal_methods::remove_callback) (struct gui_priv *priv, struct callback *cb)

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