search for: wxbuffer_virtual_area

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

2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...><span class="cx"> #define wxSPLASH_NO_TIMEOUT 0x00 </span><span class="cx"> </span><ins>+// Double buffering helper + +// Assumes the buffer bitmap covers the entire scrolled window, +// and prepares the window DC accordingly +//#define wxBUFFER_VIRTUAL_AREA 0x01 + +// Assumes the buffer bitmap only covers the client area; +// does not prepare the window DC +//#define wxBUFFER_CLIENT_AREA 0x02 + </ins><span class="cx"> // Platform constants </span><span class="cx"> </span><span class=&q...