git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21261
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
- const wxString& name = wxStaticTextNameStr)
+ const wxString& name = wxSliderNameStr)
{
Create(parent, winid, value, minValue, maxValue,
pos, size, style, validator, name);
{
Create(parent, winid, value, minValue, maxValue,
pos, size, style, validator, name);
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
- const wxString& name = wxStaticTextNameStr);
+ const wxString& name = wxSliderNameStr);
virtual ~wxSlider();
// ------------------------------------------------------------------------
virtual ~wxSlider();
// ------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
#include "wx/app.h"
/////////////////////////////////////////////////////////////////////////////
#include "wx/app.h"
-#include "wx/statline.h"
#import <AppKit/NSView.h>
#import <AppKit/NSView.h>