]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/streams.py
1 # This file was created automatically by SWIG.
5 class wxInputStreamPtr
:
6 def __init__(self
,this
):
9 def close(self
, *_args
, **_kwargs
):
10 val
= apply(streamsc
.wxInputStream_close
,(self
,) + _args
, _kwargs
)
12 def flush(self
, *_args
, **_kwargs
):
13 val
= apply(streamsc
.wxInputStream_flush
,(self
,) + _args
, _kwargs
)
15 def eof(self
, *_args
, **_kwargs
):
16 val
= apply(streamsc
.wxInputStream_eof
,(self
,) + _args
, _kwargs
)
18 def read(self
, *_args
, **_kwargs
):
19 val
= apply(streamsc
.wxInputStream_read
,(self
,) + _args
, _kwargs
)
21 def readline(self
, *_args
, **_kwargs
):
22 val
= apply(streamsc
.wxInputStream_readline
,(self
,) + _args
, _kwargs
)
24 def readlines(self
, *_args
, **_kwargs
):
25 val
= apply(streamsc
.wxInputStream_readlines
,(self
,) + _args
, _kwargs
)
27 def seek(self
, *_args
, **_kwargs
):
28 val
= apply(streamsc
.wxInputStream_seek
,(self
,) + _args
, _kwargs
)
30 def tell(self
, *_args
, **_kwargs
):
31 val
= apply(streamsc
.wxInputStream_tell
,(self
,) + _args
, _kwargs
)
34 return "<C wxInputStream instance at %s>" % (self
.this
,)
35 class wxInputStream(wxInputStreamPtr
):
36 def __init__(self
,*_args
,**_kwargs
):
37 self
.this
= apply(streamsc
.new_wxInputStream
,_args
,_kwargs
)
43 class wxOutputStreamPtr
:
44 def __init__(self
,this
):
47 def write(self
, *_args
, **_kwargs
):
48 val
= apply(streamsc
.wxOutputStream_write
,(self
,) + _args
, _kwargs
)
51 return "<C wxOutputStream instance at %s>" % (self
.this
,)
52 class wxOutputStream(wxOutputStreamPtr
):
53 def __init__(self
,this
):
61 #-------------- FUNCTION WRAPPERS ------------------
65 #-------------- VARIABLE WRAPPERS ------------------