Learn R Programming

wingui (version 0.2)

GUI: Windows Rgui accessor class

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

GUI

Arguments

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

Run this code
## 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)

Run the code above in your browser using DataLab