Displaying 1 result from an estimated 1 matches for "wxsys_icon_y".
Did you mean:
wxsys_icon_x
2007 Jan 08
0
[844] trunk/wxruby2/swig/classes: Added IconBundle class for multi-resolution icons, cleaned comment cruft
...AddIcon(const wxIcon& icon ) ;
-        /**
-         * \brief Returns the icon with the given size; if no such icon exists,
-returns the icon with size wxSYS_ICON_X/wxSYS_ICON_Y;
-if no such icon exists,
-returns the first icon in the bundle. If size = wxSize( -1, -1 ),
-returns the icon with size wxSYS_ICON_X/wxSYS_ICON_Y.
-         * \param const wxSize&
-     ...