Details
[Home]
Issue of the Standard # D0147
Brief
Incorrect range for allowed values of the function gtk_table_new()
Detailed Description
According to the documentation the first two arguments of the function gtk_table_new() must be in the range 0 ..65535. But the 0 value for both arguments doesn't have any meaning.
Problem location(s) in the standard
LSB that refers http://www.gtk.org/api/2.6/gtk/GtkTable.html
Possible solutions
Forbid the 0 value for the first two arguments of the gtk_table_new() function
Accepted
Gnome Bugzilla, 607661
Status
Fixed in CVS
[Home]
»