Changeset 288 for trunk/gui/idl


Ignore:
Timestamp:
Apr 1, 2007, 1:09:27 PM (18 years ago)
Author:
cinc
Message:

Migrated to new IDL compiler

Location:
trunk/gui/idl
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/idl/nomdraginfo.idl

    r241 r288  
    4242interface NOMDragInfo : NOMObject
    4343{
     44#ifdef __NOM_IDL_COMPILER__
     45  filestem=nomdraginfo;
     46#endif
    4447  /**
    4548     Current class version is 1.0
  • trunk/gui/idl/nomdragwindow.idl

    r241 r288  
    4343interface NOMDragWindow : NOMWindow
    4444{
     45#ifdef __NOM_IDL_COMPILER__
     46  filestem=nomdragwindow;
     47#endif
    4548  /**
    4649     Current class version is 1.0
  • trunk/gui/idl/nommenu.idl

    r209 r288  
    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*
     
    4949interface NOMMenu : NOMObject
    5050{
     51#ifdef __NOM_IDL_COMPILER__
     52  filestem=nommenu;
     53#endif
    5154  NOMCLASSVERSION(1, 0);
    5255
     
    5659  NOMOVERRIDE(nomUnInit);
    5760
    58   NOMINSTANCEVAR(PGtkWidget _pgMenuHandle);
     61  NOMINSTANCEVAR(PGtkWidget pgMenuHandle);
    5962};
    6063
  • trunk/gui/idl/nommenuitem.idl

    r164 r288  
    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*
     
    4949interface NOMMenuItem : NOMObject
    5050{
     51#ifdef __NOM_IDL_COMPILER__
     52  filestem=nommenuitem;
     53#endif
    5154  NOMCLASSVERSION(1, 0);
    5255
  • trunk/gui/idl/nomnotebook.idl

    r171 r288  
    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*
     
    4242interface NOMNoteBook : NOMWindow
    4343{
     44#ifdef __NOM_IDL_COMPILER__
     45  filestem=nomnotebook;
     46#endif
    4447  NOMCLASSVERSION(1, 0);
    4548
  • trunk/gui/idl/nomwindow.idl

    r226 r288  
    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*
     
    5151interface NOMWindow : NOMObject
    5252{
     53#ifdef __NOM_IDL_COMPILER__
     54  filestem=nomwindow;
     55#endif
    5356  /**
    5457     Current class version is 1.0
     
    104107     Private variable holding the GtkWidget pointer.
    105108   */
    106   NOMINSTANCEVAR(PGtkWidget _pgWindowHandle);
     109  NOMINSTANCEVAR(PGtkWidget pgWindowHandle);
    107110};
    108111
Note: See TracChangeset for help on using the changeset viewer.