eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/wxwin/auxframes.h [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/auxframes.h [antoine-1]
Date: Sun, 23 Oct 2005 16:59:27 -0400

Index: eliot/wxwin/auxframes.h
diff -u eliot/wxwin/auxframes.h:1.3.2.1 eliot/wxwin/auxframes.h:1.3.2.2
--- eliot/wxwin/auxframes.h:1.3.2.1     Sun Oct 23 17:10:46 2005
+++ eliot/wxwin/auxframes.h     Sun Oct 23 20:58:20 2005
@@ -17,8 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: auxframes.h,v 1.3.2.1 2005/10/23 17:10:46 afrab Exp $ */
-
 /**
  *  \file   auxframes.h
  *  \brief  Window Frames used in Eliot
@@ -51,7 +49,7 @@
 typedef enum {
     ID_Frame_Verif   = MIN_FRAME_ID + 0,
     ID_Frame_Search  = MIN_FRAME_ID + 1,
-    ID_Frame_Plus1   = MIN_FRAME_ID + 2, 
+    ID_Frame_Plus1   = MIN_FRAME_ID + 2,
     ID_Frame_Racc    = MIN_FRAME_ID + 3,
     ID_Frame_Benj    = MIN_FRAME_ID + 4,
     ID_Frame_Bag     = MIN_FRAME_ID + 5,
@@ -60,20 +58,20 @@
     ID_Frame_Result  = MIN_FRAME_ID + 8
 } frames_id_t;
 
-/** 
+/**
  * Generic AuxFrame :
  *       - BoardFrame
  *       - BagFrame
  *       - SearchFrame
  *       - VerifFrame
  *       - ResultFrame
- * derived to AuxFrameList : 
+ * derived to AuxFrameList :
  *       - Plus1Frame
  *       - BenjFrame
  *       - RaccFrame
- * derived to AuxFrameText : 
+ * derived to AuxFrameText :
  *       - GameFrame
- *            
+ *
  */
 
 class AuxFrame: public wxFrame
@@ -92,7 +90,7 @@
     virtual void Refresh(refresh_t force = REFRESH) {};
 };
 
-/** 
+/**
  * Generic auxframe that includes a list and a """copy""" button
  */
 
@@ -113,8 +111,8 @@
     DECLARE_EVENT_TABLE()
 };
 
-/** 
- * Generic auxframe that includes a text area 
+/**
+ * Generic auxframe that includes a text area
  */
 
 class AuxFrameText: public AuxFrame
@@ -138,7 +136,7 @@
     void Refresh(refresh_t force = REFRESH);
 };
 
-/** 
+/**
  * Frame to display the tiles left in the bag
  */
 
@@ -165,7 +163,7 @@
     void Refresh(refresh_t force = REFRESH);
 };
 
-/** 
+/**
  * Frame to verify if a word is in the dictionary
  */
 
@@ -183,7 +181,7 @@
     DECLARE_EVENT_TABLE()
 };
 
-/** 
+/**
  * Displays the list of 7+1 for the current search
  */
 
@@ -196,7 +194,7 @@
 };
 
 /**
- * Displays the list of benjamins for the current selected word 
+ * Displays the list of benjamins for the current selected word
  */
 
 class BenjFrame: public AuxFrameList
@@ -208,7 +206,7 @@
 };
 
 /**
- * Displays the list of possible glue letter for the current selected word 
+ * Displays the list of possible glue letter for the current selected word
  */
 
 class RaccFrame: public AuxFrameList




reply via email to

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