1VIEWRDSWINDOW(3)            RDS PHYSICAL FUNCTIONS            VIEWRDSWINDOW(3)
2
3
4

NAME

6       viewrdswindow - displays caracteristics of the windowing.
7

SYNOPSIS

9       #include "rwinnn.h"
10       void viewrdswindow( RdsWindow )
11          rdswindow ∗RdsWindow;
12

PARAMETER

14       RdsWindow : The head of the windowing of the RDS structure.
15

DESCRIPTION

17       The viewrdswindow function displays :
18
19       Caracteristics  of the windowing (number of windows, width, height,size
20       of a window,...).
21       Size and position of each window.
22       All the rectangles of each window.
23

RETURN VALUE

25       nothing
26

ERRORS

28       none
29

EXAMPLE

31               #include "mphnnn.h"
32               #include "mutnnn.h"
33               #include "rdsnnn.h"
34               #include "rfmnnn.h"
35               #include "rwinnn.h"
36               #include "rtlnnn.h"
37               main()
38                 {
39                   phfig_list     ∗MbkFigure;
40                   rdsfig_list    ∗RdsFigure;
41                   rdswindow      ∗Window;
42                   mbkenv();
43                   rdsenv();
44                   loadrdsparam();
45                   MbkFigure = getphfig("na2_y",'A');
46                   RdsFigure = figmbkrds(MbkFigure,0,0);
47                   Window    =  buildrdswindow ( RdsFigure );
48                   /∗ ∗/ viewrdswindow ( Window );
49                   . . .
50                 }
51

SEE ALSO

53       librwi, buildrdswindow, destroyrdswindow, allocrdswindow
54
55
56
57
58
59
60ASIM/LIP6                       October 1, 1997               VIEWRDSWINDOW(3)
Impressum