comparison src/console-gtk.h @ 2168:95fee4a1420e

[xemacs-hg @ 2004-07-07 12:00:58 by malcolmp] Working GK tab_control widget. Other GTK widgets drawn with the correct location and size.
author malcolmp
date Wed, 07 Jul 2004 12:01:07 +0000
parents 01c57eb70ae9
children b3ce27ca7647
comparison
equal deleted inserted replaced
2167:54e1ecdc5778 2168:95fee4a1420e
46 /* Number of pixels below each line. */ 46 /* Number of pixels below each line. */
47 extern int gtk_interline_space; 47 extern int gtk_interline_space;
48 48
49 extern int gtk_selection_timeout; 49 extern int gtk_selection_timeout;
50 50
51 struct frame *gtk_widget_to_frame (GtkWidget *);
51 struct frame *gtk_any_window_to_frame (struct device *d, GdkWindow *); 52 struct frame *gtk_any_window_to_frame (struct device *d, GdkWindow *);
52 struct frame *gtk_window_to_frame (struct device *d, GdkWindow *); 53 struct frame *gtk_window_to_frame (struct device *d, GdkWindow *);
53 struct frame *gtk_any_widget_or_parent_to_frame (struct device *d, GtkWidget *widget); 54 struct frame *gtk_any_widget_or_parent_to_frame (struct device *d, GtkWidget *widget);
54 struct frame *decode_gtk_frame (Lisp_Object); 55 struct frame *decode_gtk_frame (Lisp_Object);
55 struct device *gtk_any_window_to_device (GdkWindow *); 56 struct device *gtk_any_window_to_device (GdkWindow *);