commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8734 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r8734 - trunk/gnue-forms/src/GFObjects
Date: Tue, 10 Oct 2006 13:49:30 -0500 (CDT)

Author: reinhard
Date: 2006-10-10 13:49:29 -0500 (Tue, 10 Oct 2006)
New Revision: 8734

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
   trunk/gnue-forms/src/GFObjects/GFTabStop.py
Log:
Undid parts of the last commit that I actually didn't mean to commit.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2006-10-10 18:45:53 UTC (rev 
8733)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2006-10-10 18:49:29 UTC (rev 
8734)
@@ -1205,15 +1205,7 @@
       sb.do_adjust_scrollbar (self.__visibleStart,
           max (self._recordCount, self.__visibleStart + self._rows))
 
-  # ---------------------------------------------------------------------------
-  # Refresh all UI entries showing data of this block
-  # ---------------------------------------------------------------------------
 
-  def __refresh_ui(self):
-
-        for entry in self._entryList:
-            entry.refresh_ui_all()
-
   # ---------------------------------------------------------------------------
   # Return the top level master block of this block
   # ---------------------------------------------------------------------------

Modified: trunk/gnue-forms/src/GFObjects/GFTabStop.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFTabStop.py 2006-10-10 18:45:53 UTC (rev 
8733)
+++ trunk/gnue-forms/src/GFObjects/GFTabStop.py 2006-10-10 18:49:29 UTC (rev 
8734)
@@ -253,14 +253,7 @@
 
         self.refresh_ui(self._visibleIndex, self._visibleIndex)
 
-    # -------------------------------------------------------------------------
-    # Refresh the user interface with the current field data for all rows
-    # -------------------------------------------------------------------------
 
-    def refresh_ui_all(self):
-
-        self.refresh_ui(0, self._rows - 1)
-
     # -------------------------------------------------------------------------
     # Refresh the user interface with the current field data
     # -------------------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]