Code

hasSelection method
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 7 Oct 2007 06:01:45 +0000 (06:01 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 7 Oct 2007 06:01:45 +0000 (06:01 +0000)
src/gradient-drag.h

index 3015f20e3a95d94ee149a637c368c38d654b10f5..890ab23ee468ddcdd7a51271d480e08f98e8f1be 100644 (file)
@@ -107,6 +107,7 @@ public: // FIXME: make more of this private!
     ~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*