IOdialogListbox |
Top Previous Next |
Definition of a cunning box. 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 cunning box starts. Parametre dialogString (char *) [IN] Sign chain contain the whole definition of the dialogue window. entries (char **) [IN] Herewith several entries can be inserted in the cunning box. x (int) [IN] y (int) [IN] Co-ordinates where the cunning box begins in pixel. spread (int) [IN] Width of the cunning box in pixel. hoehe (int) [IN] Height of the cunning box in pixel. id (int) [IN] Unequivocal number of the element within the dialogue window. funktion (char *) [IN] Here an order can stand. If ZERO can also contain, however. stil (char *) [IN] stil describes the appearance of the cunning box. help (char *) [IN] help can contain a help text. If ZERO can also have, however. Result --- Declaration #include "ausgabe.h"
void DLLENTRY IOdialogListbox ( char * dialogString, char ** entries, int x, int y, int spreads, int hoehe, int id, char * funktion, char * stil, char * help );
|