Changeset 288 for trunk/gui/idl
- Timestamp:
- Apr 1, 2007, 1:09:27 PM (18 years ago)
- Location:
- trunk/gui/idl
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/idl/nomdraginfo.idl
r241 r288 42 42 interface NOMDragInfo : NOMObject 43 43 { 44 #ifdef __NOM_IDL_COMPILER__ 45 filestem=nomdraginfo; 46 #endif 44 47 /** 45 48 Current class version is 1.0 -
trunk/gui/idl/nomdragwindow.idl
r241 r288 43 43 interface NOMDragWindow : NOMWindow 44 44 { 45 #ifdef __NOM_IDL_COMPILER__ 46 filestem=nomdragwindow; 47 #endif 45 48 /** 46 49 Current class version is 1.0 -
trunk/gui/idl/nommenu.idl
r209 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 * … … 49 49 interface NOMMenu : NOMObject 50 50 { 51 #ifdef __NOM_IDL_COMPILER__ 52 filestem=nommenu; 53 #endif 51 54 NOMCLASSVERSION(1, 0); 52 55 … … 56 59 NOMOVERRIDE(nomUnInit); 57 60 58 NOMINSTANCEVAR(PGtkWidget _pgMenuHandle);61 NOMINSTANCEVAR(PGtkWidget pgMenuHandle); 59 62 }; 60 63 -
trunk/gui/idl/nommenuitem.idl
r164 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 * … … 49 49 interface NOMMenuItem : NOMObject 50 50 { 51 #ifdef __NOM_IDL_COMPILER__ 52 filestem=nommenuitem; 53 #endif 51 54 NOMCLASSVERSION(1, 0); 52 55 -
trunk/gui/idl/nomnotebook.idl
r171 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 * … … 42 42 interface NOMNoteBook : NOMWindow 43 43 { 44 #ifdef __NOM_IDL_COMPILER__ 45 filestem=nomnotebook; 46 #endif 44 47 NOMCLASSVERSION(1, 0); 45 48 -
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.