Ignore:
Timestamp:
Mar 10, 2007, 6:58:41 PM (18 years ago)
Author:
cinc
Message:

Renamed wpSetWPObject()/wpQueryWPObject() of class WPWindow to wpSetObject()/wpQueryObject() for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/dox/examples/wpsetwpobject.c

    r237 r247  
    11/**
    2   This method creates the folder window it doesn't query any files or creates
     2  This method creates a folder window it doesn't query any files or creates
    33  models and stuff.
    44*/
     
    1515
    1616  /* Save a pointer to the desktop folder object */
    17   WPFolderWindow_wpSetWPObject(wpFldrWindow, (WPObject*)nomSelf, NULLHANDLE);
     17  WPFolderWindow_wpSetObject(wpFldrWindow, (WPObject*)nomSelf, NULLHANDLE);
    1818
    1919  /* Connect to the "item_activated" signal */
Note: See TracChangeset for help on using the changeset viewer.