View source: R/workbench_icon.r
simpleAmigaIcon | R Documentation |
Graphical representation of files and directories (icons) are stored as
separate files (with the .info extension) on the Amiga. This function writes
AmigaIcon()
class objects to such files.
simpleAmigaIcon(
version = c("OS1.x", "OS2.x"),
type = c("WBDISK", "WBDRAWER", "WBTOOL", "WBPROJECT", "WBGARBAGE", "WBDEVICE",
"WBKICK", "WBAPPICON"),
two.images = TRUE,
back.fill = FALSE,
...
)
version |
A |
type |
A |
two.images |
A single |
back.fill |
A single |
... |
Reserved for additional arguments. Currently ignored. |
This function creates basic AmigaIcon()
objects which
can be modified afterwards. It uses simple generic images to represent
different types of files or directories.
Returns a simple S3 object of class AmigaIcon()
.
Pepijn de Vries
Other AmigaIcon.operations:
AmigaIcon
,
rawToAmigaIcon()
,
read.AmigaIcon()
,
write.AmigaIcon()
Other raw.operations:
as.AmigaBasic()
,
as.raw.AmigaBasic()
,
colourToAmigaRaw()
,
packBitmap()
,
rawToAmigaBasicBMAP()
,
rawToAmigaBasicShape()
,
rawToAmigaBasic()
,
rawToAmigaBitmapFontSet()
,
rawToAmigaBitmapFont()
,
rawToAmigaIcon()
,
rawToHWSprite()
,
rawToIFFChunk()
,
rawToSysConfig()
## Not run:
## Create an AmigaIcon object using the default arguments:
icon <- simpleAmigaIcon()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.