Displaying 3 results from an estimated 3 matches for "xpms".
Did you mean:
rpms
2003 Nov 03
1
builtin icons
Hi!
I''ve found the art provider samples, but this is so complicated for me.
I just want to use some builtin icons. Can someone give me a simple
example for example using a builtin icon for a toolbar icon?
BTW, the wxwindows samples are cool, but beginners (at least me) needs
minimal samples.
thx
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
|
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...quot;cx">
</span><del>-Derived art provider classes must override this method to create requested
-art resource. Note that returned bitmaps are cached by ArtProvider and it is therefore
-not necessary to optimize CreateBitmap for speed (e.g. you may create Bitmap objects
-from XPMs here).
</del><ins>+Derived art provider classes must override this method to create
+requested art resource. Note that returned bitmaps are cached by
+ArtProvider and it is therefore not necessary to optimize create_bitmap
+for speed (e.g. you may create Bitmap objects from XPMs here)....
2007 Jun 19
5
Wx::ToolBar#insert_tool
Hey guys,
Wx::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