]> git.saurik.com Git - wxWidgets.git/commitdiff
?jl
authorRobert Roebling <robert@roebling.de>
Sat, 27 Nov 1999 16:42:26 +0000 (16:42 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 27 Nov 1999 16:42:26 +0000 (16:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/scrolbar.h
include/wx/gtk1/scrolbar.h
wx-config.in

index ddccb240da0015a38969e60482343b716cd29c63..612c37afae2fda5d46acce2d88aafa80bbaa41a8 100644 (file)
@@ -41,7 +41,8 @@ extern const char *wxScrollBarNameStr;
 class wxScrollBar: public wxControl
 {
 public:
-    wxScrollBar(void) { m_adjust = (GtkAdjustment *) NULL; m_oldPos = 0.0; };
+    wxScrollBar() 
+       { m_adjust = (GtkAdjustment *) NULL; m_oldPos = 0.0; }
     inline wxScrollBar( wxWindow *parent, wxWindowID id,
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
@@ -49,7 +50,7 @@ public:
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxScrollBarNameStr )
     {
-      Create( parent, id, pos, size, style, validator, name );
+        Create( parent, id, pos, size, style, validator, name );
     }
     bool Create( wxWindow *parent, wxWindowID id,
            const wxPoint& pos = wxDefaultPosition,
@@ -57,8 +58,8 @@ public:
            long style = wxSB_HORIZONTAL,
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxScrollBarNameStr );
-    ~wxScrollBar(void);
-    int GetThumbPosition(void) const;
+    ~wxScrollBar();
+    int GetThumbPosition() const;
     int GetThumbSize() const;
     int GetPageSize() const;
     int GetRange() const;
index ddccb240da0015a38969e60482343b716cd29c63..612c37afae2fda5d46acce2d88aafa80bbaa41a8 100644 (file)
@@ -41,7 +41,8 @@ extern const char *wxScrollBarNameStr;
 class wxScrollBar: public wxControl
 {
 public:
-    wxScrollBar(void) { m_adjust = (GtkAdjustment *) NULL; m_oldPos = 0.0; };
+    wxScrollBar() 
+       { m_adjust = (GtkAdjustment *) NULL; m_oldPos = 0.0; }
     inline wxScrollBar( wxWindow *parent, wxWindowID id,
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
@@ -49,7 +50,7 @@ public:
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxScrollBarNameStr )
     {
-      Create( parent, id, pos, size, style, validator, name );
+        Create( parent, id, pos, size, style, validator, name );
     }
     bool Create( wxWindow *parent, wxWindowID id,
            const wxPoint& pos = wxDefaultPosition,
@@ -57,8 +58,8 @@ public:
            long style = wxSB_HORIZONTAL,
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxScrollBarNameStr );
-    ~wxScrollBar(void);
-    int GetThumbPosition(void) const;
+    ~wxScrollBar();
+    int GetThumbPosition() const;
     int GetThumbSize() const;
     int GetPageSize() const;
     int GetRange() const;
index 6c0f4262a83177b3a32f693d58cc65912d4feb59..16ad73e222059c8e73d9c63d8129ada6a68571ee 100755 (executable)
@@ -45,7 +45,7 @@ while test $# -gt 0; do
         fi
       fi
       includes="$includes -I@libdir@/wx/include"
-      echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@ @TOOLKIT_INCLUDE@
+      echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@
       ;;
     --libs)
       if test @libdir@ != /usr/lib ; then