summaryrefslogtreecommitdiffstats
path: root/ui/base/cocoa/controls/blue_label_button.h
blob: d6d38ec11100f41bb7f7912e5787b6231d0d887f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2013 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_BASE_COCOA_CONTROLS_BLUE_LABEL_BUTTON_H_
#define UI_BASE_COCOA_CONTROLS_BLUE_LABEL_BUTTON_H_

#import <Cocoa/Cocoa.h>

#import "ui/base/cocoa/hover_button.h"
#include "ui/base/ui_base_export.h"

// A rectangular blue NSButton that reacts to hover, focus and lit states. It
// can contain an arbitrary single-line text label, and will be sized to fit the
// font height and label width.
UI_BASE_EXPORT
@interface BlueLabelButton : HoverButton
@end

#endif  // UI_BASE_COCOA_CONTROLS_BLUE_LABEL_BUTTON_H_