Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_CHILDINFO Struct Reference
[Interfaces of VCOnGUI library (libvcongui)]

#include <vcongui.h>

Data Fields


Detailed Description

Information of child process created by libvcongui.
See also:
VCOnMiniGUI

Definition at line 102 of file vcongui.h.


Field Documentation

int cols
 

The number of terminal rows and columns.

Definition at line 126 of file vcongui.h.

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 120 of file vcongui.h.

const char* execArgs
 

The argument of the startup program if execProg is NULL.

Definition at line 114 of file vcongui.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 112 of file vcongui.h.

bool fMenu
 

Whether display a menu

Definition at line 122 of file vcongui.h.

int left
 

The initial position of the vcongui main window.

Definition at line 124 of file vcongui.h.

int rows
 

The number of terminal rows and columns.

Definition at line 126 of file vcongui.h.

bool startupMessage
 

Whether display start up messages.

Definition at line 105 of file vcongui.h.

const char* startupStr
 

Customized string will be displayed as a startup message.

Definition at line 107 of file vcongui.h.

int top
 

The initial position of the vcongui main window.

Definition at line 124 of file vcongui.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2