aboutsummaryrefslogblamecommitdiffstats
path: root/bindings/swig/zld.i
blob: 375457d10055a9c54089807a7fa1072fe1c6fab7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                                                                                                                                                                                                        
%{
 #include "zld.h"
%}

class zLD : public SWLD {
public:
	zLD(const char *ipath, const char *iname = 0, const char *idesc = 0, long blockCount = 200, SWCompress *icomp = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
	virtual ~zLD();
	
	static char createModule (const char *path);
};