glade/widgets/gtkspinbutton.xml
2003-03-11 21:27:51 +00:00

55 lines
1.6 KiB
XML

<GladeWidgetClass>
<Name>GtkSpinButton</Name>
<GenericName>spinbutton</GenericName>
<Toplevel>False</Toplevel>
<Properties>
<Property Id="climb-rate"/>
<Property Id="numeric"/>
<Property Id="update-policy"/>
<Property Id="snap-to-ticks"/>
<Property Id="wrap"/>
<Property Id="value"/>
<Property ParamSpec="FALSE" Id="minimum" Name="Min" Default="0">
<Type>Float</Type>
<SetFunction>glade_gtk_spin_button_set_min</SetFunction>
</Property>
<Property ParamSpec="FALSE" Id="maximum" Name="Max" Default="100">
<Type>Float</Type>
<SetFunction>glade_gtk_spin_button_set_max</SetFunction>
</Property>
<Property ParamSpec="FALSE" Id="step-increment" Name="Step Inc." Default="1">
<Type>Float</Type>
<SetFunction>glade_gtk_spin_button_set_step_increment</SetFunction>
</Property>
<Property ParamSpec="FALSE" Id="page-increment" Name="Page Inc." Default="10">
<Type>Float</Type>
<SetFunction>glade_gtk_spin_button_set_step_increment</SetFunction>
</Property>
<Property ParamSpec="FALSE" Id="page-size" Name="Page Size" Default="10">
<Type>Float</Type>
<SetFunction>glade_gtk_spin_button_set_step_increment</SetFunction>
</Property>
<!--
<Parameters>
<Parameter Key="Default" Value="1"/>
<Parameter Key="Min" Value="0"/>
<Parameter Key="Max" Value="100"/>
<Parameter Key="StepIncrement" Value="1"/>
<Parameter Key="PageIncrement" Value="10"/>
<Parameter Key="PageSize" Value="10"/>
</Parameters>
-->
</Properties>
</GladeWidgetClass>