chiark / gitweb /
Added *REENTRANT-MAIN-ITERATION* to control if MAIN-ITERATE-ALL can be
[clg] / gtk / gtktext.lisp
index c56ba91a1ddbcd1c8c472389af101619c7d7c872..c61bfbce4ceeee45817ff7aa3fcb10936a17dc49 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtktext.lisp,v 1.9 2007/10/17 14:52:19 espen Exp $
+;; $Id: gtktext.lisp,v 1.10 2007/10/22 09:21:50 espen Exp $
 
 
 (in-package "GTK")
@@ -343,6 +343,7 @@ (defbinding text-buffer-remove-selection-clipboard () nil
 
 ;;; Text Iter
 
+#?(pkg-exists-p "gtk+-2.0" :atleast-version "2.10.0")
 (defmethod allocate-foreign ((text-iter text-iter) &rest initargs)
   (declare (ignore initargs))
   (let ((size (foreign-size (class-of text-iter))))