1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
ImageControlLook/ImageControlLook.h
Jaidyn Ann d7cbb44d84 Init
2022-06-11 13:00:24 -05:00

28 lines
575 B
C++

/*
* Copyright 2022, Jaidyn Levesque <jadedctrl@teknik.io>
* Distributed under the terms of the MIT License.
* All rights reserved. Distributed under the terms of the MIT license.
*/
#ifndef IMAGE_CONTROL_LOOK_H
#define IMAGE_CONTROL_LOOK_H
#include <ControlLook.h>
#include <HaikuControlLook.h>
class BBitmap;
class BControl;
class BGradientLinear;
class BView;
using BPrivate::HaikuControlLook;
class ImageControlLook : public HaikuControlLook {
public:
ImageControlLook(image_id id);
virtual ~ImageControlLook();
};
#endif // IMAGE_CONTROL_LOOK_H