#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <windom.h>
#include <windom/dfrm.h>
Defines | |
#define | FREEOBJ 0x8000 |
#define | TYPE(i) ((i)>=G_BOX && (i)<=G_TITLE)?type[(i)-G_BOX]:"USERDEF" |
Functions | |
void | dfrm_debug_list (OBJECT *tree, int max, char *log, int kind) |
void | dfrm_trace (char *format,...) |
Write a log message in the DFRM log file. |
#define FREEOBJ 0x8000 |
Referenced by dfrm_debug_list(), mt_dfrm_add_menu(), mt_dfrm_create(), and mt_dfrm_delete().
#define TYPE | ( | i | ) | ((i)>=G_BOX && (i)<=G_TITLE)?type[(i)-G_BOX]:"USERDEF" |
Referenced by dfrm_debug_list().