Displaying 2 results from an estimated 2 matches for "setscrollrange".
Did you mean:
getscrollrange
2005 Aug 21
2
Latest tarball doesn''t compile
1) SetScrollRange and SetScroll page in wxWindow.h is apparently only
defined for ''microwindows''. No idea what that is but it''s not Windows.
I replaced the #if !__WXGTK__ with #if __WXMICROWIN__
See patched wxWindow.h file.
2) wxIcon does not (on windows at least) descend from wxBitm...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...bsp    * \param bool
-        */
</del><span class="cx">
</span><span class="cx"> #if __WXMICROWIN___
</span><span class="cx"> virtual void SetScrollRange(int orientation , int range , bool refresh = true) ;
</span><del>-        /**
-         * \brief
-      &a...