IOdialogGroupboxStart |
Top Previous Next |
Definition of a Groupbox begin. The definition of an element in the dialogue window is concluded by a clip pair. Within these clips there stands all information about the element. All information about the construction of a dialogue stands in a sign chain. With this function the definition of a Groupbox is begun. Parametre dialogString (char *) [IN] Sign chain contain all definitions of all elements in the dialogue. titel (char *) [IN] Heading for within the scope of the group appears. x (int) [IN] y (int) [IN] Co-ordinates where the Groupbox begins in pixel. spread (int) [IN] Width of the Groupbox in pixel. hoehe (int) [IN] Height of the Groupbox in pixel. id (int) [IN] Unequivocal number of the Groupbox within the dialogue window. funktion (char *) [IN] M_Param_Beschr stil (char *) [IN] stil gives the appearance of the Groupbox. Result --- Declaration #include "ausgabe.h"
void DLLENTRY IOdialogGroupboxStart ( char * dialogString, char * titel, int x, int y, int spreads, int hoehe, int id, char * funktion, char * stil ); Related functions
|