Changeset 169 for trunk/gui/class_c
- Timestamp:
- Jan 3, 2007, 5:54:27 PM (19 years ago)
- File:
-
- 1 edited
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)
Note:
See TracChangeset
for help on using the changeset viewer.