examples/svg2code_ex/main.c File Reference

#include <stdio.h>
#include <mb.h>
#include "svg2code_ex.h"

Go to the source code of this file.

Classes

struct  _ex_rt

Typedefs

typedef struct _ex_rt ex_rt_t

Functions

static void file_button_handler (event_t *evt, void *arg)
static void file_menu_handler (event_t *evt, void *arg)
int main (int argc, char *const argv[])


Detailed Description

svg2code_ex is an example that show programmers how to create a menu with MadButterfly.

Definition in file main.c.


Typedef Documentation

typedef struct _ex_rt ex_rt_t

Definition at line 11 of file main.c.


Function Documentation

static void file_button_handler ( event_t evt,
void *  arg 
) [static]

Definition at line 17 of file main.c.

static void file_menu_handler ( event_t evt,
void *  arg 
) [static]

Definition at line 31 of file main.c.

int main ( int  argc,
char *const   argv[] 
)

Definition at line 47 of file main.c.

SourceForge.net Logo