add an arrow to the actions button. let us all drink to GTK+ devs who restrict their code to toolbars

This commit is contained in:
Nikos Kouremenos 2005-09-20 14:58:54 +00:00
parent 569a746443
commit 39e278cbe3
1 changed files with 39 additions and 1 deletions

View File

@ -9639,6 +9639,23 @@ topic</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkArrow" id="arrow">
<property name="visible">True</property>
<property name="arrow_type">GTK_ARROW_DOWN</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
@ -11081,7 +11098,7 @@ Status message</property>
</child>
<child>
<widget class="GtkHBox" id="hbox2972">
<widget class="GtkHBox" id="buttons_hbox">
<property name="border_width">3</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
@ -11154,6 +11171,23 @@ Status message</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkArrow" id="arrow">
<property name="visible">True</property>
<property name="arrow_type">GTK_ARROW_DOWN</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
@ -11255,6 +11289,10 @@ Status message</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="padding">0</property>