mirror of
				https://gitlab.gnome.org/GNOME/glade.git
				synced 2025-11-04 00:03:39 -05:00 
			
		
		
		
	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.
		
			
				
	
	
		
			27 lines
		
	
	
		
			794 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			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>
 |