Tools__SearchDialog.st
branchjv
changeset 12654 7ed58f954383
parent 12650 e0f607754b9a
child 13182 bc686a7cc736
--- a/Tools__SearchDialog.st	Thu Apr 11 14:44:59 2013 +0200
+++ b/Tools__SearchDialog.st	Thu Apr 11 15:10:21 2013 +0200
@@ -113,6 +113,10 @@
     ^ openHow.
 !
 
+searchAreaSelected
+    ^ whereRadioGroup value.
+!
+
 searchIgnoringCase
     ^ self searchIsCaseSensitive not
 !