Public member index:
-
Gtk_Preview(GtkPreviewType type);
-
-
Gtk_Preview(GtkPreview *castitem);
-
-
void size(gint width,gint height);
-
-
void put(Gdk_Window &window,Gdk_GC &gc,gint srcx,gint srcy,gint destx,gint desty,gint width,gint height);
-
-
void draw_row(const guchar *data,gint x,gint y,gint w);
-
-
void set_expand(bool expand);
-
-
static void set_gamma(double gamma);
-
-
static void set_color_cube(guint nred_shades,guint ngreen_shades,guint nblue_shades,guint ngray_shades);
-
-
static void set_install_cmap(bool install_cmap);
-
-
static void set_reserved(gint nreserved);
-
-
static Gdk_Visual get_visual();
-
-
static Gdk_Colormap get_cmap();
-
-
static GtkPreviewInfo *get_info();
-
-
static void reset();
-
-
static void uninit();
-
-
void set_dither(GdkRgbDither dither);
-
-
GtkPreview *gtkobj();
-
-
const GtkPreview *gtkobj()const;
-
-
static bool isGtkPreview(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
Private member index:
-
-
-
GtkType get_type();
-
|