12#ifndef ROOT_TControlBarButton
13#define ROOT_TControlBarButton
26#if defined(__clang__) && __clang_major__ < 20
27#pragma clang diagnostic push
28#pragma clang diagnostic ignored "-Wshadow"
31#if defined(__clang__) && __clang_major__ < 20
32#pragma clang diagnostic pop
37 TControlBarButton(
const char *label,
const char *action=
"",
const char *hint=
"",
const char *type=
"button");
44 virtual void SetAction(
const char *action);
45 virtual void SetType(
const char *type);
int Int_t
Signed integer 4 bytes (int).
#define ClassDefOverride(name, id)