Displaying 7 results from an estimated 7 matches for "gethandle".
Did you mean:
get_handle
2007 Apr 29
0
[985] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix get_handle on GTK
...bsp  wxWindow *win = self;
</span><del>-        long handle;
-
-        // borrowed from wxPython
-#ifdef __WXMSW__
- handle = (long)win->GetHandle();
-#endif
-
-#if defined(__WXGTK__) || defined(__WXX11)
- handle = (long)GetXWindow(win);
-#endif
-
-#ifdef __WXMAC__
- handle = (long)win->GetHandle();
-#endif
-
</del><ins>+ long handle = (long)win->GetHandle();
</ins><span class="cx">  &a...
2007 Apr 26
0
[973] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix crasher with Window#get_handle, also comment the paint method
...lass="cx"> %ignore wxWindow::GetAccessible;
</span><span class="cx"> %ignore wxWindow::PopEventHandler;
</span><span class="cx">
</span><ins>+// A custom method is required to do the correct casting - see below
+%ignore wxWindow::GetHandle;
+
</ins><span class="cx"> // LayoutConstraints are deprecated and not supported in WxRuby
</span><span class="cx"> %ignore wxWindow::SetConstraints;
</span><span class="cx">
</span><span class="lines">@@ -143,...
2016 Jul 22
0
Wine release 1.9.15
...soname on Android.
winegcc: Set the soname of all dlls on Android.
loader: The preloader is not supported on Android, don't try to use it.
server: Avoid unaligned access when printing x86 floating point registers.
Alistair Leslie-Hughes (3):
inetcomm: Improve IMimeBody GetHandle return value.
inetcomm: GetBody returns MIME_E_NOT_FOUND when no parent found.
vcruntime140: Forward set_unexpected.
Andrey Gusev (5):
po: Update Ukrainian translation.
avifil32: Use debugstr_guid() in TRACE() message.
hlink: Use debugstr_guid() in FIXME() message....
2008 Jan 14
15
How to get a Window handle from another app?
Hello,
I would like to get a window handle from another app outside of wxRuby
and convert it into a wxRuby Window handle so that I can use it as the
parent Window for several wxRuby child windows. Basically I want to use
the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become
associated with the outside app kind of like toolbars, e.g., they don''t
show up in the
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...<span class="cx"> * "Window#get_foreground_colour":#Window_getforegroundcolour
</span><span class="cx"> * "Window#get_grand_parent":#Window_getgrandparent
</span><span class="cx"> * "Window#get_handle":#Window_gethandle
</span><ins>+* "Window#get_help_text_at_point":#Window_gethelptextatpoint
</ins><span class="cx"> * "Window#get_help_text":#Window_gethelptext
</span><span class="cx"> * "Window#get_id":#Window_getid
</span>...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...s for Windows, for Motif or for GTK.
-
-\pythonnote{This method will return an integer in wxPython.}
-
-\perlnote{This method will return an integer in wxPerl.}
-        */
-
</del><span class="cx"> void* GetHandle() const;
</span><del>-        /**
-         * \brief
-        */
-
</del><span class...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...amp;nbsp /**
-         * \brief Returns the static list of image format handlers.
-        */
-
</del><span class="cx"> static wxList& GetHandlers() ;
</span><del>-        /**
-         * \brief Gets the height of the image in pixels.
-       &...