#include "GSemaphore.h"
#include "GLibrary.h"
#include "LgiOsClasses.h"
#include "GArray.h"
#include "LgiCommon.h"
#include "GXml.h"
#include "GDragAndDrop.h"
#include "GMenu.h"
#include "LgiWidgets.h"
#include "Progress.h"
#include "GProgress.h"
#include "GFileSelect.h"
#include "GFindReplaceDlg.h"
#include "GToolBar.h"
#include "GThread.h"
#include "GClipBoard.h"
#include "GInput.h"
#include "GPrinter.h"
Go to the source code of this file.
Defines | |
#define | LgiProcessId() (LgiApp->GetProcessId()) |
Returns the current process ID. | |
#define | LgiApp (GApp::ObjInstance()) |
#define | SysFont (LgiApp->SystemNormal) |
#define | SysBold (LgiApp->SystemBold) |
#define | LgiCloseApp() LgiApp->Exit(false) |
#define | GV_EDGE_TOP 0x0001 |
#define | GV_EDGE_RIGHT 0x0002 |
#define | GV_EDGE_BOTTOM 0x0004 |
#define | GV_EDGE_LEFT 0x0008 |
#define | IDC_VSCROLL 14000 |
Id of the vertical scroll bar in a GLayout control. | |
#define | IDC_HSCROLL 14001 |
Id of the horizontal scroll bar in a GLayout control. | |
#define | GIC_OWNER_DRAW 0x0001 |
Client draws the content. | |
#define | GIC_ASK_TEXT 0x0002 |
Column header is text. | |
#define | GIC_ASK_IMAGE 0x0004 |
Column header is an image. | |
#define | GIC_OWN_LIST 0x0008 |
Not used. | |
#define | GMouseEvents 0x01 |
GWindow::RegisterHook(). | |
#define | GKeyEvents 0x02 |
GWindow::RegisterHook(). | |
Enumerations | |
enum | GWindowZoom { GZoomMin, GZoomNormal, GZoomMax } |
The available states for a top level window. More... | |
Functions | |
LgiFunc void | LgiExitApp () |
LgiFunc COLOUR | LgiColour (int Colour) |
Returns a 24bit representation of a system colour. | |
LgiFunc int | LgiMsg (GView *Parent, char *Msg, char *Title=0, int Type=MB_OK,...) |
Displays a message box. |
|
FindLargestEdge parameter
|
|
FindLargestEdge parameter
|
|
FindLargestEdge parameter
|
|
FindLargestEdge parameter
|
|
Returns a pointer to the GApp object.
|
|
Closes the application gracefully. This actually causes GApp::Run() to stop processing message and return. |
|
Returns a bold system font pointer.
|
|
Returns a system font pointer.
|
|
The available states for a top level window.
|
|
Returns a 24bit representation of a system colour. You can use the macros R24(), G24() and B24() to extract the colour components |
|
Exits the application right now!
|
|
Displays a message box.
|