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


Field Documentation

int cols
 

The number of terminal rows and columns.

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

const char* execArgs
 

The argument of the startup program if execProg is NULL.

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

bool fMenu
 

Whether display a menu

Definition at line 121 of file vcongui.h.

int left
 

The initial position of the vcongui main window.

Definition at line 123 of file vcongui.h.

int rows
 

The number of terminal rows and columns.

Definition at line 125 of file vcongui.h.

bool startupMessage
 

Whether display start up messages.

Definition at line 104 of file vcongui.h.

const char* startupStr
 

Customized string will be displayed as a startup message.

Definition at line 106 of file vcongui.h.

int top
 

The initial position of the vcongui main window.

Definition at line 123 of file vcongui.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2