search for: wxsocketbase

Displaying 1 result from an estimated 1 matches for "wxsocketbase".

2008 Jan 17
1
wxSockets
...that is concerned? I also know that there are no "callbacks" in the way that wxWidgets utilizes them, within wxRuby, so I know I''ll have to remove certian functions that relay back to these methods, and implement them a different way. But when I try to do something like %ignore wxSocketBase::callback() and so forth, Swig still tries to wrap them, and they faulter when compiling. Any suggestions you guys can advise me of on getting some of these straighten out, would be much appreciated. Maybe a "Primer" on adding classes to the Library would be something good to write up,...