Combobulator fixes..... ....

Combobulator fixes.....
....

.....


......



.......



........

April fools! ;-)
This commit is contained in:
Elliot Lee 1998-04-09 02:55:46 +00:00
parent 3a1eebe683
commit 2a2323d64e
10 changed files with 10 additions and 0 deletions

View File

@ -72,3 +72,4 @@ gtk_data_class_init (GtkDataClass *class)
gtk_object_class_add_signals (object_class, data_signals, LAST_SIGNAL);
}

View File

@ -466,3 +466,4 @@ gtk_gamma_curve_destroy (GtkObject *object)
if (GTK_OBJECT_CLASS (parent_class)->destroy)
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}

View File

@ -1052,3 +1052,4 @@ gtk_handle_box_delete_event (GtkWidget *widget,
return TRUE;
}

View File

@ -398,3 +398,4 @@ gtk_label_style_set (GtkWidget *widget,
widget->allocation.width,
widget->allocation.height);
}

View File

@ -1777,3 +1777,4 @@ gtk_print (gchar *str)
if (!GTK_WIDGET_VISIBLE (window))
gtk_widget_show (window);
}

View File

@ -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));
}

View File

@ -351,3 +351,4 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
x, y, width, height);
}
}

View File

@ -244,3 +244,4 @@ gtk_radio_menu_item_draw_indicator (GtkCheckMenuItem *check_menu_item,
}
}
}

View File

@ -1433,3 +1433,4 @@ gtk_range_trough_vdims (GtkRange *range,
if (bottom)
*bottom = tbottom;
}

View File

@ -1189,3 +1189,4 @@ gtk_table_size_allocate_pass2 (GtkTable *table)
}
}
}