~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/wxWidgets3/src/osx/iphone/scrolbar.mm

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// Name:        src/osx/iphone/scrolbar.mm
 
3
// Purpose:     wxScrollBar
 
4
// Author:      Stefan Csomor
 
5
// Modified by:
 
6
// Created:     1998-01-01
 
7
// Copyright:   (c) Stefan Csomor
 
8
// Licence:       wxWindows licence
 
9
/////////////////////////////////////////////////////////////////////////////
 
10
 
 
11
#include "wx/wxprec.h"
 
12
 
 
13
#include "wx/scrolbar.h"
 
14
 
 
15
#ifndef WX_PRECOMP
 
16
    #include "wx/intl.h"
 
17
    #include "wx/log.h"
 
18
    #include "wx/settings.h"
 
19
#endif
 
20
 
 
21
#include "wx/osx/private.h"
 
22
 
 
23
// placeholder
 
 
b'\\ No newline at end of file'