]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sysopt.h
translate Scintilla getters to const methods of wxStyledTextCtrl
[wxWidgets.git] / interface / sysopt.h
index b0fee1b0d2d47ea1b90694b8ebbb4480f53b32a1..1c8286536aad34a06881a661105ebd4f406cde61 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        sysopt.h
-// Purpose:     documentation for wxSystemOptions class
+// Purpose:     interface of wxSystemOptions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -20,8 +20,7 @@
     @library{wxbase}
     @category{misc}
 
-    @seealso
-    wxSystemOptions::SetOption, wxSystemOptions::GetOptionInt,
+    @see wxSystemOptions::SetOption, wxSystemOptions::GetOptionInt,
     wxSystemOptions::HasOption
 */
 class wxSystemOptions : public wxObject
@@ -36,7 +35,7 @@ public:
     /**
         Gets an option. The function is case-insensitive to @e name.
         Returns empty string if the option hasn't been set.
-        
+
         @see SetOption(), GetOptionInt(),
              HasOption()
     */
@@ -45,7 +44,7 @@ public:
     /**
         Gets an option as an integer. The function is case-insensitive to @e name.
         If the option hasn't been set, this function returns 0.
-        
+
         @see SetOption(), GetOption(),
              HasOption()
     */
@@ -54,7 +53,7 @@ public:
     /**
         Returns @true if the given option is present. The function is
         case-insensitive to @e name.
-        
+
         @see SetOption(), GetOption(),
              GetOptionInt()
     */
@@ -76,3 +75,4 @@ public:
     void SetOption(const wxString& name, int value);
     //@}
 };
+