1adime_d_window_proc(3) Adime API Reference adime_d_window_proc(3)
23
4
NAME
6adime_d_window_proc
7
SYNOPSIS
9#include <adime.h>
1011
12
int adime_d_window_proc(int msg, DIALOG *d, int c)
13
DESCRIPTION
15Gui proc that draws a window. The `dp´ field should be the caption of
16the dialog, as a string. All fields except x, y, w, h are ignored. Note
17that this object is purely cosmetical: you can´t move or resize the
18window.
1920
21
22
23
Adime version 2.2.1 adime_d_window_proc(3)