search for: down_cursor

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

2007 Mar 28
0
[923] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove unsupported methods and examples from doc
...n_bitmap(down_bits, 32, 32); - Bitmap down_mask_bitmap(down_mask, 32, 32); - - down_bitmap.SetMask(new Mask(down_mask_bitmap)); - Image down_image = down_bitmap.ConvertToImage(); - down_image.SetOption(IMAGE_OPTION_CUR_HOTSPOT_X, 6); - down_image.SetOption(IMAGE_OPTION_CUR_HOTSPOT_Y, 14); - Cursor down_cursor = Cursor(down_image); - #else - Cursor down_cursor = Cursor(down_bits, 32, 32, - 6, 14, down_mask, WHITE, BLACK); - #endif - - - *destructor*() - -Destroys the cursor. A cursor can be reused for more -than one window, and does not get destroyed when the window is -destroyed. Widgets destroys al...