#include <stdarg.h>
#include "globals.h"
Functions | |
void * | __malloc_obspec (APPvar *, OBJECT *, long) |
void | __free_obspec (APPvar *, OBJECT *) |
void | dfrm_attach (void *_dfrm, int ind, int type,...) |
ObjcAttach() remplacement for menu and form. | |
void | mt_dfrm_win_attach (APPvar *app, int type, void *win, void *_dfrm) |
Make effective bindings performed with mt_dfrm_attach(). | |
WINDOW * | mt_dfrm_form (APPvar *app, void *dfrm, int attrib, char *name, int grow) |
Quick declaration of a form window. | |
void | mt_dfrm_toolbar (APPvar *app, WINDOW *win, void *dial) |
Quick declaration of a toolbar in a window. | |
void | mt_dfrm_menu (APPvar *app, WINDOW *win, void *dial) |
Quick declaration of a menu in a window or as desktop menu. | |
WINDOW * | mt_dfrm_modal (APPvar *app, void *dial, char *name) |
Quick declaration of a modal form window. |
void __free_obspec | ( | APPvar * | , | |
OBJECT * | ||||
) |
void* __malloc_obspec | ( | APPvar * | , | |
OBJECT * | , | |||
long | ||||
) |
Referenced by mt_dfrm_new_icon(), mt_dfrm_new_image(), mt_dfrm_new_line(), and mt_dfrm_new_xcicon().