Changeset 288 for trunk/gui/idl/nomwindow.idl
- Timestamp:
- Apr 1, 2007, 1:09:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/idl/nomwindow.idl
r226 r288 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * … … 51 51 interface NOMWindow : NOMObject 52 52 { 53 #ifdef __NOM_IDL_COMPILER__ 54 filestem=nomwindow; 55 #endif 53 56 /** 54 57 Current class version is 1.0 … … 104 107 Private variable holding the GtkWidget pointer. 105 108 */ 106 NOMINSTANCEVAR(PGtkWidget _pgWindowHandle);109 NOMINSTANCEVAR(PGtkWidget pgWindowHandle); 107 110 }; 108 111
Note:
See TracChangeset
for help on using the changeset viewer.