summaryrefslogtreecommitdiffstats
path: root/ui/views/native_cursor.h
blob: 81f6e213ae20f51ef00138f63121ec3b53a2b81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_VIEWS_NATIVE_CURSOR_H_
#define UI_VIEWS_NATIVE_CURSOR_H_

#include "ui/gfx/native_widget_types.h"
#include "ui/views/views_export.h"

namespace views {

VIEWS_EXPORT gfx::NativeCursor GetNativeIBeamCursor();
VIEWS_EXPORT gfx::NativeCursor GetNativeHandCursor();
VIEWS_EXPORT gfx::NativeCursor GetNativeColumnResizeCursor();
VIEWS_EXPORT gfx::NativeCursor GetNativeEastWestResizeCursor();
VIEWS_EXPORT gfx::NativeCursor GetNativeNorthSouthResizeCursor();

}  // namespace views

#endif  // UI_VIEWS_NATIVE_CURSOR_H_