mGUtils API Reference  v1.2.2
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 320 of file mgutils.h.

Field Documentation

◆ flags

DWORD flags

Styles of the button.

Definition at line 327 of file mgutils.h.

◆ id

int id

Identifier of the button.

Definition at line 325 of file mgutils.h.

◆ text

char* text

Text of the button.

Definition at line 323 of file mgutils.h.


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