#include "FXIcon.h"
Go to the source code of this file.
Namespaces | |
namespace | FX |
Classes | |
class | FX::FXXPMIcon |
X Pixmap icon. More... | |
Functions | |
FXAPI bool | FX::fxcheckXPM (FXStream &store) |
FXAPI bool | FX::fxloadXPM (const FXchar **pix, FXColor *&data, FXint &width, FXint &height) |
FXAPI bool | FX::fxloadXPM (FXStream &store, FXColor *&data, FXint &width, FXint &height) |
FXAPI bool | FX::fxsaveXPM (FXStream &store, const FXColor *data, FXint width, FXint height, bool fast=true) |