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

#include <mgutils.h>

Data Fields

BOOL IsSave
 
BOOL IsTrans
 
char filefullname [MY_NAMEMAX+MY_PATHMAX+1]
 
char filename [MY_NAMEMAX+1]
 
char filepath [MY_PATHMAX+1]
 
char filter [MAX_FILTER_LEN+1]
 
int filterindex
 

Detailed Description

The file dialog box structure used by ShowOpenDialog.

See also
ShowOpenDialog.

Definition at line 665 of file mgutils.h.

Field Documentation

char filefullname[MY_NAMEMAX+MY_PATHMAX+1]

The full path name of the file returned.

Definition at line 672 of file mgutils.h.

char filename[MY_NAMEMAX+1]

The name of the file to be opened.

Definition at line 674 of file mgutils.h.

char filepath[MY_PATHMAX+1]

The initial path of the dialog box.

Definition at line 676 of file mgutils.h.

char filter[MAX_FILTER_LEN+1]

The filter string, for example: All file (*.*)|Text file (*.txt;*.TXT)

Definition at line 681 of file mgutils.h.

int filterindex

The initial index of the filter

Definition at line 683 of file mgutils.h.

BOOL IsSave

Indicates to create a Save File or an Open File dialog box.

Definition at line 668 of file mgutils.h.

BOOL IsTrans

Indicates the controls is transparent or no?

Definition at line 670 of file mgutils.h.


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