- Timestamp:
 - Jan 3, 2007, 5:54:27 PM (19 years ago)
 - Location:
 - trunk/gui
 - Files:
 - 
      
- 2 edited
 
- 
          
  class_c/nomnotebook.c (modified) (1 diff)
 - 
          
  idl/nomnotebook.idl (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/gui/class_c/nomnotebook.c
r168 r169 49 49 50 50 51 NOM_Scope CORBA_long NOMLINK impl_NOMNoteBook_prependPage(NOMNoteBook* nomSelf, 52 const PGtkWidget pWidget, const PGtkWidget pLabel, 53 CORBA_Environment *ev) 54 { 55 /* NOMNoteBookData* nomThis=NOMNoteBookGetData(nomSelf); */ 56 return gtk_notebook_prepend_page (GTK_NOTEBOOK (NOMNoteBook_queryWindowHandle(nomSelf, ev)), pWidget, pLabel); 57 } 58 51 59 /* orbit-idl-c-stubs.c, cs_output_stub line 347 */ 52 60 NOM_Scope void NOMLINK impl_NOMNoteBook_nomInit(NOMNoteBook* nomSelf, CORBA_Environment *ev)  - 
      
trunk/gui/idl/nomnotebook.idl
r168 r169 44 44 NOMCLASSVERSION(1, 0); 45 45 46 long prependPage(in PGtkWidget pWidget, in PGtkWidget pLabel); 46 47 47 48 NOMOVERRIDE(nomInit);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  