- ggiMapColor
-
ggiMapColor, ggiUnmapPixel, ggiPackColors, ggiUnpackPixels : Convert from ggi_color(s) to ggi_pixel(s) and vice versa
- ggInit
-
ggInit, ggExit : Initialize and uninitialize LibGG
- ggiOpen
-
ggiOpen, ggiClose : Open and close a visual
- ggiPanic
-
ggiPanic : Exit LibGGI programs for fatal errors
- ggiParseMode
-
ggiParseMode, ggiPrintMode, ggiSPrintMode, ggiFPrintMode : Parse and print formatted strings specifying modes
- ggiPutc
-
ggiPutc, ggiPuts, ggiGetCharSize : Draw one or more characters on visual
- ggiResourceAcquire
-
ggiResourceAcquire, ggiResourceRelease, ggiResourceMustAcquire : Acquire and release a LibGGI resource
- ggiSetColorfulPalette
-
ggiSetColorfulPalette : Set a palette with a full range of all colors
- ggiSetDisplayFrame
-
ggiSetDisplayFrame, ggiSetWriteFrame, ggiSetReadFrame, ggiGetDisplayFrame, ggiGetWriteFrame, ggiGetReadFrame : Set or get the current frame for display, writing and reading
- ggiSetFlags
-
ggiSetFlags, ggiGetFlags, ggiAddFlags, ggiRemoveFlags : Set or get flags affecting operation on a visual
- ggiSetGCClipping
-
ggiSetGCClipping, ggiGetGCClipping : Set or get the clipping rectangle for a visual
- ggiSetGCForeground
-
ggiSetGCForeground, ggiGetGCForeground, ggiSetGCBackground, ggiGetGCBackground : Set or get the foreground or background color used in drawing operations in a visual
- ggiSetMode
-
ggiSetMode, ggiSetTextMode, ggiSetGraphMode, ggiSetSimpleMode, ggiGetMode : Set or get a mode on a visual
- ggiSetOrigin
-
ggiSetOrigin, ggiGetOrigin : Set and get origin of virtual screen
- ggiSetPalette
-
ggiSetPalette, ggiGetPalette : Manipulate the palette of a visual
- ggiSetSplitline
-
Set the hardware split line feature
- ggiWaitRayPos
-
Wait for the raster to reach a point
- ggi_color
-
ggi_color, ggi_pixel : LibGGI color description
- ggi_directbuffer
-
ggi_directbuffer, ggi_pixellinearbuffer, ggi_pixelplanarbuffer, ggi_samplelinearbuffer, ggi_sampleplanarbuffer : LibGGI direct buffer structure description
- ggi_mode
-
ggi_mode, ggi_coord, ggi_graphtype : LibGGI mode description
- ggi_pixelformat
-
ggi_pixelformat : LibGGI pixel format description
- ggLoadModule
-
ggLoadModule, ggFreeModule, ggGetSymbolAddress : Portable code module loading facilities
- ggLockCreate
-
ggLockCreate, ggLockDestroy, ggLock, ggUnlock, ggTryLock : Lowest common denominator locking facilities
- ggRegisterCleanup
-
ggRegisterCleanup, ggUnregisterCleanup, ggCleanupForceExit : Cleanup callback facilities
- ggstrlcpy
-
ggstrlcpy, ggstrlcat : size-bounded string copying and concatenation
- giiEventPoll
-
giiEventPoll, giiEventSelect, giiEventsQueued, giiEventRead : Wait for and receive events
- giiEventSend
-
giiEventSend : Inject an event into the input
- giiInit
-
giiInit, giiExit : Initialize and uninitialize LibGII
- giiMTInit
-
giiMTInit : Make LibGII thread-safe
- giiOpen
-
giiOpen, giiJoinInputs, giiSplitInputs, giiClose : Open, join, split and close inputs
- giiPanic
-
giiPanic : Exit LibGII programs for fatal errors
- giiQueryDeviceInfo
-
giiQueryDeviceInfo, giiQueryDeviceInfoByNumber : Get information about input sources
- giiQueryValInfo
-
giiQueryValInfo : Get data about valuators
- giiSetEventMask
-
giiSetEventMask, giiGetEventMask, giiAddEventMask, giiRemoveEventMask : Set the types of events queued
- gii_cmddata_getdevinfo
-
gii_cmddata_getdevinfo : GII device capabilities description
- gii_cmddata_getvalinfo
-
gii_cmddata_getvalinfo, gii_phystype, gii_valrange : GII valuators description
- gii_cmd_event
-
gii_cmd_event, gii_cmd_nodata_event : LibGII commands and information events
- gii_event
-
gii_event, gii_any_event, gii_event_type, gii_event_mask : LibGII event structures
- gii_expose_event
-
gii_expose_event : LibGII expose events
- gii_key_event
-
gii_key_event : LibGII key events
- gii_pbutton_event
-
gii_pbutton_event : LibGII pointer button events
- gii_pmove_event
-
gii_pmove_event : LibGII pointer movement events
- gii_val_event
-
gii_val_event : LibGII valuator events
- Gimp
-
Gimp: a Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers
- Gimp::Compat
-
compatibility functions for older versions of Gimp.
- Gimp::Config
-
config options found during configure time.
- Gimp::Data
-
Set and get state data.
- Gimp::Feature
-
check for specific features to be present before registering the script.
- Gimp::Fu
-
"easy to use" framework for Gimp scripts
- Gimp::Lib
-
Interface to libgimp (as opposed to Gimp::Net)