2 * Copyright 2015, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Augustin Cavalier <waddlesplash>
8 #ifndef TABVIEW_PRIVATE_H
9 #define TABVIEW_PRIVATE_H
23 void SetTabView(BTabView
* tabView
)
24 { fTab
->fTabView
= tabView
; }
31 #endif /* TABVIEW_PRIVATE_H */