Changeset 247 for trunk/desktop/idl/wpwindow.idl
- Timestamp:
- Mar 10, 2007, 6:58:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/wpwindow.idl
r245 r247 79 79 g_object_set_data(G_OBJECT(window), NOMOBJECT_KEY_STRING, nomSelf); 80 80 \endcode 81 That callis used internally by the WPWindow class to connect a WPWindow instance81 That function is used internally by the WPWindow class to connect a WPWindow instance 82 82 (nomSelf in this call) with a GTK window. 83 83 … … 89 89 \par Example: 90 90 The follwing code is a method implementation of class WPFolder. It creates a new 91 folder window (of class WPFolderWindow) and uses wpSet WPObject() to connect the folder91 folder window (of class WPFolderWindow) and uses wpSetObject() to connect the folder 92 92 object (nomSelf) with the folder window. 93 93 \include wpsetwpobject.c 94 94 95 \sa wpQuery WPObject()95 \sa wpQueryObject() 96 96 */ 97 void wpSet WPObject(in PWPObject wpObject);97 void wpSetObject(in PWPObject wpObject); 98 98 99 99 /** … … 104 104 g_object_get_data(G_OBJECT(window), NOMOBJECT_KEY_STRING); 105 105 \endcode 106 Using that callone queries the window object (\b not the desktop object) from106 Using that function one queries the window object (\b not the desktop object) from 107 107 a GTK toplevel window. 108 108 … … 110 110 This method is usually not overriden. 111 111 112 \sa wpSet WPObject()112 \sa wpSetObject() 113 113 */ 114 PWPObject wpQuery WPObject();114 PWPObject wpQueryObject(); 115 115 void wpSetWindowTitle(in PNOMString newTitle); 116 116 NOMINSTANCEVAR(PWPObject wpObject);
Note:
See TracChangeset
for help on using the changeset viewer.