Displaying 3 results from an estimated 3 matches for "wxunused".
Did you mean:
wunused
2007 Jan 03
0
[824] trunk/wxruby2/swig/classes/App.i: Remove some ifdefs for old unstable versions of WxWidgets
...                                WXHINSTANCE WXUNUSED(hPrevInstance),
-                               &am...
2011 May 24
3
Can a libFLAC encoder be initialize and called from inside a libFLAC decoder callback?
...r *FLACStreamDecoder, const FLAC__Frame *Frame, const
FLAC__int32 *const Buffer[], void *ClientData)
{
return ((FLACRecoder
*)(ClientData))->ClassWriteCallback(FLACStreamDecoder, Frame, Buffer);
}
FLAC__StreamDecoderWriteStatus FLACRecoder::ClassWriteCallback(const
FLAC__StreamDecoder *WXUNUSED(FLACStreamDecoder), const FLAC__Frame *Frame,
const FLAC__int32 *const Buffer[])
{
if (m_HaveError)
{
return FLAC__STREAM_DECODER_WRITE_STATUS_ABORT;
}
// Make sure we have an encoder.
if (!m_TestOnly)
{
m_HaveEncoder = InitializeEncoder();
if (!m_HaveEnco...
2008 Sep 12
7
embedding wxruby?
Hello,
is it possible to code a wxWidgets GUI in C++ and pass the whole wxApp or just single windows to embedded Ruby code? This would be very nice to provide a scriptable plugin system.
Greetings,
Niklas
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users