Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(name: '$$$/Dialog/RotateCanvas/Title=Rotate Canvas', class_name: 'TPSDialog', target_id: 'angl', child_vertical: align_center, placement: place_row, child_horizontal: align_fill) {
group(name: 'OKCancel', show: true) {
button(name: gOKString, horizontal: align_fill, view_id: 'ok ', show: true, dismiss: true,
default: true);
button(name: gCancelString, horizontal: align_fill, view_id: 'cncl', show: true, dismiss: true);
}
group(placement: place_row, spacing: gGap, child_vertical: align_center) {
edit_text(view_id: 'angl', class_name: 'TFixedPoint', width: 4 * max_char_width(), name: '$$$/Dialog/ArbitraryRotate/Angle=&Angle:');
cluster(view_id: 'way ', class_name: 'TRadioCluster', placement: place_column) {
radio(view_id: 'cw ', name: '$$$/Dialog/ArbitraryRotate/Clockwise=^D&Clockwise');
radio(view_id: 'ccw ', name: '$$$/Dialog/ArbitraryRotate/Counterclockwise=^DCounter Clock&wise');
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated