Changeset 191 for trunk/desktop/include


Ignore:
Timestamp:
Jan 14, 2007, 1:54:49 PM (19 years ago)
Author:
cinc
Message:

More object view methods and improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/include/desktoptypes.h

    r186 r191  
    4040  NOMWindow*      nomWindow;
    4141  gulong          ulViewState;  /*   */
     42  nomId           nameSpaceId;
    4243  gpointer        pReserved;
    4344 } VIEWITEM, *PVIEWITEM;
     
    5152#define OPEN_SETTINGS         2
    5253
     54#if 0
    5355/* Views for wpFindViewItem() */
    5456#define VIEW_CONTENTS         0x00000001
     
    5961#define VIEW_TREE             0x00000020
    6062#define VIEW_ANY              0xFFFFFFFF
     63#endif
     64
     65/* Concurrent view flags */
     66#define CCVIEW_DEFAULT        0UL
     67#define CCVIEW_ON             1UL
     68#define CCVIEW_OFF            2UL
    6169
    6270/* Flags for menu methods */
Note: See TracChangeset for help on using the changeset viewer.