Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/console-gtk.h Wed Jul 07 01:52:17 2004 +0000 +++ b/src/console-gtk.h Wed Jul 07 12:01:07 2004 +0000 @@ -48,6 +48,7 @@ extern int gtk_selection_timeout; +struct frame *gtk_widget_to_frame (GtkWidget *); struct frame *gtk_any_window_to_frame (struct device *d, GdkWindow *); struct frame *gtk_window_to_frame (struct device *d, GdkWindow *); struct frame *gtk_any_widget_or_parent_to_frame (struct device *d, GtkWidget *widget);