Searched refs:color_frame2 (Results 1 – 2 of 2) sorted by relevance
160 picker_tool->color_frame2 = NULL; in gimp_color_picker_tool_dispose()381 picker_tool->color_frame2 = gimp_color_frame_new (); in gimp_color_picker_tool_info_create()382 gimp_color_frame_set_color_config (GIMP_COLOR_FRAME (picker_tool->color_frame2), in gimp_color_picker_tool_info_create()385 picker_tool->color_frame2, "mode", in gimp_color_picker_tool_info_create()388 gtk_box_pack_start (GTK_BOX (hbox), picker_tool->color_frame2, in gimp_color_picker_tool_info_create()390 gtk_widget_show (picker_tool->color_frame2); in gimp_color_picker_tool_info_create()450 gimp_color_frame_set_color (GIMP_COLOR_FRAME (picker_tool->color_frame2), in gimp_color_picker_tool_info_update()
45 GtkWidget *color_frame2; member