Changeset 111 for trunk/desktop/idl


Ignore:
Timestamp:
Nov 25, 2006, 11:06:46 PM (19 years ago)
Author:
cinc
Message:

Very preliminary icon support. Started with folder views.

Location:
trunk/desktop/idl
Files:
2 edited

Legend:

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

    r98 r111  
    4545                          in long cbEASize);
    4646
    47 
    48    NOMINSTANCEVAR(long cbFileSize); /* Used to be in WPFileSystem */
     47  NOMOVERRIDE(wpQueryIcon);
     48  NOMINSTANCEVAR(long cbFileSize); /* Used to be in WPFileSystem */
    4949
    5050};
  • trunk/desktop/idl/wpfolder.idl

    r106 r111  
    3838#include "wpfilesystem.idl"
    3939
    40 #include "wpfoldertypes.idl"
    41 
    4240interface WPFolder : WPFileSystem
    4341{
     
    5755  NOMOVERRIDE(wpInitData);
    5856  NOMOVERRIDE(wpOpen);
     57  NOMOVERRIDE(wpQueryIcon);
     58
    5959  NOMINSTANCEVAR(PPRIVFOLDERDATA privFolderData);
    6060};
Note: See TracChangeset for help on using the changeset viewer.