GimpColorProfileView

GimpColorProfileView — A widget for viewing color profile properties

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkTextView
                        ╰── GimpColorProfileView

Description

A widget for viewing the properties of a GimpColorProfile.

Functions

gimp_color_profile_view_new ()

GtkWidget *
gimp_color_profile_view_new (void);

gimp_color_profile_view_set_profile ()

void
gimp_color_profile_view_set_profile (GimpColorProfileView *view,
                                     GimpColorProfile *profile);

gimp_color_profile_view_set_error ()

void
gimp_color_profile_view_set_error (GimpColorProfileView *view,
                                   const gchar *message);