summaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/gtknotebook.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/widgets/gtknotebook.xml b/widgets/gtknotebook.xml
index be047e94..0f295942 100644
--- a/widgets/gtknotebook.xml
+++ b/widgets/gtknotebook.xml
@@ -14,7 +14,7 @@
<Parameter Key="Max" Value="100"/>
<Parameter Key="StepIncrement" Value="1"/>
<Parameter Key="PageIncrement" Value="1"/>
- <Parameter Key="ClibmRate" Value="1"/>
+ <Parameter Key="ClimbRate" Value="1"/>
</Parameters>
<SetFunction>glade_gtk_notebook_set_n_pages</SetFunction>
<GetFunction>glade_gtk_notebook_get_n_pages</GetFunction>
@@ -23,4 +23,13 @@
</Properties>
+ <ChildProperties>
+ <Property Id="tab-label" Name="Tab Label Text" >
+ <Spec>glade_gtk_standard_string_spec</Spec>
+ <Tooltip>The tab label text of this page widget</Tooltip>
+ <SetFunction>glade_gtk_notebook_set_tab_label_text</SetFunction>
+ <GetFunction>glade_gtk_notebook_get_tab_label_text</GetFunction>
+ </Property>
+ </ChildProperties>
+
</GladeWidgetClass>