search for: wxbuffer_client_area

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

2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...<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="cx"> #ifdef __WXMOTIF__ </span></span></pre> </div> </div> </body> </html>