summaryrefslogtreecommitdiff
path: root/widgets/gtkstatusbar.xml
blob: f8b9420226680c054aa27d49c51b4885e3001f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<GladeWidgetClass>

  <FillEmptyFunction>ignore</FillEmptyFunction>

  <Properties>

    <Property Id="size" Disabled="TRUE" />
    <Property Id="has-resize-grip" Name="Has Resize Grip" Default="TRUE">
      <Type>Boolean</Type>
      <Tooltip>Set if the statusbar has a resize grip or not</Tooltip>
      <SetFunction>glade_gtk_statusbar_set_has_resize_grip</SetFunction>
      <GetFunction>glade_gtk_statusbar_get_has_resize_grip</GetFunction>
    </Property>

  </Properties>

</GladeWidgetClass>