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











                                                                                                                                                                                                                                                                                                   
%{
 #include "ztext.h"
%}

class zText : public SWText {
public:
      	zText(const char *ipath, const char *iname = 0, const char *idesc = 0, int blockType = CHAPTERBLOCKS, SWCompress * icomp = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
	virtual ~zText ();
	
	static char createModule (const char *path, int blockBound);
};