second merge of the 2.2 branch (RL)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2000-08-08 06:11:51 +00:00
parent 8fb3bfe20f
commit 3ca6a5f046
138 changed files with 4941 additions and 2278 deletions

View File

@@ -77,13 +77,13 @@ static void gtk_pizza_adjust_allocations (GtkPizza *pizza,
gint dy);
/* unused */
#if 0
static void gtk_pizza_expose_area (GtkPizza *pizza,
gint x,
gint y,
gint width,
gint height);
/* unused */
#if 0
static void gtk_pizza_adjustment_changed (GtkAdjustment *adjustment,
GtkPizza *pizza);
#endif
@@ -981,6 +981,8 @@ gtk_pizza_adjust_allocations (GtkPizza *pizza,
/* Callbacks */
/* unused */
#if 0
/* Send a synthetic expose event to the widget
*/
static void
@@ -1006,6 +1008,7 @@ gtk_pizza_expose_area (GtkPizza *pizza,
gdk_window_unref (event.window);
}
}
#endif /* unused */
/* This function is used to find events to process while scrolling
*/