search for: getallocation

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

Did you mean: get_allocation
2009 Dec 22
1
RGtk2 - retrieve ggraphics mouse coordinates during drag-and-drop event
...function(h,...) { x <- h$x; y <- h$y xStart <<- x; yStart <<- y pressed <<- TRUE print(c("pressed at:", c(x,y))) }) da <- g at widget@widget callbackID <- gSignalConnect(da,"button-release-event", function (w,e,...) { allocation = w$GetAllocation() xclick = e$GetX() yclick = e$GetY() x = xclick/allocation$width y = (allocation$height - yclick)/allocation$height xyCoordsRelease <- pltToUsr(x,y) print(c("released at:", pltToUsr(x,y))) xMove <- xyCoordsRelease[1] - xStart yMove <- xyCoordsRelease[2] - yStart print(c...
2014 Mar 07
0
Wine release 1.7.14
The Wine development release 1.7.14 is now available. What's new in this release (see below for details): - More Task Scheduler support. - Improvements for AVI encoding support. - More VisualBasic interfaces in MSXML. - Support for deflate content encoding in Wininet. - Some fixes for monochrome printers. - Various bug fixes. The source is available from the following locations: