1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#define FL_HORIZONTAL 1 24#define BTN_HOR_NONE 2 25#define BTN_HOR_LEFT 3 26#define BTN_HOR_CENTER 4 27#define BTN_HOR_DISTANCE 5 28#define BTN_HOR_RIGHT 6 29#define FL_VERTICAL 7 30#define BTN_VER_NONE 8 31#define BTN_VER_TOP 9 32#define BTN_VER_CENTER 10 33#define BTN_VER_DISTANCE 11 34#define BTN_VER_BOTTOM 12 35#define IMG_HOR_LOW 14 36#define IMG_HOR_CENTER 15 37#define IMG_HOR_DISTANCE 16 38#define IMG_HOR_HIGH 17 39#define IMG_VER_LOW 18 40#define IMG_VER_CENTER 19 41#define IMG_VER_DISTANCE 20 42#define IMG_VER_HIGH 21 43 44#define IMG_HOR_LOW_H 22 45#define IMG_HOR_CENTER_H 23 46#define IMG_HOR_DISTANCE_H 24 47#define IMG_HOR_HIGH_H 25 48#define IMG_VER_LOW_H 26 49#define IMG_VER_CENTER_H 27 50#define IMG_VER_DISTANCE_H 28 51#define IMG_VER_HIGH_H 29 52