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

bool startupMessage
 
const char * startupStr
 
const char * execProg
 
const char * execArgs
 
WNDPROC DefWinProc
 
bool fMenu
 
int left
 
int rows
 

Detailed Description

Information of child process created.

See also
VCOnMiniGUI

Definition at line 477 of file mgutils.h.

Field Documentation

WNDPROC DefWinProc

The customized default window procedure of vcongui main window (If it is NULL, MiniGUI will call the default main window procedure).

Definition at line 495 of file mgutils.h.

const char* execArgs

The argument of the startup program if execProg is NULL.

Definition at line 489 of file mgutils.h.

const char* execProg

The program should be executed when startup (If it is NULL, MiniGUI will try to execute the default shell).

Definition at line 487 of file mgutils.h.

bool fMenu

Whether display a menu

Definition at line 497 of file mgutils.h.

int left

The initial position of the vcongui main window.

Definition at line 499 of file mgutils.h.

int rows

The number of terminal rows and columns.

Definition at line 501 of file mgutils.h.

bool startupMessage

Whether display start up messages.

Definition at line 480 of file mgutils.h.

const char* startupStr

Customized string will be displayed as a startup message.

Definition at line 482 of file mgutils.h.


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