aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 02aba05ccb4..817f8c77d97 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3200,48 +3200,17 @@ enum tab_bar_item_idx
3200 /* Caption. */ 3200 /* Caption. */
3201 TAB_BAR_ITEM_CAPTION, 3201 TAB_BAR_ITEM_CAPTION,
3202 3202
3203 /* Image(s) to display. This is either a single image specification
3204 or a vector of specifications. */
3205 TAB_BAR_ITEM_IMAGES,
3206
3207 /* The binding. */ 3203 /* The binding. */
3208 TAB_BAR_ITEM_BINDING, 3204 TAB_BAR_ITEM_BINDING,
3209 3205
3210 /* Button type. One of nil (default button), t (a separator),
3211 `:radio', or `:toggle'. The latter two currently do nothing. */
3212 TAB_BAR_ITEM_TYPE,
3213
3214 /* Help string. */ 3206 /* Help string. */
3215 TAB_BAR_ITEM_HELP, 3207 TAB_BAR_ITEM_HELP,
3216 3208
3217 /* Icon file name of right to left image when an RTL locale is used. */
3218 TAB_BAR_ITEM_RTL_IMAGE,
3219
3220 /* Label to show when text labels are enabled. */
3221 TAB_BAR_ITEM_LABEL,
3222
3223 /* If we shall show the label only below the icon and not beside it. */
3224 TAB_BAR_ITEM_VERT_ONLY,
3225
3226 /* Sentinel = number of slots in tab_bar_items occupied by one 3209 /* Sentinel = number of slots in tab_bar_items occupied by one
3227 tab-bar item. */ 3210 tab-bar item. */
3228 TAB_BAR_ITEM_NSLOTS 3211 TAB_BAR_ITEM_NSLOTS
3229}; 3212};
3230 3213
3231
3232/* An enumeration for the different images that can be specified
3233 for a tab-bar item. */
3234
3235enum tab_bar_item_image
3236{
3237 TAB_BAR_IMAGE_ENABLED_SELECTED,
3238 TAB_BAR_IMAGE_ENABLED_DESELECTED,
3239 TAB_BAR_IMAGE_DISABLED_SELECTED,
3240 TAB_BAR_IMAGE_DISABLED_DESELECTED
3241};
3242
3243#define DEFAULT_TAB_BAR_LABEL_SIZE 14
3244
3245/* Default values of the above variables. */ 3214/* Default values of the above variables. */
3246 3215
3247#define DEFAULT_TAB_BAR_BUTTON_MARGIN 4 3216#define DEFAULT_TAB_BAR_BUTTON_MARGIN 4