Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
owlpanel(view_id: 'wind', class_name: 'OWLPaletteSpliceWindow', isZoomable: false, isResizeable: true, height: 111, width: 206, margin: 0, inset: 0, margin_height: 0, margin_width: 0, resize_size_vertical: sizeSuperView, resize_size_horizontal: sizeSuperView) {
// Note - this is a special case, regular #defines such as Macintosh or WIN_32 are not available here
#ifdef MacEve
view(view_id: 'bufP', spacing: 0, margin: 0, outset: 0, horizontal: align_fill, vertical: align_fill, resize_size_vertical: sizeFixed, resize_size_horizontal: sizeFixed);
#endif
#ifdef WinEve
view(view_id: 'bufP', class_name: 'TBufferedParent', spacing: 0, margin: 0, outset: 0, horizontal: align_fill, vertical: align_fill, resize_size_vertical: sizeFixed, resize_size_horizontal: sizeFixed);
#endif
}
// Footer - Copyright 2023 Adobe Systems Incorporated