Changeset 178 for trunk/desktop/idl/wpnotebook.idl
- Timestamp:
- Jan 6, 2007, 3:25:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/wpnotebook.idl
r176 r178 47 47 NOMCLASSNAME(WPNoteBook); 48 48 49 #include "wpobject.idl" 49 //#include "wpobject.idl" 50 #include "wpwindow.idl" 50 51 #include "nomnotebook.idl" 51 52 52 53 53 interface WPNoteBook : NOMWindow54 interface WPNoteBook : WPWindow 54 55 { 55 56 NOMCLASSVERSION(1, 0); … … 57 58 PNOMNoteBook wpQueryNoteBookObject(); 58 59 void wpSetNoteBookObject(in PNOMNoteBook nomNBook); 59 void wpSetWPObject(in PWPObject wpObject);60 PWPObject wpQueryWPObject();60 //void wpSetWPObject(in PWPObject wpObject); 61 //PWPObject wpQueryWPObject(); 61 62 62 63 NOMOVERRIDE(nomInit);
Note:
See TracChangeset
for help on using the changeset viewer.