Displaying 1 result from an estimated 1 matches for "wxfromstart".
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const
wxFileOffset GetDownloadProgress(); // DirectShow only
wxFileOffset GetDownloadTotal(); // DirectShow only
Wx file offset is typedefed in WxWindows to an int or 64-bit int
d...