GimpColorDisplayStack
GimpColorDisplayStack
|
|
Object Hierarchy
GObject
+----GimpColorDisplayStack
Details
GimpColorDisplayStack
typedef struct _GimpColorDisplayStack GimpColorDisplayStack;
gimp_color_display_stack_changed ()
void gimp_color_display_stack_changed (GimpColorDisplayStack *stack);
gimp_color_display_stack_convert ()
void gimp_color_display_stack_convert (GimpColorDisplayStack *stack,
guchar *buf,
gint width,
gint height,
gint bpp,
gint bpl);
stack : |
|
buf : |
|
width : |
|
height : |
|
bpp : |
|
bpl : |
|
Signal Details
The "added" signal
void user_function (GimpColorDisplayStack *gimpcolordisplaystack,
GimpColorDisplay *arg1,
gint arg2,
gpointer user_data) : Run First
gimpcolordisplaystack : |
the object which received the signal.
|
arg1 : |
|
arg2 : |
|
user_data : |
user data set when the signal handler was connected. |
The "changed" signal
void user_function (GimpColorDisplayStack *gimpcolordisplaystack,
gpointer user_data) : Run First
gimpcolordisplaystack : |
the object which received the signal.
|
user_data : |
user data set when the signal handler was connected. |
The "removed" signal
void user_function (GimpColorDisplayStack *gimpcolordisplaystack,
GimpColorDisplay *arg1,
gpointer user_data) : Run First
gimpcolordisplaystack : |
the object which received the signal.
|
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |
The "reordered" signal
void user_function (GimpColorDisplayStack *gimpcolordisplaystack,
GimpColorDisplay *arg1,
gint arg2,
gpointer user_data) : Run First
gimpcolordisplaystack : |
the object which received the signal.
|
arg1 : |
|
arg2 : |
|
user_data : |
user data set when the signal handler was connected. |