aboutsummaryrefslogblamecommitdiffstats
path: root/bindings/swig/rawtext.i
blob: 099af8da364cf6bd57224e4b58a5c109bc616e5b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                                                                                                                                               
%{
 #include "rawtext.h"
%}

class RawText : public SWText {
public:
        RawText (const char *ipath, const char *iname = 0, const char *idesc = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);

	static char createModule (const char *path) { return RawVerse::createModule (path); }
};