Changeset 167 for trunk/desktop/idl


Ignore:
Timestamp:
Jan 3, 2007, 3:32:31 PM (19 years ago)
Author:
cinc
Message:

Implemented settings notebooks.

Location:
trunk/desktop/idl
Files:
1 added
1 edited

Legend:

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

    r166 r167  
    4242#include "nommenu.idl"
    4343#include "nommenuitem.idl"
     44#include "wpnotebook.idl"
    4445
    4546#ifndef NOMFolderWindow_defined
     
    5354{
    5455  NOMCLASSVERSION(1, 0);
    55 #if 0
    56   /* Settings pages */
    57   BOOL wpAddSettingsPages(in HWND hwndNotebook);
    58 
    59   ULONG wpInsertSettingsPage(in HWND hwndNotebook,
    60                              in PPAGEINFO ppageinfo);
    61 
    62   ULONG wpAddObjectGeneralPage(in HWND hwndNotebook);
    63 #endif
    6456
    6557  /* Memory allocation */
     
    8981  void wpInsertMenuItem( in PNOMMenu nomMenu, in PNOMMenuItem nomMenuItem, in unsigned long ulPosition);
    9082
     83  /* Settings pages */
     84  boolean wpAddSettingsPages(in PWPNoteBook wpNoteBook);
     85  unsigned long wpInsertSettingsPage(in PWPNoteBook wpNoteBook, in gpointer ppageinfo);
     86  unsigned long wpAddObjectGeneralPage(in PWPNoteBook wpNoteBook);
     87
     88
    9189  /* Methods overriden by this class */
    9290  NOMOVERRIDE(nomInit);
Note: See TracChangeset for help on using the changeset viewer.