Displaying 2 results from an estimated 2 matches for "getviewstart".
Did you mean:
get_view_start
2005 Sep 11
4
Handling int pointer parameters
There are several functions that take the parameters (int *x, int *y)
In some cases x & y are simply return values. In some cases x & y are
both input and output. How are we going to handle this properly? One
method would be to change the header files to something like xin or
xout. I don''t really like that method as it''ll break as soon as header
files change.
2007 Apr 28
0
[977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft
...p;nbsp       * \param int*
-         * \param int*
-        */
-
</del><span class="cx"> void GetViewStart(int* x , int* y ) const;
</span><del>-        /**
-         * \brief
-         * \param in...