search for: nullbitmap

Displaying 6 results from an estimated 6 matches for "nullbitmap".

Did you mean: null_bitmap
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...x"> </span><del>- "ToolBarToolBase":toolbartoolbase.html *add_tool*(%(arg-type)Integer% toolId, - %(arg-type)String% label, - %(arg-type)Bitmap% bitmap1, - %(arg-type)Bitmap% bitmap2 = NullBitmap, - %(arg-type)ItemKind% kind = ITEM_NORMAL, - %(arg-type)String% shortHelpString = "", - %(arg-type)String% longHelpString = "", - %(arg-type)Object% clientData = nil)...
2008 Feb 24
4
wxruby effect like fxshutter
hi, i was searching for an efect in wxruby like fxshutter from fxruby. http://www.fxruby.org/doc/examples.html is it possible to build an skeleton like this in wxruby? i am ruby beginner -- Posted via http://www.ruby-forum.com/.
2007 Jun 19
5
Wx::ToolBar#insert_tool
...ToolBar#insert_tool, is either not referenced right, or needs to be updated. 1.) Wx::ToolBar#insert_tool(size_t pos, ToolBarToolBase tool) comes up with a No overloading function type error, AKA 404 Not Found 2.) Wx::ToolBar#insert_tool(size_t pos, Integer toolId, Bitmap bitmap1, Bitmap bitmap2 = NullBitmap, Boolean isToggle = false, Object clientData = nil, String shortHelpString = "", String longHelpString = "") Should have a reference also in the parameters to String label just after Integer toolId, to conform with Wx::ToolBar#add_tool(). Just thought I''d give you guy...
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...onents). Icon themes recognized </span><span class="cx"> by GTK+ follow the </span><del>-freedesktop.org Icon Themes specificationhttp://freedesktop.org/Standards/icon-theme-spec. Note that themes are not guaranteed to contain all -icons, so ArtProvider may return @NullBitmap@ or @NullIcon@. </del><ins>+"freedesktop.org Icon Themes specification":http://freedesktop.org/Standards/icon-theme-spec. Note that themes are not guaranteed to contain all +icons, so ArtProvider may return @Wx::NULL_BITMAP@ or @Wx::NULL_ICON@. </ins><span class=&quot...
2006 Dec 03
0
[776] trunk/wxruby2: Added Bitmap#draw method, updated sample
...he bitmap). and also to use *Blit* to copy the +bitmap to a window. For simple drawing of Bitmaps onto a window''s DC, +you may find "DC#draw_icon":dc.html#DC_drawicon easier to use instead. </ins><span class="cx"> </span><del>-If the argument is NullBitmap (or some other uninitialised Bitmap) the current bitmap is selected out of the device -context, and the original bitmap restored, allowing the current bitmap to -be destroyed safely. </del><ins>+If the argument is Wx::NULL_BITMAP (or some other uninitialised Bitmap) the +current bitmap...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...AUI_NB_DEFAULT_STYLE) + +Constructor. Creates a AuiNotebok control. + +h3(#AuiNotebook_addpage). AuiNotebook#add_page + + Boolean *add_page*(%(arg-type)Window% page, %(arg-type)String% caption, + %(arg-type)Boolean% select = false, + %(arg-type)Bitmap% bitmap = NullBitmap) + +Adds a page. If the _select_ parameter is true, calling this will generate a page change event. + +h3(#AuiNotebook_create). AuiNotebook#create + + Boolean *create*(%(arg-type)Window% parent, %(arg-type)Integer% id = ID_ANY, + %(arg-type)Point% pos = DEFAULT_POSITION, +...