glade/widgets/gtknotebook.xml
Paolo Borelli 37036f4747 Clean up some of the Query logic, QueryResult is now hashtable of GValues
instead of ints, bringing us a little nearer to support other kind of queries.
Remove the query->window_title field since it doesn't make sense: e.g a query
dialog can contain differnt queries.
2003-10-20 18:16:34 +00:00

27 lines
794 B
XML

<GladeWidgetClass>
<ReplaceChildFunction>glade_gtk_notebook_replace_child</ReplaceChildFunction>
<Properties>
<Property Id="pages" Name="Number of pages" Default="3">
<Type>Integer</Type>
<Tooltip>The number of pages in the notebook</Tooltip>
<Parameters>
<Parameter Key="Min" Value="1"/>
<Parameter Key="Max" Value="100"/>
<Parameter Key="StepIncrement" Value="1"/>
<Parameter Key="PageIncrement" Value="1"/>
<Parameter Key="ClibmRate" Value="1"/>
</Parameters>
<Query>
<Question>Number of pages</Question>
</Query>
<SetFunction>glade_gtk_notebook_set_n_pages</SetFunction>
<GetFunction>glade_gtk_notebook_get_n_pages</GetFunction>
</Property>
</Properties>
</GladeWidgetClass>