source: trunk/gcc/libjava/gnu/awt/gtk/natGtkContainerPeer.cc

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 431 bytes
Line 
1// This file was created by `gcjh -stubs'. -*- c++ -*-
2//
3// This file is intended to give you a head start on implementing native
4// methods using CNI.
5// Be aware: running `gcjh -stubs ' once more for this class may
6// overwrite any edits you have made to this file.
7
8#include <gnu/awt/gtk/GtkContainerPeer.h>
9#include <gcj/cni.h>
10
11void
12gnu::awt::gtk::GtkContainerPeer::create ()
13{
14 gnu::awt::gtk::GtkComponentPeer::create();
15}
Note: See TracBrowser for help on using the repository browser.