Small oops in redrawing code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,6 +67,7 @@ struct _GtkPizza
|
||||
|
||||
gboolean clear_on_draw;
|
||||
gboolean use_filter;
|
||||
gboolean external_expose;
|
||||
};
|
||||
|
||||
struct _GtkPizzaClass
|
||||
@@ -90,6 +91,9 @@ void gtk_pizza_set_clear (GtkPizza *pizza,
|
||||
void gtk_pizza_set_filter (GtkPizza *pizza,
|
||||
gboolean use);
|
||||
|
||||
void gtk_pizza_set_external (GtkPizza *pizza,
|
||||
gboolean expose);
|
||||
|
||||
void gtk_pizza_scroll (GtkPizza *pizza,
|
||||
gint dx,
|
||||
gint dy);
|
||||
|
Reference in New Issue
Block a user