Ignore:
Timestamp:
Feb 11, 2007, 4:52:34 PM (19 years ago)
Author:
cinc
Message:

Started drag and drop implementation. Some dox additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpwindow.c

    r206 r237  
    1616* The Initial Developer of the Original Code is
    1717* netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>.
    18 * Portions created by the Initial Developer are Copyright (C) 2005-2006
     18* Portions created by the Initial Developer are Copyright (C) 2005-2007
    1919* the Initial Developer. All Rights Reserved.
    2020*
     
    5353#include "wpwindow.ih"
    5454
     55/**
     56   This function implements the wpSetWPObject() method of WPWindow. See method description for more
     57   info.
     58
     59   \sa wpQueryWPObject(), wpSetWPObject()
     60 */
    5561NOM_Scope void NOMLINK impl_WPWindow_wpSetWPObject(WPWindow* nomSelf, const PWPObject wpObject, CORBA_Environment *ev)
    5662{
     
    5965}
    6066
     67/**
     68   This function implements the wpQueryWPObject() method of WPWindow. See method description for more
     69   info.
     70
     71   \sa wpQueryWPObject(), wpSetWPObject()
     72 */
    6173NOM_Scope PWPObject NOMLINK impl_WPWindow_wpQueryWPObject(WPWindow* nomSelf, CORBA_Environment *ev)
    6274{
     
    6678}
    6779
     80/**
     81   This function implements the wpSetWindowTitle() method of WPWindow. See method description for more
     82   info.
     83
     84   \sa wpSetWindowTitle()
     85 */
    6886NOM_Scope void NOMLINK impl_WPWindow_wpSetWindowTitle(WPWindow* nomSelf, const PNOMString newTitle,
    6987                                                      CORBA_Environment *ev)
     
    7593}
    7694
     95
Note: See TracChangeset for help on using the changeset viewer.