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

Migrated to new IDL compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.