2 * Copyright 2006, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
12 #include <GraphicsDefs.h>
19 status_t
load_settings(BMessage
* message
, const char* fileName
,
20 const char* folder
= NULL
);
22 status_t
save_settings(BMessage
* message
, const char* fileName
,
23 const char* folder
= NULL
);
25 // looper of view must be locked!
26 void stroke_frame(BView
* view
, BRect frame
,
27 rgb_color left
, rgb_color top
,
28 rgb_color right
, rgb_color bottom
);
30 bool make_sure_frame_is_on_screen(BRect
& frame
, BWindow
* window
= NULL
);