Go to the source code of this file.
Classes | |
struct | calculator_scr |
Typedefs | |
typedef struct calculator_scr | calculator_scr_t |
Functions | |
calculator_scr_t * | calculator_scr_new (redraw_man_t *rdman, coord_t *parent_coord) |
void | calculator_scr_free (calculator_scr_t *obj) |
typedef struct calculator_scr calculator_scr_t |
Definition at line 4 of file calculator_scr.h.
void calculator_scr_free | ( | calculator_scr_t * | obj | ) |
Definition at line 355 of file calculator_scr.c.
calculator_scr_t* calculator_scr_new | ( | redraw_man_t * | rdman, | |
coord_t * | parent_coord | |||
) |
Definition at line 10 of file calculator_scr.c.