Mercurial > hg > xemacs-beta
comparison src/toolbar.h @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
71 | 71 |
72 DECLARE_LRECORD (toolbar_button, struct toolbar_button); | 72 DECLARE_LRECORD (toolbar_button, struct toolbar_button); |
73 #define XTOOLBAR_BUTTON(x) XRECORD (x, toolbar_button, struct toolbar_button) | 73 #define XTOOLBAR_BUTTON(x) XRECORD (x, toolbar_button, struct toolbar_button) |
74 #define XSETTOOLBAR_BUTTON(x, p) XSETRECORD (x, p, toolbar_button) | 74 #define XSETTOOLBAR_BUTTON(x, p) XSETRECORD (x, p, toolbar_button) |
75 #define TOOLBAR_BUTTONP(x) RECORDP (x, toolbar_button) | 75 #define TOOLBAR_BUTTONP(x) RECORDP (x, toolbar_button) |
76 #define GC_TOOLBAR_BUTTONP(x) GC_RECORDP (x, toolbar_button) | |
77 #define CHECK_TOOLBAR_BUTTON(x) CHECK_RECORD (x, toolbar_button) | 76 #define CHECK_TOOLBAR_BUTTON(x) CHECK_RECORD (x, toolbar_button) |
78 #define CONCHECK_TOOLBAR_BUTTON(x) CONCHECK_RECORD (x, toolbar_button) | 77 #define CONCHECK_TOOLBAR_BUTTON(x) CONCHECK_RECORD (x, toolbar_button) |
79 | 78 |
80 void get_toolbar_coords (struct frame *f, enum toolbar_pos pos, int *x, | 79 void get_toolbar_coords (struct frame *f, enum toolbar_pos pos, int *x, |
81 int *y, int *width, int *height, int *vert, | 80 int *y, int *width, int *height, int *vert, |