search for: gframe

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

Did you mean: frame
2009 Jun 25
1
How do I define the method for gcheckboxgroup in gWidgets?
...SE)) # Assemble the graphics window & groups of containers mainWin <- gwindow("Interactive Plotting") bigGroup <- ggroup(cont = mainWin) leftPanel <- ggroup(horizontal = FALSE, container = bigGroup) # Format and pack the widgets, & link to their actions/type tmp <- gframe("y range", container = leftPanel) add(tmp, yrange, expand = TRUE) tmp <- gcheckboxgroup(stuff, handler = report.which, index = TRUE, checked = c(TRUE, FALSE, FALSE, FALSE, FALSE), container = leftPanel) add(tmp, value = 1, expand = TRUE) # Put it all together add(mainWin, ggraph...
2011 Dec 01
11
[PATCH 0 of 2] Paging support updates for XCP dom0
This is a cherry pick of two patches that add support for guest paged out frames in the XCP 2.6.32 dom0 patch queue. First patch propagates the ENOENT returned by the hypervisor in the case of a paged out page, all the way up the call chain to the MMAPBATCH_V2 ioctl. The ioctl is mainly used to harvest those return values and retry. The second patch adds retry loops to all backend grant