from events import *
+from streams import *
+
from mdi import *
from frames import *
from printfw import *
from sizers import *
+
+from filesys import *
+
+from utils import *
import wx
class wxHtmlLinkInfoPtr :
def __init__(self,this):
return val
def GetFS(self, *_args, **_kwargs):
val = apply(htmlc.wxHtmlParser_GetFS,(self,) + _args, _kwargs)
+ if val: val = wxFileSystemPtr(val)
return val
def Parse(self, *_args, **_kwargs):
val = apply(htmlc.wxHtmlParser_Parse,(self,) + _args, _kwargs)