|
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:
937 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/GtkFramePeer.h>
|
|---|
| 9 | #include <gcj/cni.h>
|
|---|
| 10 |
|
|---|
| 11 | #include <gtk/gtk.h>
|
|---|
| 12 |
|
|---|
| 13 | void
|
|---|
| 14 | gnu::awt::gtk::GtkFramePeer::setIconImage (::java::awt::Image *)
|
|---|
| 15 | {
|
|---|
| 16 | // TODO
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | void
|
|---|
| 21 | gnu::awt::gtk::GtkFramePeer::setMenuBar (::java::awt::MenuBar *)
|
|---|
| 22 | {
|
|---|
| 23 | // TODO
|
|---|
| 24 | }
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | void
|
|---|
| 28 | gnu::awt::gtk::GtkFramePeer::setResizable (jboolean)
|
|---|
| 29 | {
|
|---|
| 30 | // TODO
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | void
|
|---|
| 35 | gnu::awt::gtk::GtkFramePeer::setTitle (::java::lang::String *)
|
|---|
| 36 | {
|
|---|
| 37 | // TODO
|
|---|
| 38 | }
|
|---|
| 39 |
|
|---|
| 40 | void
|
|---|
| 41 | gnu::awt::gtk::GtkFramePeer::create ()
|
|---|
| 42 | {
|
|---|
| 43 | if (ptr == NULL)
|
|---|
| 44 | {
|
|---|
| 45 | GDK_THREADS_ENTER ();
|
|---|
| 46 | ptr = (gnu::gcj::RawData *) gtk_window_new(GTK_WINDOW_TOPLEVEL);
|
|---|
| 47 | GDK_THREADS_LEAVE ();
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | gnu::awt::gtk::GtkContainerPeer::create();
|
|---|
| 51 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.