mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
8
Externals/wxWidgets3/include/wx/msw/slider.h
vendored
8
Externals/wxWidgets3/include/wx/msw/slider.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: slider.h 66844 2011-02-05 16:36:30Z VZ $
|
||||
// RCS-ID: $Id: slider.h 68230 2011-07-11 22:49:33Z VZ $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -106,6 +106,10 @@ protected:
|
||||
wxRect GetBoundingBox() const;
|
||||
|
||||
// Get the height and, if the pointers are non NULL, widths of both labels.
|
||||
//
|
||||
// Notice that the return value will be 0 if we don't have wxSL_LABELS
|
||||
// style but we do fill widthMin and widthMax even if we don't have
|
||||
// wxSL_MIN_MAX_LABELS style set so the caller should account for it.
|
||||
int GetLabelsSize(int *widthMin = NULL, int *widthMax = NULL) const;
|
||||
|
||||
|
||||
@ -123,8 +127,6 @@ protected:
|
||||
int m_pageSize;
|
||||
int m_lineSize;
|
||||
int m_tickFreq;
|
||||
int m_minLabelWidth;
|
||||
int m_maxLabelWidth;
|
||||
|
||||
// flag needed to detect whether we're getting THUMBRELEASE event because
|
||||
// of dragging the thumb or scrolling the mouse wheel
|
||||
|
Reference in New Issue
Block a user