natgtkcontainerpeer.cc

来自「gcc-you can use this code to learn somet」· CC 代码 · 共 16 行

CC
16
字号
// This file was created by `gcjh -stubs'. -*- c++ -*-//// This file is intended to give you a head start on implementing native// methods using CNI.// Be aware: running `gcjh -stubs ' once more for this class may// overwrite any edits you have made to this file.#include <gnu/awt/gtk/GtkContainerPeer.h>#include <gcj/cni.h>voidgnu::awt::gtk::GtkContainerPeer::create (){  gnu::awt::gtk::GtkComponentPeer::create();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?