Displaying 6 results from an estimated 6 matches for "screentoclient".
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine
except often it doesn't recognize the release of a mouse click, so
tools/selections continue even after you've released the mouse button.
I have no idea as to how to solve this, but anyone with any info it would
be much appreciated.
Thanks
On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote:
> Hello,
> Does anyone
2010 Oct 15
0
Wine release 1.3.5
...ve a mirrored parent.
server: Update child window positions when resizing a mirrored parent.
winex11: Mirror the DC exposure region for RTL devices.
advapi32/tests: Don't bother running HKCR tests when the registry key doesn't exist.
cryptui: Fix incorrect use of the ScreenToClient function.
shell32: Fix incorrect use of the ScreenToClient function.
winefile: Fix incorrect use of the ScreenToClient function.
comctl32/comboex: Fix incorrect use of the ScreenToClient function.
comctl32/datetime: Fix incorrect use of the ScreenToClient function.
com...
2005 Nov 10
4
wxRuby on osx tiger and ruby 1.8
Does anyone have a dmg image or .bundle of wxRuby built against wxwindows
2.4/2.5/2.6 and Ruby 1.8?
I attempted to build all the parts with not much success.
--
-- I am not a number I am a man!
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Sep 26
0
Fixing class returns
...t using a %typemap(out) would do the trick,
according to the swig documentation, but it didn''t affect the warning
messages at all.
For example:
%typemap(out) wxPoint {
$result = SWIG_NewPointerObj((void *) &$1, SWIGTYPE_p_wxPoint, 1);
}
This doesn''t fix, for example, ScreenToClient in wxWindow.h. It''s
entirely likely I did something wrong. How are we supposed to fix these?
Roy
2012 Nov 23
0
Wine release 1.5.18
...r descriptors for user preference parameters.
user32: Support more user preference system parameters.
user32: Add helper functions for loading and saving system parameter registry entries.
user32: Properly set last error in MapWindowPoints.
user32: Add some error checking in ScreenToClient and ClientToScreen.
gdi32: Don't load bitmap glyphs when using subpixel rendering in GetGlyphOutline.
user32: Use the default GUI font for unspecified font parameters.
user32: Use parameter entry objects for the non-client metrics parameters.
user32: Add parameter entry...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...p;nbsp       * \param int*
-         * \param int*
-        */
-
</del><span class="cx"> void ScreenToClient(int* x_INOUT , int* y_INOUT ) const;
</span><del>-        /**
-         * \brief Converts from screen to client window coordinates.
-
-
-
-
-
-
-
-
-
-\pytho...