Details

[Home]

Issue of the Standard # D0146

Brief

The properties 'n-rows' and 'n-columns' in the GtkTable Section doesn't behave correctly

Detailed Description

According to the documentation the 'n-rows' and 'n-columns' properties can take the value 0. But when we set this value the function g_object_get() returns 1 instead of 0. It would be better to forbid the 0 value.

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 properties 'n-rows' and 'n-columns'

Status

Fixed in GTK+ 2.19

[Home]