summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ab2e2a)
raw | patch | inline | side by side (parent: 3ab2e2a)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 7 Oct 2007 06:01:45 +0000 (06:01 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 7 Oct 2007 06:01:45 +0000 (06:01 +0000) |
src/gradient-drag.h | patch | blob | history |
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index 3015f20e3a95d94ee149a637c368c38d654b10f5..890ab23ee468ddcdd7a51271d480e08f98e8f1be 100644 (file)
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
~GrDrag();
bool isNonEmpty() {return (draggers != NULL);}
+ bool hasSelection() {return (selected != NULL);}
// especially the selection must be private, fix gradient-context to remove direct access to it
GList *selected; // list of GrDragger*