GtkClock type bug
- From: Damon Chaplin <damon karuna freeserve co uk>
- To: Gnome Devel <gnome-devel-list gnome org>
- Subject: GtkClock type bug
- Date: Tue, 20 Apr 1999 13:00:37 +0100
I think there is a bug in the GtkClock widget (in gnome-libs 1.0.5).
It never sets its type field (realtime/increasing/decreasing).
I think the new function should start like this:
GtkWidget *gtk_clock_new(GtkClockType type)
{
GtkClock *clock = gtk_type_new(gtk_clock_get_type());
clock->type = type;
...
Damon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]