mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
53 lines
1010 B
C++
53 lines
1010 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_awt_peer_gtk_GtkMouseInfoPeer__
|
|
#define __gnu_java_awt_peer_gtk_GtkMouseInfoPeer__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
namespace peer
|
|
{
|
|
namespace gtk
|
|
{
|
|
class GdkGraphicsEnvironment;
|
|
class GtkMouseInfoPeer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Point;
|
|
class Window;
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::awt::peer::gtk::GtkMouseInfoPeer : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
GtkMouseInfoPeer();
|
|
virtual jint fillPointWithCoords(::java::awt::Point *);
|
|
virtual jboolean isWindowUnderMouse(::java::awt::Window *);
|
|
private:
|
|
static ::gnu::java::awt::peer::gtk::GdkGraphicsEnvironment * gde;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_awt_peer_gtk_GtkMouseInfoPeer__
|