Previous | Next

Harder conditionals

(if (= (car (gimp-selection-is-empty img))
       FALSE)
    (do-stuff)
    (gimp-message "Nothing is selected")
)