summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6439d9d)
raw | patch | inline | side by side (parent: 6439d9d)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 13 Feb 2008 19:23:35 +0000 (19:23 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 13 Feb 2008 19:23:35 +0000 (19:23 +0000) |
src/widgets/sp-color-notebook.cpp | patch | blob | history | |
src/widgets/sp-color-notebook.h | patch | blob | history |
index cbb7faadbcb9e8d9baa57b99ebf779fde963f1b4..bf690e968b5dfc4778f5f44624703173ed3f9c7e 100644 (file)
#define __SP_COLOR_NOTEBOOK_C__
/*
- * A block of 3 color sliders plus spinbuttons
+ * A notebook with RGB, CMYK, CMS, HSL, and Wheel pages
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
#include "sp-color-notebook.h"
#include "spw-utilities.h"
#include "sp-color-scales.h"
-#include "sp-color-wheel-selector.h"
#include "sp-color-icc-selector.h"
+#include "sp-color-wheel-selector.h"
struct SPColorNotebookTracker {
const gchar* name;
index 5def16289edc7c5bd16ca1d5f797edd437318691..4acd7ecd4879323b374cf0947a30f56dd94357eb 100644 (file)
#define SEEN_SP_COLOR_NOTEBOOK_H
/*
- * A block of 3 color sliders plus spinbuttons
+ * A notebook with RGB, CMYK, CMS, HSL, and Wheel pages
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>