mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-16 00:04:58 -04:00
fixety fix
This commit is contained in:
parent
a85791a32e
commit
b2eae650bd
@ -239,7 +239,7 @@ glade_property_changed_integer (GladeProperty *property, gint val)
|
||||
|
||||
g_print ("Setting the value to %s\n", property->value);
|
||||
gtk_object_set (GTK_OBJECT (property->widget->widget),
|
||||
property->class->gtk_arg, property->value, NULL);
|
||||
property->class->gtk_arg, val, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -10,7 +10,7 @@
|
||||
<Type>Integer</Type>
|
||||
<Name>Border Width</Name>
|
||||
<Tooltip>The width of the border arround the container</Tooltip>
|
||||
<GtkArg>border</GtkArg>
|
||||
<GtkArg>border-width</GtkArg>
|
||||
<Parameters>
|
||||
<Parameter Key="Min" Value="0"/>
|
||||
<Parameter Key="Max" Value="10000"/>
|
||||
@ -85,7 +85,7 @@
|
||||
<Type>Integer</Type>
|
||||
<Name>Col Spacing</Name>
|
||||
<Tooltip>The space between each column</Tooltip>
|
||||
<GtkArg>col-spacing</GtkArg>
|
||||
<GtkArg>column-spacing</GtkArg>
|
||||
<Parameters>
|
||||
<Parameter Key="Min" Value="0"/>
|
||||
<Parameter Key="Max" Value="10000"/>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<Type>Integer</Type>
|
||||
<Name>Border Width</Name>
|
||||
<Tooltip>The width of the border arround the container</Tooltip>
|
||||
<GtkArg>border</GtkArg>
|
||||
<GtkArg>border-width</GtkArg>
|
||||
<Parameters>
|
||||
<Parameter Key="Min" Value="0"/>
|
||||
<Parameter Key="Max" Value="10000"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user