search for: getwindow

Displaying 10 results from an estimated 10 matches for "getwindow".

2004 Feb 24
1
Tweaks for 0.2
...st reason ever... the "Clone" method in wxRbValidator needs to be changed to: virtual wxObject* Clone() const; while in there, I think the validator methods need to be renamed to proper ''wxruby'' things ("validate" instead of "Validate"). 2) The GetWindow method of WxValidator needs to be changed to: VALUE WxValidator::GetWindow(VALUE self) { wxRbValidator *ptr; Data_Get_Struct(self, wxRbValidator, ptr); return WxRbTypeTable::ConvertCppObject(ptr->GetWindow()); } 3) The following line needs to be added into dynamiccast.cpp Init meth...
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...l.ManageTaxa.ManageTaxa; tell It; setID 0 7489305339335140846; endTell; getEmployee #mesquite.charMatrices.ManageCharacters.ManageCharacters; tell It; setID 0 3534675600459598498; checksum 0 500806229 null; setID 1 6456195826553758366; checksum 1 1538862558 null; endTell; getWindow; tell It; setResourcesState false false 542; setPopoutState 400; setExplanationSize 0; setAnnotationSize 0; setFontIncAnnot 0; setFontIncExp 0; setSize 1425 800; setLocation 7 22; setFont SanSerif; setFontSize 10; endTell; getEmployee #mesquite.minimal.ManageTax...
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
...vm_tv_src/tools/llvm-tv/GraphDrawer.h:42: error: expected ‘;’ before ‘*’ token /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/GraphDrawer.h:43: error: expected ‘;’ before ‘}’ token /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/GraphDrawer.h: In member function ‘virtual wxWindow* GraphDrawer::getWindow()’: /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/GraphDrawer.h:34: error: cannot convert ‘PictureCanvas*’ to ‘wxWindow*’ in return In file included from /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CFGGraphDrawer.cpp:1: /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CFGGraphDrawer.h: A...
2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
....&nbsp;}*|Process a EVT_CHILD_FOCUS event.| + +h2. See also + +"Event handling overview":eventhandlingoverview.html + +<div id="methods"> + +h2. Methods + +* "ChildFocusEvent.new":#ChildFocusEvent_new +* "ChildFocusEvent#get_window":#ChildFocusEvent_getwindow + +</div> + + + +h3(#ChildFocusEvent_new). ChildFocusEvent.new + + *ChildFocusEvent.new*(%(arg-type)Window% win = nil) + +Constructor. + +h4. Parameters + +* _win_ The direct child which is (or which contains the window which is) receiving the focus. + + +h3(#ChildFocusEvent_getwindow). Chil...
2020 Sep 11
0
Wine release 5.17
...cmd.exe: Fix parsing of && between quotes. Gabriel Iv?ncescu (7): msscript.ocx/tests: Add tests for SitehWnd. msscript.ocx: Implement IScriptControl::put_SitehWnd. msscript.ocx: Implement IScriptControl::get_SitehWnd. msscript.ocx: Implement IActiveScriptSiteWindow::GetWindow. msscript.ocx: Return S_OK from the IActiveScriptSiteWindow::EnableModeless stub. msscript.ocx: Implement UseSafeSubset properly by setting the interface safety options. msscript.ocx: Supply a stub ServiceProvider to InvokeEx in run_procedure. Georg Lehmann (1): winex11.drv...
2014 Feb 20
0
Wine release 1.7.13
...: Added support for ZoomFactor registry value. wmp: Added IWMPPlayer4 stub implementation. wmp/tests: Fixed tests on old WMP versions. wmp: Added DoVerb(OLEIVERB_INPLACEACTIVATE) implementation. wmp: Added IOleObject::Close implementation. wmp: Added IOleInPlaceObject::GetWindow implementaiton. wmp: Added more tests. Jactry Zeng (1): riched20/tests: Add tests to check the content open by ITextDocument_fnOpen. Ken Thomases (10): d3d8/tests: Ignore broken CheckDeviceType() behavior on 64-bit Windows 8. d3d9/tests: Ignore broken CheckDeviceType() beh...
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...etMinSize) wxAuiPaneInfo::MinSize(const wxSize& size); +%rename(SetMinSize) wxAuiPaneInfo::MinSize(int x, int y); + +%immutable wxAuiPaneInfo::name; +%rename(GetName) wxAuiPaneInfo::name; +%rename(SetName) wxAuiPaneInfo::Name(const wxString& n); + +%immutable wxAuiPaneInfo::window; +%rename(GetWindow) wxAuiPaneInfo::window; +%rename(SetWindow) wxAuiPaneInfo::Window(wxWindow* w); + +%include "include/wxAuiPaneInfo.h" </ins></span></pre></div> <a id="brancheswxruby2wxwidgets_282swigclassesincludewxAuiManagerh"></a> <div class="addfil...
2014 May 16
0
Wine release 1.7.19
...39;t return partial data in GetRoleTextA if buffer is too small. oleacc: Disable tests on old oleacc. oleacc: Add IOleWindow interface stub to default client accessible object. oleacc: Add IOleWindow interface stub to default window accessible object. oleacc: Add IOleWindow::GetWindow implementation in default client accessible object. oleacc: Add WindowFromAccessibleObject implementation. oleacc: Add IID_IAccessible, IID_IAccessibleHandler and LIBID_Accessibility exports. oleacc: Prepare CreateStdAccessibleObject to support class specific accessibility objects...
2015 Mar 20
0
Wine release 1.7.39
...ion. wmsdkidl.idl: Added IWMWriterAdvanced* interfaces declarations. wmvcore: Added IWMWriterAdvanced3 stub implementation. Jactry Zeng (4): riched20: Add tests for IRichEditOle::QueryInterface. riched20: Implement IOleWindow interface. riched20: Implement IOleWindow::GetWindow. riched20: Implement IOleInPlaceSite interface. Ken Thomases (6): winemac: When exiting Cocoa full-screen mode for a no-longer-eligible window, bypass the override of -toggleFullScreen:. winemac: Prevent maximized windows from entering Cocoa full-screen mode. winejoystick:...
2019 Mar 15
0
Wine release 4.4
...MImplementation2::createHTMLDocument implementation. mshtml: Correctly handle documents with no window associated in IHTMLDocument2::get_location. mshtml: Use is_main_content_window in a few more places. mshtml: Access document object via browser object in IActiveScriptSiteWindow::GetWindow. mshtml: Access document object via browser object in IOmHistory::get_length. mshtml: Access document object via browser object in refresh_proc. mshtml: Access document object via browser object in nsIChannel::AsyncOpen. mshtml: Access document object via browser object in I...