Ignore:
Timestamp:
Jan 6, 2007, 3:25:06 PM (19 years ago)
Author:
cinc
Message:

Created desktop window class WPWindow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/idl/wpnotebook.idl

    r176 r178  
    4747NOMCLASSNAME(WPNoteBook);
    4848
    49 #include "wpobject.idl"
     49//#include "wpobject.idl"
     50#include "wpwindow.idl"
    5051#include "nomnotebook.idl"
    5152
    5253
    53 interface WPNoteBook : NOMWindow
     54interface WPNoteBook : WPWindow
    5455{
    5556  NOMCLASSVERSION(1, 0);
     
    5758  PNOMNoteBook wpQueryNoteBookObject();
    5859  void wpSetNoteBookObject(in PNOMNoteBook nomNBook);
    59   void wpSetWPObject(in PWPObject wpObject);
    60   PWPObject wpQueryWPObject();
     60  //void wpSetWPObject(in PWPObject wpObject);
     61  //PWPObject wpQueryWPObject();
    6162
    6263  NOMOVERRIDE(nomInit);
Note: See TracChangeset for help on using the changeset viewer.