IOdialogFrameStart

Top  Previous  Next

Construction of a Frames begin.

This procedure is a part of the procedures for generating of dialogue boxing. With a Frame can be joined other elements of a dialogue box, and again also Frames, to groups. At the beginning of such a group IOdialogFrameStart is called. Then the calls follow for generating of the elements within this group. In the end becomes the group with IOdialogFrameEnd concluded.

Parametre

dialogString (char *) [IN / OUT]

Sign chain with the up to now built up part of the dialogue. For this Frame place of about 80-120 signs must still be.

x (int) [IN]

Position of the lower left corner of the Frames relatively to the surrounding element.

y (int) [IN]

Position of the lower left corner of the Frames relatively to the surrounding element.

spread (int) [IN]

Width of the Frames.

hoehe (int) [IN]

Height of the Frames

id (int) [IN]

It is not used.

funktion (char *) [IN]

It is not used.

stil (char *) [IN]

Here the appearance of the Frames is determined. For Frames the following are possible:

WS_VISIBLE - the Frame is visible

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOdialogFrameStart (

char * dialogString,

int x,

int y,

int spreads,

int hoehe,

int id,

char * funktion,

char * stil

);

Related function

IOdialogFrameEnd