ยค convGCattrsK
Types
convGCattrsK :: (Traversable t, FudgetIO f) =>
t (GCAttributes ColorName FontName) ->
Cont (f hi ho) (t (GCAttributes Pixel FontId))
Synopsis
convGCattrsK gcattrs kernel
type ColorName = String
type FontName = String
Description
convGCattrsK converts a list of GC attributes where fonts and colors are
specified symbolically to a list where they are specified as resource
identifiers. Colors are allocated in the default colormap.
Arguments
gcattrs :: t (GCAttributes ColorName FontName)
- GC attribute list.
kernel :: ??
- A fudget kernel parameterized by a GC attribute list.
See Also
createGC
GCAttributes