Changeset 248 for trunk/desktop/idl/wpnotebook.idl
- Timestamp:
- Mar 10, 2007, 9:40:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/wpnotebook.idl
r189 r248 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * … … 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 34 /** \file 35 Class definition file for WPNoteBook class. 36 */ 35 37 #ifndef WPNOTEBOOK_IDL_INCLUDED 36 38 #define WPNOTEBOOK_IDL_INCLUDED … … 50 52 #include "nomnotebook.idl" 51 53 54 /** \interface WPNoteBook 55 56 This class implements settings notebooks for desktop objects. 57 58 Implementation is very preliminary. 59 */ 52 60 interface WPNoteBook : WPWindow 53 61 { 54 62 NOMCLASSVERSION(1, 0); 55 63 56 PNOMNoteBook wpQueryNoteBook Object();57 void wpSetNoteBook Object(in PNOMNoteBook nomNBook);64 PNOMNoteBook wpQueryNoteBook(); 65 void wpSetNoteBook(in PNOMNoteBook nomNBook); 58 66 59 67 NOMOVERRIDE(nomInit);
Note:
See TracChangeset
for help on using the changeset viewer.