summaryrefslogtreecommitdiff
path: root/bindings/swig/swtext.i
blob: 3a2855d60dcfb5c7e07992a8c808e32afe550ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
%{
#include "swtext.h"
using namespace sword;
%}

class SWText : public SWModule {
public:
  SWText (const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
  virtual ~ SWText ();
};