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) [undefined]

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 Wed Oct 20 03:51:44 JST 1999 by rubyapi2