/[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.33 by mark, Sat Jul 2 20:32:54 2005 UTC revision 1.34 by fitzsim, Mon Jul 4 23:56:37 2005 UTC
# Line 504  union widget_union Line 504  union widget_union
504    GtkWidget **widget;    GtkWidget **widget;
505  };  };
506    
507    /* JNI initialization functions */
508    void classpath_gtk_textcomponent_init_jni (void);
509    
510    /* Signal connection convience functions */
511    void classpath_gtk_component_connect_signals (GObject *ptr, jobject *gref);
512    void classpath_gtk_component_connect_nonfocus_signals (GObject *ptr, jobject *gref);
513    void classpath_gtk_textcomponent_connect_signals (GObject *ptr, jobject *gref);
514    
515  /* GtkImage functions used by other gtk peer native routines */  /* GtkImage functions used by other gtk peer native routines */
516  GdkPixbuf *gnu_java_awt_peer_gtk_GtkImage_getPixbuf(JNIEnv *env, jobject obj);  GdkPixbuf *gnu_java_awt_peer_gtk_GtkImage_getPixbuf(JNIEnv *env, jobject obj);
517  GdkPixmap *gnu_java_awt_peer_gtk_GtkImage_getPixmap(JNIEnv *env, jobject obj);  GdkPixmap *gnu_java_awt_peer_gtk_GtkImage_getPixmap(JNIEnv *env, jobject obj);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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