Changeset 176 for trunk/desktop/idl/wpnotebook.idl
- Timestamp:
- Jan 6, 2007, 1:10:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/wpnotebook.idl
r167 r176 36 36 #define WPNOTEBOOK_IDL_INCLUDED 37 37 38 #if 0 39 #ifndef WPObject_defined 40 #define WPObject_defined 41 native PWPObject; 42 #endif 43 #endif 44 45 #include <nomobj.idl> 46 47 NOMCLASSNAME(WPNoteBook); 48 49 #include "wpobject.idl" 38 50 #include "nomnotebook.idl" 39 51 40 NOMCLASSNAME(WPNoteBook);41 52 42 53 interface WPNoteBook : NOMWindow … … 46 57 PNOMNoteBook wpQueryNoteBookObject(); 47 58 void wpSetNoteBookObject(in PNOMNoteBook nomNBook); 59 void wpSetWPObject(in PWPObject wpObject); 60 PWPObject wpQueryWPObject(); 48 61 49 62 NOMOVERRIDE(nomInit); 50 63 51 64 NOMINSTANCEVAR(PNOMNoteBook nomNoteBook); 65 NOMINSTANCEVAR(PWPObject wpObject); 66 52 67 }; 53 68
Note:
See TracChangeset
for help on using the changeset viewer.