Application main functions.
Some functions use only for Main.
Log utilities and aplication version string.
More...
Go to the source code of this file.
Detailed Description
Define Documentation
#define IMLAB_TITLE "ImLab 3.2" |
#define IMLAB_BUILD "09 Jan 2019" |
Function Documentation
Returns the main window status bar
void imlabLogMessagef |
( |
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Sends a text to the Log area using sprintf format
void imlabNewWindowPos |
( |
int * |
xpos, |
|
|
int * |
ypos | |
|
) |
| | |
Calculates the position for a new window
Returns the image document given an IUP control (since 3.0 can be NULL)
Ihandle* imlabSubmenu |
( |
const char * |
title, |
|
|
Ihandle * |
child | |
|
) |
| | |
Ihandle* imlabItem |
( |
const char * |
title, |
|
|
const char * |
action | |
|
) |
| | |
Ihandle* imlabConfig |
( |
void |
|
) |
|