search for: window_getclientsize

Displaying 2 results from an estimated 2 matches for "window_getclientsize".

2006 Oct 21
0
[699] trunk/wxruby2/doc/textile/window.txtl: Added paint method; corrected ret values for get_text_extent; removed
...to worry about deleting them manually. </ins><span class="cx"> </span><del>-Also note that in this, and many others, Widgets classes some -@GetXXX()@ methods may be overloaded (as, for example, -"get_size":#Window_getsize or -"get_client_size":#Window_getclientsize). In this case, the overloads -are non-virtual because having multiple virtual functions with the same name -results in a virtual function name hiding at the derived class level (in -English, this means that the derived class has to override all overloaded -variants if it overrides any of them). To...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...t;> </span><span class="cx"> Integer *get_scroll_pos*(%(arg-type)Integer% orientation) </span><span class="lines">@@ -1226,6 +1310,14 @@ </span><span class="cx"> "get_size":#Window_getsize, "get_client_size":#Window_getclientsize </span><span class="cx"> </span><span class="cx"> </span><ins>+h3(#Window_getwindowbordersize). Window#get_window_border_size + + "Size":size.html *get_window_border_size*() + +Returns the size of the left/right and top/bottom bord...