#include "FXIcon.h"
Go to the source code of this file.
Namespaces | |
namespace | FX |
Classes | |
class | FX::FXXBMIcon |
X Bitmap icon. More... | |
Functions | |
FXAPI bool | FX::fxcheckXBM (FXStream &store) |
FXAPI bool | FX::fxloadXBM (FXColor *&data, const FXuchar *pix, const FXuchar *msk, FXint width, FXint height) |
FXAPI bool | FX::fxloadXBM (FXStream &store, FXColor *&data, FXint &width, FXint &height, FXint &hotx, FXint &hoty) |
FXAPI bool | FX::fxsaveXBM (FXStream &store, const FXColor *data, FXint width, FXint height, FXint hotx=-1, FXint hoty=-1) |
FXAPI bool | FX::fxsavePS (FXStream &store, const FXColor *data, FXint width, FXint height, FXint paperw=612, FXint paperh=792, FXint margin=35, bool color=true) |