#include "globals.h"
Functions | |
void * | __malloc_obspec (APPvar *app, OBJECT *, long) |
int | mt_dfrm_new_button (APPvar *app, void *dfrm, int type, char *label) |
Create buttons objects. | |
int | mt_dfrm_new_label (APPvar *app, void *dfrm, int type, char *label) |
Create a string object (G_STRING, G_TITLE or MENUTITLE). | |
int | mt_dfrm_new_tbox (APPvar *app, void *dfrm, int w, int h, char *label) |
Create a box with a title (TITLEBOX). |
void* __malloc_obspec | ( | APPvar * | app, | |
OBJECT * | , | |||
long | ||||
) |