Global Constants
generated from ../src/mod_io/constant.cppThe following list shows all the constants that are defined on the Global object.
- wxNOT_FOUND
Constants
wxExecFlag
| Name | Description |
|---|---|
| FromCurrent | |
| ASYNC | execute the process asynchronously |
| SYNC | execute it synchronously, i.e. wait until it finishes |
| NOHIDE | under Windows, don't hide the child even if it's IO is redirected (this is done by default) |
| MAKE_GROUP_LEADER | under Unix, if the process is the group leader then passing true to kill kills all children as well as pid |
| NODISABLE | by default synchronous execution disables all program windows to avoid that the user interacts with the program while the child process is running, you can use this flag to prevent this from happening |
See wxExecute and wxProcess
wxSeekMode
| Name | Description |
|---|---|
| FromCurrent | |
| FromStart | |
| FromEnd |
wxStreamError
| Name | Description |
|---|---|
| NO_ERROR | No error occurred. |
| EOF | An End-OF-File occurred. |
| WRITE_ERROR | An error occurred in the last write operation. |
| READ_ERROR | An error occurred in the last read operation. |
See wxStreamBase
© 2002 - 2007 Franky Braem.