mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
ba9a9ce167
Adds headers that have not been directly or indirectly included by the "InterfaceKit.h" master include. Change-Id: Id163e0e8db54bc553593819801e0e854cde78fa3 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7376 Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com> Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
65 lines
1.5 KiB
C
65 lines
1.5 KiB
C
/*
|
|
* Master include file for the Interface Kit.
|
|
*
|
|
* <UnicodeBlockObjects.h> is not included on purpose.
|
|
*/
|
|
#include <AbstractLayoutItem.h>
|
|
#include <Alert.h>
|
|
#include <Bitmap.h>
|
|
#include <Box.h>
|
|
#include <Button.h>
|
|
#include <ChannelSlider.h>
|
|
#include <CheckBox.h>
|
|
#include <ColorControl.h>
|
|
#include <Control.h>
|
|
#include <ControlLook.h>
|
|
#include <Deskbar.h>
|
|
#include <Dragger.h>
|
|
#include <Font.h>
|
|
#include <GradientConic.h>
|
|
#include <GradientDiamond.h>
|
|
#include <GradientLinear.h>
|
|
#include <GradientRadial.h>
|
|
#include <GradientRadialFocus.h>
|
|
#include <GraphicsDefs.h>
|
|
#include <GridLayoutBuilder.h>
|
|
#include <GroupLayoutBuilder.h>
|
|
#include <IconUtils.h>
|
|
#include <Input.h>
|
|
#include <InterfaceDefs.h>
|
|
#include <LayoutBuilder.h>
|
|
#include <LayoutContext.h>
|
|
#include <LayoutUtils.h>
|
|
#include <ListItem.h>
|
|
#include <ListView.h>
|
|
#include <Menu.h>
|
|
#include <MenuBar.h>
|
|
#include <MenuField.h>
|
|
#include <MenuItem.h>
|
|
#include <OptionPopUp.h>
|
|
#include <OutlineListView.h>
|
|
#include <Picture.h>
|
|
#include <PictureButton.h>
|
|
#include <Point.h>
|
|
#include <Polygon.h>
|
|
#include <PopUpMenu.h>
|
|
#include <PrintJob.h>
|
|
#include <RadioButton.h>
|
|
#include <Rect.h>
|
|
#include <Region.h>
|
|
#include <Screen.h>
|
|
#include <ScrollBar.h>
|
|
#include <ScrollView.h>
|
|
#include <SeparatorView.h>
|
|
#include <Shape.h>
|
|
#include <Shelf.h>
|
|
#include <Slider.h>
|
|
#include <SplitLayoutBuilder.h>
|
|
#include <StatusBar.h>
|
|
#include <StringView.h>
|
|
#include <TabView.h>
|
|
#include <TextControl.h>
|
|
#include <TextView.h>
|
|
#include <View.h>
|
|
#include <Window.h>
|