~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.GtkCore/libstetic/wrapper/objects.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1483
1483
                <property name="Orientation" />
1484
1484
                <property name="ShowArrow" />
1485
1485
                <property name="Tooltips" />
1486
 
                <property name="ButtonStyle" label="Toolbar style"/>
 
1486
                <property name="ButtonStyle" label="Toolbar style" default="Default"/>
1487
1487
                <property name="ToolbarStyle" ignore-default="true" internal="true"/>
1488
 
                <property name="IconSize" />
 
1488
                <property name="ButtonIconSize" label="Icon size" default="Default" />
 
1489
                <property name="IconSize" ignore-default="true" internal="true" />
1489
1490
            </itemgroup>
1490
1491
        </itemgroups>
1491
1492
        <signals>
2038
2039
               description="The size of an icon in a dialog box" />
2039
2040
    </enum>
2040
2041
 
 
2042
    <enum type="Stetic.Wrapper.ActionToolbarWrapper+ToolbarIconSize">
 
2043
        <value name="Menu" label="Menu"
 
2044
               description="The size of an icon an a menu item" />
 
2045
        <value name="SmallToolbar" label="Small Toolbar"
 
2046
               description="The size of an icon in a small toolbar" />
 
2047
        <value name="LargeToolbar" label="Large Toolbar"
 
2048
               description="The size of an icon in a large toolbar" />
 
2049
        <value name="Button" label="Button"
 
2050
               description="The size of an icon in a button" />
 
2051
        <value name="Dnd" label="Drag and Drop"
 
2052
               description="The size of an icon in a drag-and-drop operation" />
 
2053
        <value name="Dialog" label="Dialog"
 
2054
               description="The size of an icon in a dialog box" />
 
2055
        <value name="Default" label="System Default"
 
2056
               description="Use the system default size" />
 
2057
    </enum>
 
2058
 
2041
2059
    <enum type="Gtk.Justification,gtk-sharp">
2042
2060
        <value name="Left" label="Left"
2043
2061
               description="The text is placed at the left edge of the label" />