~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/widgets/toolbox.cpp

  • Committer: tavmjong-free
  • Date: 2016-05-08 07:44:05 UTC
  • mfrom: (14873.1.1 gtk3)
  • Revision ID: tavmjong@free.fr-20160508074405-rm6tiapoq1ugamph
Start of GTK3 external style sheet support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
        "    <separator />"
283
283
        "    <toolitem action='NodeLineAction' />"
284
284
        "    <toolitem action='NodeCurveAction' />"
285
 
        "    <toolitem action='NodeArcAction' />"
286
 
        "    <separator />"
287
 
        "    <toolitem action='NodeArcShallowAction' />"
288
 
        "    <toolitem action='NodeArcBulgeAction' />"
289
 
        "    <toolitem action='NodeArcFlipAction' />"
290
285
        "    <separator />"
291
286
        "    <toolitem action='ObjectToPath' />"
292
287
        "    <toolitem action='StrokeToPath' />"