xvkeydata.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* Definitions for XV_KEY_DATA of different XView objects in Mxc.
  2. Copyright (C) 1995 Jakub Jelinek.
  3. This program is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation; either version 2 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program; if not, write to the Free Software
  13. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
  14. #define KEY_DATA_DLG_HEAD 10000
  15. #define KEY_DATA_PANEL_SPLITX 10001
  16. #define KEY_DATA_AREA_TOP 10002
  17. #define KEY_DATA_AREA_LEFT 10003
  18. #define KEY_DATA_AREA_RIGHT 10004
  19. #define KEY_DATA_AREA_BOTTOM 10005
  20. #define KEY_DATA_TILE 10006
  21. #define KEY_DATA_HSCROLL 10007
  22. #define KEY_DATA_VSCROLL 10008
  23. #define KEY_DATA_PANEL 10009
  24. #define KEY_DATA_PANEL_LASTITEM 10010
  25. #define KEY_DATA_PANEL_MAXX 10011
  26. #define KEY_DATA_PANEL_MAXY 10012
  27. #define KEY_DATA_DIVISION 10013
  28. #define KEY_DATA_BUTTONBAR_IDX 10014
  29. #define KEY_DATA_SELREQ 10015
  30. #define KEY_DATA_COMMAND 10016
  31. #define KEY_DATA_PANEL_CONTAINER 10017
  32. #define KEY_DATA_BOLD_FONT 10018
  33. #define KEY_DATA_PANEL_MINX 10019
  34. #define KEY_DATA_PANEL_MINY 10020
  35. #define KEY_DATA_VIEW 10021
  36. #define KEY_DATA_CANVAS 10022