/[classpath]/classpath/native/jni/gtk-peer/gtkpeer.h
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gtkpeer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by fitzsim, Wed Oct 8 23:40:49 2003 UTC revision 1.11 by fitzsim, Thu Oct 9 00:34:16 2003 UTC
# Line 369  extern jclass gdkColor; Line 369  extern jclass gdkColor;
369  extern jmethodID gdkColorID;  extern jmethodID gdkColorID;
370  extern JNIEnv *gdk_env;  extern JNIEnv *gdk_env;
371    
372  void  extern GtkWindowGroup *global_gtk_window_group;
 gdk_window_get_root_geometry (GdkWindow *window,  
                               gint      *x,  
                               gint      *y,  
                               gint      *width,  
                               gint      *height,  
                               gint      *border,  
                               gint      *depth);  
373    
374  void awt_event_handler (GdkEvent *event);  void awt_event_handler (GdkEvent *event);
375    
# Line 385  void connect_awt_hook (JNIEnv *env, jobj Line 378  void connect_awt_hook (JNIEnv *env, jobj
378  void set_visible (GtkWidget *widget, jboolean visible);  void set_visible (GtkWidget *widget, jboolean visible);
379  void set_parent (GtkWidget *widget, GtkContainer *parent);  void set_parent (GtkWidget *widget, GtkContainer *parent);
380  GtkLayout *find_gtk_layout (GtkWidget *parent);  GtkLayout *find_gtk_layout (GtkWidget *parent);
 void setup_window (JNIEnv *env, jobject obj, GtkWidget *window, jint width,  
                    jint height, jboolean visible);  
381    
382  jint keyevent_state_to_awt_mods (GdkEvent *event);  jint keyevent_state_to_awt_mods (GdkEvent *event);
383    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26