mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-19 00:06:26 -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);
|
g_print ("Setting the value to %s\n", property->value);
|
||||||
gtk_object_set (GTK_OBJECT (property->widget->widget),
|
gtk_object_set (GTK_OBJECT (property->widget->widget),
|
||||||
property->class->gtk_arg, property->value, NULL);
|
property->class->gtk_arg, val, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<Type>Integer</Type>
|
<Type>Integer</Type>
|
||||||
<Name>Border Width</Name>
|
<Name>Border Width</Name>
|
||||||
<Tooltip>The width of the border arround the container</Tooltip>
|
<Tooltip>The width of the border arround the container</Tooltip>
|
||||||
<GtkArg>border</GtkArg>
|
<GtkArg>border-width</GtkArg>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter Key="Min" Value="0"/>
|
<Parameter Key="Min" Value="0"/>
|
||||||
<Parameter Key="Max" Value="10000"/>
|
<Parameter Key="Max" Value="10000"/>
|
||||||
@ -85,7 +85,7 @@
|
|||||||
<Type>Integer</Type>
|
<Type>Integer</Type>
|
||||||
<Name>Col Spacing</Name>
|
<Name>Col Spacing</Name>
|
||||||
<Tooltip>The space between each column</Tooltip>
|
<Tooltip>The space between each column</Tooltip>
|
||||||
<GtkArg>col-spacing</GtkArg>
|
<GtkArg>column-spacing</GtkArg>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter Key="Min" Value="0"/>
|
<Parameter Key="Min" Value="0"/>
|
||||||
<Parameter Key="Max" Value="10000"/>
|
<Parameter Key="Max" Value="10000"/>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<Type>Integer</Type>
|
<Type>Integer</Type>
|
||||||
<Name>Border Width</Name>
|
<Name>Border Width</Name>
|
||||||
<Tooltip>The width of the border arround the container</Tooltip>
|
<Tooltip>The width of the border arround the container</Tooltip>
|
||||||
<GtkArg>border</GtkArg>
|
<GtkArg>border-width</GtkArg>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter Key="Min" Value="0"/>
|
<Parameter Key="Min" Value="0"/>
|
||||||
<Parameter Key="Max" Value="10000"/>
|
<Parameter Key="Max" Value="10000"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user