forked from AuroraMiddleware/gtk
Combobulator fixes..... ....
Combobulator fixes..... .... ..... ...... ....... ........ April fools! ;-)
This commit is contained in:
parent
3a1eebe683
commit
2a2323d64e
@ -72,3 +72,4 @@ gtk_data_class_init (GtkDataClass *class)
|
||||
|
||||
gtk_object_class_add_signals (object_class, data_signals, LAST_SIGNAL);
|
||||
}
|
||||
|
||||
|
@ -466,3 +466,4 @@ gtk_gamma_curve_destroy (GtkObject *object)
|
||||
if (GTK_OBJECT_CLASS (parent_class)->destroy)
|
||||
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
|
||||
}
|
||||
|
||||
|
@ -1052,3 +1052,4 @@ gtk_handle_box_delete_event (GtkWidget *widget,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -398,3 +398,4 @@ gtk_label_style_set (GtkWidget *widget,
|
||||
widget->allocation.width,
|
||||
widget->allocation.height);
|
||||
}
|
||||
|
||||
|
@ -1777,3 +1777,4 @@ gtk_print (gchar *str)
|
||||
if (!GTK_WIDGET_VISIBLE (window))
|
||||
gtk_widget_show (window);
|
||||
}
|
||||
|
||||
|
@ -419,3 +419,4 @@ gtk_paned_gutter_size (GtkPaned *paned, guint16 size)
|
||||
if (GTK_WIDGET_VISIBLE (GTK_WIDGET (paned)))
|
||||
gtk_widget_queue_resize (GTK_WIDGET (paned));
|
||||
}
|
||||
|
||||
|
@ -351,3 +351,4 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
|
||||
x, y, width, height);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -244,3 +244,4 @@ gtk_radio_menu_item_draw_indicator (GtkCheckMenuItem *check_menu_item,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1433,3 +1433,4 @@ gtk_range_trough_vdims (GtkRange *range,
|
||||
if (bottom)
|
||||
*bottom = tbottom;
|
||||
}
|
||||
|
||||
|
@ -1189,3 +1189,4 @@ gtk_table_size_allocate_pass2 (GtkTable *table)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user