Displaying 2 results from an estimated 2 matches for "getscreenposition".
Did you mean:
get_screen_position
2007 Apr 30
0
[998] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Additional %ignore needed for Wx::Window in 2.8
...support the variants that return an object
</span><span class="cx"> %ignore wxWindow::GetSize(int* width , int* height ) const;
</span><span class="cx"> %ignore wxWindow::GetPosition(int* x , int* y ) const;
</span><ins>+%ignore wxWindow::GetScreenPosition(int* x, int* y) const;
</ins><span class="cx">
</span><span class="cx"> %rename(SetDimensions) wxWindow::SetSize(int x , int y , int width , int height , int sizeFlags = wxSIZE_AUTO) ;
</span><span class="cx">
</span><...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
..._parent":#Window_getparent
</span><span class="cx"> * "Window#get_position":#Window_getposition
</span><span class="cx"> * "Window#get_rect":#Window_getrect
</span><ins>+* "Window#get_screen_position":#Window_getscreenposition
+* "Window#get_screen_rect":#Window_getscreenrect
</ins><span class="cx"> * "Window#get_scroll_pos":#Window_getscrollpos
</span><span class="cx"> * "Window#get_scroll_range":#Window_getscrollrange
</span><span class=...