comparison dw.h @ 330:b87afd126cb7

Add switch-page signal.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 09 Apr 2003 09:40:29 +0000
parents e00aff2b899e
children 81fae15885d7
comparison
equal deleted inserted replaced
329:9b1953ed0bff 330:b87afd126cb7
43 #define DW_SIGNAL_ITEM_CONTEXT "container-context" 43 #define DW_SIGNAL_ITEM_CONTEXT "container-context"
44 #define DW_SIGNAL_ITEM_SELECT "tree-select" 44 #define DW_SIGNAL_ITEM_SELECT "tree-select"
45 #define DW_SIGNAL_LIST_SELECT "item-select" 45 #define DW_SIGNAL_LIST_SELECT "item-select"
46 #define DW_SIGNAL_SET_FOCUS "set-focus" 46 #define DW_SIGNAL_SET_FOCUS "set-focus"
47 #define DW_SIGNAL_VALUE_CHANGED "value_changed" 47 #define DW_SIGNAL_VALUE_CHANGED "value_changed"
48 #define DW_SIGNAL_SWITCH_PAGE "switch-page"
48 49
49 #if defined(__OS2__) || defined(__WIN32__) || defined(WINNT) || defined(__EMX__) 50 #if defined(__OS2__) || defined(__WIN32__) || defined(WINNT) || defined(__EMX__)
50 /* OS/2 or Windows */ 51 /* OS/2 or Windows */
51 52
52 #if defined(__IBMC__) && !defined(API) 53 #if defined(__IBMC__) && !defined(API)