Don't clear the window on an expose event. On draws, just clear the
Fri Mar 27 17:58:41 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkhandlebox.c (gtk_handle_box_paint): Don't clear the window on an expose event. On draws, just clear the portion we are redrawing. * gdk/gdkfont.c (gdk_fontset_load): Corrected calculation of fontset ascent/descent. * gtk/gtkwidget.[ch]: Added new function to show a toplevel window and wait for it to be mapped, gtk_window_show_now ()
This commit is contained in:
@ -377,6 +377,7 @@ void gtk_widget_setv (GtkWidget *widget,
|
||||
GtkArg *args);
|
||||
void gtk_widget_unparent (GtkWidget *widget);
|
||||
void gtk_widget_show (GtkWidget *widget);
|
||||
void gtk_widget_show_now (GtkWidget *widget);
|
||||
void gtk_widget_hide (GtkWidget *widget);
|
||||
void gtk_widget_show_all (GtkWidget *widget);
|
||||
void gtk_widget_hide_all (GtkWidget *widget);
|
||||
|
||||
Reference in New Issue
Block a user