Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Data Fields
xemugui_descriptor_st Struct Reference

Data Fields

const char * name
 
const char * description
 
int(* init )(void)
 
void(* shutdown )(void)
 
int(* iteration )(void)
 
int(* file_selector )(int dialog_mode, const char *dialog_title, char *default_dir, char *selected, int path_max_size)
 
int(* popup )(const struct menu_st desc[])
 
int(* info )(int sdl_class, const char *msg)
 

Detailed Description

Definition at line 44 of file emutools_gui.c.

Field Documentation

◆ description

const char* description

Definition at line 46 of file emutools_gui.c.

◆ file_selector

int(* file_selector(int dialog_mode, const char *dialog_title, char *default_dir, char *selected, int path_max_size)

Definition at line 50 of file emutools_gui.c.

◆ info

int(* info(int sdl_class, const char *msg)

Definition at line 52 of file emutools_gui.c.

◆ init

int(* init(void)

Definition at line 47 of file emutools_gui.c.

◆ iteration

int(* iteration(void)

Definition at line 49 of file emutools_gui.c.

◆ name

const char* name

Definition at line 45 of file emutools_gui.c.

◆ popup

int(* popup(const struct menu_st desc[])

Definition at line 51 of file emutools_gui.c.

◆ shutdown

void(* shutdown(void)

Definition at line 48 of file emutools_gui.c.


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