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

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 489 of file mgutils.h.

Field Documentation

◆ DefWinProc

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 507 of file mgutils.h.

◆ execArgs

const char* execArgs

The argument of the startup program if execProg is NULL.

Definition at line 501 of file mgutils.h.

◆ execProg

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 499 of file mgutils.h.

◆ fMenu

bool fMenu

Whether display a menu

Definition at line 509 of file mgutils.h.

◆ left

int left

The initial position of the vcongui main window.

Definition at line 511 of file mgutils.h.

◆ rows

int rows

The number of terminal rows and columns.

Definition at line 513 of file mgutils.h.

◆ startupMessage

bool startupMessage

Whether display start up messages.

Definition at line 492 of file mgutils.h.

◆ startupStr

const char* startupStr

Customized string will be displayed as a startup message.

Definition at line 494 of file mgutils.h.


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