git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29169
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- implemented alpha channel support in wxBitmap
- added native GTK+2 wxArtProvider implementation with ability to load
icons from icon theme in addition to recognized stock art
- implemented alpha channel support in wxBitmap
- added native GTK+2 wxArtProvider implementation with ability to load
icons from icon theme in addition to recognized stock art
+- fixed crash on 64 bit platforms (Paul Cornett)
GtkAdjustment *vadjustment);
};
GtkAdjustment *vadjustment);
};
-guint gtk_pizza_get_type (void);
+GtkType gtk_pizza_get_type (void);
GtkWidget* gtk_pizza_new (void);
void gtk_pizza_set_shadow_type (GtkPizza *pizza,
GtkWidget* gtk_pizza_new (void);
void gtk_pizza_set_shadow_type (GtkPizza *pizza,
GtkAdjustment *vadjustment);
};
GtkAdjustment *vadjustment);
};
-guint gtk_pizza_get_type (void);
+GtkType gtk_pizza_get_type (void);
GtkWidget* gtk_pizza_new (void);
void gtk_pizza_set_shadow_type (GtkPizza *pizza,
GtkWidget* gtk_pizza_new (void);
void gtk_pizza_set_shadow_type (GtkPizza *pizza,
static gboolean gravity_works;
static gboolean gravity_works;
- static guint pizza_type = 0;
+ static GtkType pizza_type = 0;
static gboolean gravity_works;
static gboolean gravity_works;
- static guint pizza_type = 0;
+ static GtkType pizza_type = 0;