Ignore:
Timestamp:
Jan 3, 2007, 5:54:27 PM (19 years ago)
Author:
cinc
Message:

Implemented prependPage() method for NOMNoteBook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/class_c/nomnotebook.c

    r168 r169  
    4949
    5050
     51NOM_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
    5159/* orbit-idl-c-stubs.c, cs_output_stub line 347 */
    5260NOM_Scope void NOMLINK impl_NOMNoteBook_nomInit(NOMNoteBook* nomSelf, CORBA_Environment *ev)
Note: See TracChangeset for help on using the changeset viewer.