xref: /aoo41x/main/sw/sdi/sidebar.sdi (revision ee093554)
1*ee093554SAndre Fischer/**************************************************************
2*ee093554SAndre Fischer *
3*ee093554SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4*ee093554SAndre Fischer * or more contributor license agreements.  See the NOTICE file
5*ee093554SAndre Fischer * distributed with this work for additional information
6*ee093554SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7*ee093554SAndre Fischer * to you under the Apache License, Version 2.0 (the
8*ee093554SAndre Fischer * "License"); you may not use this file except in compliance
9*ee093554SAndre Fischer * with the License.  You may obtain a copy of the License at
10*ee093554SAndre Fischer *
11*ee093554SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12*ee093554SAndre Fischer *
13*ee093554SAndre Fischer * Unless required by applicable law or agreed to in writing,
14*ee093554SAndre Fischer * software distributed under the License is distributed on an
15*ee093554SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*ee093554SAndre Fischer * KIND, either express or implied.  See the License for the
17*ee093554SAndre Fischer * specific language governing permissions and limitations
18*ee093554SAndre Fischer * under the License.
19*ee093554SAndre Fischer *
20*ee093554SAndre Fischer *************************************************************/
21*ee093554SAndre Fischer
22*ee093554SAndre Fischerinterface Sidebar [ Automation = FALSE; ]
23*ee093554SAndre Fischer{
24*ee093554SAndre Fischer    SID_ATTR_TRANSFORM_WIDTH	[ StateMethod = GetDrawAttrStateForIFBX; ]
25*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_HEIGHT	[ StateMethod = GetDrawAttrStateForIFBX; ]
26*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_POS_X	[ StateMethod = GetDrawAttrStateForIFBX; ]
27*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_POS_Y	[ StateMethod = GetDrawAttrStateForIFBX; ]
28*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_ANGLE	[ StateMethod = GetDrawAttrStateForIFBX; ]
29*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_ROT_X	[ StateMethod = GetDrawAttrStateForIFBX; ]
30*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_ROT_Y	[ StateMethod = GetDrawAttrStateForIFBX; ]
31*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_PROTECT_POS	[ StateMethod = GetDrawAttrStateForIFBX;]
32*ee093554SAndre Fischer	SID_ATTR_TRANSFORM_PROTECT_SIZE	[ StateMethod = GetDrawAttrStateForIFBX;]
33*ee093554SAndre Fischer}
34*ee093554SAndre Fischer
35*ee093554SAndre Fischer
36