Go to the source code of this file.
Defines | |
#define | IMGLST_SELECTED 0x0001 |
GImageList::Draw() flag: Draw as selected. | |
#define | IMGLST_DISABLED 0x0002 |
GImageList::Draw() flag: Draw disabled. | |
#define | IMGLST_GDC 0x0004 |
GImageList::Draw() flag: Draw with GDC. | |
#define | TBT_PUSH 0 |
Push type toolbar button. | |
#define | TBT_RADIO 1 |
Radio type toolbar button, uses separators to define the domain. | |
#define | TBT_TOGGLE 2 |
Toggle type toolbar button. | |
Functions | |
LgiFunc GImageList * | LgiLoadImageList (char *File, int x, int y) |
Loads an image list from a file. | |
LgiFunc GToolBar * | LgiLoadToolbar (GView *Parent, char *File, int x=24, int y=24) |
Loads a toolbar from a file. |
|
Loads an image list from a file. This requires that somewhere in your project you have the image codec to load the type of file you pass in. For instance if the file is a png, then include the Png.cpp file in your project. Uses LoadDC() internally.
|
|
Loads a toolbar from a file.
|