X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cbc57f086cee690f397ac5622d3f1d7153b300e..3f4f90c2a0c1f274d1918b320132ed0ca2922fe5:/contrib/include/wx/fl/controlbar.h diff --git a/contrib/include/wx/fl/controlbar.h b/contrib/include/wx/fl/controlbar.h index 168a718d0b..7094003467 100644 --- a/contrib/include/wx/fl/controlbar.h +++ b/contrib/include/wx/fl/controlbar.h @@ -823,7 +823,8 @@ public: inline cbBarDimHandlerBase* GetDimHandler() { return mpHandler; } }; -WX_DEFINE_ARRAY(float, cbArrayFloat); +// FIXME: this array definition compiles but probably doesn't do what was intended (GD) +WX_DEFINE_ARRAY_LONG(float, cbArrayFloat); /* Helper class used internally by the wxFrameLayout class. @@ -1002,7 +1003,7 @@ class cbCommonPaneProperties : public wxObject bool mRealTimeUpdatesOn; // default: ON bool mOutOfPaneDragOn; // default: ON bool mExactDockPredictionOn; // default: OFF - bool mNonDestructFirctionOn; // default: OFF + bool mNonDestructFrictionOn; // default: OFF bool mShow3DPaneBorderOn; // default: ON @@ -1068,7 +1069,7 @@ public: /* protected really */ // transient properties wxList mRowShapeData; // shapes of bars of recently modified row, - // stored when in "non-destructive-firction" mode + // stored when in "non-destructive-friction" mode cbRowInfo* mpStoredRow; // row-info for which the shapes are stored friend class wxFrameLayout;