module/class index - library_index

Gdk::Colormap

Class Description

Super Class

Class Methods

get_system

GdkColormap* gdk_colormap_get_system(void);

get_system_size [undefined]

gint gdk_colormap_get_system_size(void);

new(visual, allocate)

GdkColormap* gdk_colormap_new(GdkVisual *visual, gint allocate);

Instance Methods

alloc_color(color, writeable, best_match)

gboolean gdk_colormap_alloc_color(GdkColormap *colormap,GdkColor *color,gboolean writeable,gboolean best_match);

alloc_colors(colors, writeable, best_match) [undefined]

gint gdk_colormap_alloc_colors(GdkColormap *colormap,GdkColor *colors, gint ncolors,gboolean writeable,gboolean best_match,gboolean *success);

return array [allocated_ncolors, [success, ...]]

change(ncolors) [undefined]

void gdk_colormap_change(GdkColormap *colormap, gint ncolors);

free_colors(colors) [undefined]

void gdk_colormap_free_colors(GdkColormap *colormap,GdkColor *colors,gint ncolors);

get_visual [undefined]

GdkVisual *gdk_colormap_get_visual(GdkColormap *colormap);


module/class index - library_index

Generated at Sun Jan 30 07:23:34 JST 2000 by rubyapi2