blob: ec78fb3dc89a89e6b5aa79b74b891d7a7fbdee87 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef _SALAQUACONSTANTS_H_
#define _SALAQUACONSTANTS_H_
#define kAppFourCharCode 'OOo2'
#define kControlPropertyTracking 'Trck'
#define kControlPropertyLastPartCode 'LsPc'
#define kControlPropertySubType 'SuTy'
#define kPopupControlPropertyTitleWidth 'PoTW'
#define kAquaSpaceBetweenControls (8)
#define kAquaSpaceBetweenPopupMenus (10)
#define kAquaSpaceInsideGroupH (16)
#define kAquaSpaceInsideGroupV (11)
#define kAquaSpaceBoxFrameViewDiffTop (7)
#define kAquaSpaceBoxFrameViewDiffLeft (7)
#define kAquaSpaceBoxFrameViewDiffBottom (9)
#define kAquaSpaceBoxFrameViewDiffRight (7)
#define kAquaSpaceButtonFrameBoundsDiff (6)
#define kAquaSpaceSwitchButtonFrameBoundsDiff (2)
#define kAquaSpacePopupMenuFrameBoundsDiffTop (2)
#define kAquaSpacePopupMenuFrameBoundsDiffBottom (4)
#define kAquaSpacePopupMenuFrameBoundsDiffV (kAquaSpacePopupMenuFrameBoundsDiffTop + kAquaSpacePopupMenuFrameBoundsDiffBottom)
#define kAquaSpacePopupMenuFrameBoundsDiffLeft (3)
#define kAquaSpaceLabelFrameBoundsDiffH (3)
#define kAquaSpaceLabelPopupDiffV (6)
#define kAquaSpaceAfterPopupButtonsV (20)
#define kAquaPopupButtonDefaultHeight (26)
#endif //_SALAQUACONSTANTS_H_