TRANS_MSG Enumeration

Microchip Graphics Library

Microchip Graphics Library
TRANS_MSG Enumeration
C
typedef enum {
  OBJ_MSG_INVALID = 0,
  CB_MSG_CHECKED,
  CB_MSG_UNCHECKED,
  RB_MSG_CHECKED,
  WND_MSG_CLIENT,
  WND_MSG_TITLE,
  BTN_MSG_PRESSED,
  BTN_MSG_STILLPRESSED,
  BTN_MSG_RELEASED,
  BTN_MSG_CANCELPRESS,
  PICT_MSG_SELECTED,
  GB_MSG_SELECTED,
  CC_MSG_SELECTED,
  SLD_MSG_INC,
  SLD_MSG_DEC,
  ST_MSG_SELECTED,
  DM_MSG_SELECTED,
  PB_MSG_SELECTED,
  RD_MSG_CLOCKWISE,
  RD_MSG_CTR_CLOCKWISE,
  MTR_MSG_SET,
  EB_MSG_CHAR,
  EB_MSG_DEL,
  EB_MSG_TOUCHSCREEN,
  LB_MSG_SEL,
  LB_MSG_MOVE,
  LB_MSG_TOUCHSCREEN,
  GRID_MSG_TOUCHED,
  GRID_MSG_ITEM_SELECTED,
  GRID_MSG_UP,
  GRID_MSG_DOWN,
  GRID_MSG_LEFT,
  GRID_MSG_RIGHT,
  CH_MSG_SELECTED,
  TE_MSG_RELEASED,
  TE_MSG_PRESSED,
  TE_MSG_ADD_CHAR,
  TE_MSG_DELETE,
  TE_MSG_SPACE,
  TE_MSG_ENTER,
  AC_MSG_PRESSED,
  AC_MSG_RELEASED,
  OBJ_MSG_PASSIVE
} TRANS_MSG;
Overview

This structure defines the list of translated messages for GOL Objects used in the library.

Members
Members 
Description 
OBJ_MSG_INVALID = 0 
Invalid message response. 
CB_MSG_CHECKED 
Check Box check action ID. 
CB_MSG_UNCHECKED 
Check Box un-check action ID. 
RB_MSG_CHECKED 
Radio Button check action ID. 
WND_MSG_CLIENT 
Window client area selected action ID. 
WND_MSG_TITLE 
Window title bar selected action ID. 
BTN_MSG_PRESSED 
Button pressed action ID. 
BTN_MSG_STILLPRESSED 
Button is continuously pressed ID. 
BTN_MSG_RELEASED 
Button released action ID. 
BTN_MSG_CANCELPRESS 
Button released action ID with button press canceled. 
PICT_MSG_SELECTED 
Picture selected action ID. 
GB_MSG_SELECTED 
Group Box selected action ID. 
CC_MSG_SELECTED 
Custom Control selected action ID. 
SLD_MSG_INC 
Slider or Scroll Bar increment action ID. 
SLD_MSG_DEC 
Slider or Scroll Bar decrement action ID. 
ST_MSG_SELECTED 
Static Text selected action ID. 
DM_MSG_SELECTED 
Digital Meter selected action ID. 
PB_MSG_SELECTED 
Progress Bar selected action ID. 
RD_MSG_CLOCKWISE 
Dial move clockwise action ID. 
RD_MSG_CTR_CLOCKWISE 
Dial move counter clockwise action ID. 
MTR_MSG_SET 
Meter set value action ID. 
EB_MSG_CHAR 
Edit Box insert character action ID. 
EB_MSG_DEL 
Edit Box remove character action ID. 
EB_MSG_TOUCHSCREEN 
Edit Box touchscreen selected action ID. 
LB_MSG_SEL 
List Box item select action ID. 
LB_MSG_MOVE 
List Box item move action ID. 
LB_MSG_TOUCHSCREEN 
List Box touchscreen selected action ID. 
GRID_MSG_TOUCHED 
Grid item touched action ID. 
GRID_MSG_ITEM_SELECTED 
Grid item selected action ID. 
GRID_MSG_UP 
Grid up action ID. 
GRID_MSG_DOWN 
Grid down action ID. 
GRID_MSG_LEFT 
Grid left action ID. 
GRID_MSG_RIGHT 
Grid right action ID. 
CH_MSG_SELECTED 
Chart selected action ID 
TE_MSG_RELEASED 
TextEntry released action ID 
TE_MSG_PRESSED 
TextEntry pressed action ID 
TE_MSG_ADD_CHAR 
TextEntry add character action ID 
TE_MSG_DELETE 
TextEntry delete character action ID 
TE_MSG_SPACE 
TextEntry add space character action ID 
TE_MSG_ENTER 
TextEntry enter action ID 
AC_MSG_PRESSED 
Analog Clock Pressed Action 
AC_MSG_RELEASED 
Analog Clock Released Action 
OBJ_MSG_PASSIVE 
Passive message response. No change in object needed. 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved