mGUtils API Reference  v1.2.0
A component of MiniGUI providing users with a number of common dialog templates
Data Fields

#include <mgutils.h>

Data Fields

char * text
 
int id
 
DWORD flags
 

Detailed Description

Button info structure used by myWinMenu and myWinEntries function.

See also
myWinMenu, myWinEntries

Definition at line 308 of file mgutils.h.

Field Documentation

DWORD flags

Styles of the button.

Definition at line 315 of file mgutils.h.

int id

Identifier of the button.

Definition at line 313 of file mgutils.h.

char* text

Text of the button.

Definition at line 311 of file mgutils.h.


The documentation for this struct was generated from the following file: