[120878] branches/gsoc14-interactive/base/src/port/port.tcl

shasha at macports.org shasha at macports.org
Tue Jun 10 11:14:46 PDT 2014


Revision: 120878
          https://trac.macports.org/changeset/120878
Author:   shasha at macports.org
Date:     2014-06-10 11:14:45 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
More code for printing questions

Modified Paths:
--------------
    branches/gsoc14-interactive/base/src/port/port.tcl

Modified: branches/gsoc14-interactive/base/src/port/port.tcl
===================================================================
--- branches/gsoc14-interactive/base/src/port/port.tcl	2014-06-10 18:14:45 UTC (rev 120877)
+++ branches/gsoc14-interactive/base/src/port/port.tcl	2014-06-10 18:14:45 UTC (rev 120878)
@@ -5283,6 +5283,23 @@
 			}
 		}
 	}
+	
+	##
+	# Display a question that asks the user for yes/no as an answer.
+    #
+    # @param msg
+    #        The question specific message that is to be printed before asking the question.
+    # @param name
+    #        The name of the port.
+    # @param ports
+    #        The port/list of ports for which the question is being asked.
+    # @param def
+    #        The default answer to the question.
+	# @param time
+	# 		 The amount of time for which a timeout is to occur.
+	proc ui_ask_singlechoice {msg name ports def time} {
+		
+	}
 }
 
 ##########################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/986d1056/attachment.html>


More information about the macports-changes mailing list