зеркало из https://github.com/mozilla/pjs.git
Define new resource singleClickActivation for Grid widget
This commit is contained in:
Родитель
6836541e41
Коммит
4da881eebd
|
@ -244,6 +244,8 @@ typedef struct
|
|||
/* XFE Additions */
|
||||
#define XmNhideUnhideButtons "hideUnhideButtons"
|
||||
#define XmCHideUnhideButtons "HideUnhideButtons"
|
||||
#define XmNsingleClickActivation "singleClickActivation"
|
||||
#define XmCSingleClickActivation "SingleClickActivation"
|
||||
#define XmNuseTextWidget "useTextWidget"
|
||||
#define XmCUseTextWidget "UseTextWidget"
|
||||
#if 0
|
||||
|
@ -413,6 +415,7 @@ typedef struct _XmLGridCallbackStruct
|
|||
/* xfe added callback reason */
|
||||
#define XmCR_RESIZE_GRID 929
|
||||
#define XmCR_SHOW_POPUP 930
|
||||
#define XmCR_SINGLECLICK 931
|
||||
|
||||
/* Grid defines */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче