- 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)
wxMotif:
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,
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,
static gboolean gravity_works;
-guint
+GtkType
gtk_pizza_get_type ()
{
- static guint pizza_type = 0;
+ static GtkType pizza_type = 0;
if (!pizza_type)
{
static gboolean gravity_works;
-guint
+GtkType
gtk_pizza_get_type ()
{
- static guint pizza_type = 0;
+ static GtkType pizza_type = 0;
if (!pizza_type)
{