GUI: Windows Rgui accessor class

Description Usage Format Details Examples

Description

This object is defined if using the Rgui interface on windows. Available attributes are available through attributes of GUI

  1. $Title The title of the window.

  2. $opacity Percentage of the opacity of the window.

  3. $transparency Percentage of the transparency of the window, wrapper of opacity

  4. $on.top bollean of if the window is fixed on top.

  5. $layered bollean of if the window is considered layered.

  6. $.pid The process ID.

  7. $.hwnd The window handle.

Usage

1

Format

An instance of WindowsGUI reference class.

Details

This is a singleton class with instance GUI. The is a reference class building off the windows API.

Examples

1
2
3
4
5
6
7
8
## Not run: 
GUI$Title
GUI$Title <- "My Title"
GUI$opacity <- 0.90      # set to 90%
GUI$transparency         # should now be 0.10
GUI$on.top <- T          # Rgui will now always be on top

## End(Not run)

Example output

Loading required package: Rcpp
NULL
NULL

wingui documentation built on May 1, 2019, 9:23 p.m.

Related to GUI in wingui...