gimp/menus/gradient-editor-menu.xml

95 lines
4.5 KiB
XML
Raw Normal View History

More GtkAction stuff (still unused): 2004-04-19 Michael Natterer <mitch@gimp.org> More GtkAction stuff (still unused): * configure.in: added new directories menus/ and app/actions/ * Makefile.am: build menus/ * menus/.cvsignore * menus/Makefile.am * menus/*-menu.xml: new files: XML menu descriptions for each menu which is now defined in gui/*-menu.c. * app/widgets/widgets-types.h: some typedefs for GimpActionGroup. * app/widgets/gimpactiongroup.[ch]: added a "Gimp" construct-only property. Added APIs to set actions visible/sensitive/active and an unimplemented stub for setting the action's color. * app/Makefile.am: build actions/ and link libappactions.a * app/actions/.cvsignore * app/actions/Makefile.am * app/actions/*-actions.[ch]: new files: GtkActions for each *-commands.c file in gui/. Ported all "update" functions from the *-menu.c files. (everything completely unused, untested and partly #if 0'ed) * app/core/gimpimage.[ch]: for reasons of (action-) symmetry, added API to raise/lower channels/vectors to top/bottom. * app/gui/channels-commands.[ch] * app/gui/vectors-commands.[ch]: added callbacks for the new to top/bottom functions. * app/gui/Makefile.am * app/gui/dockable-commands.[ch]: new files split out of dialogs-commands.[ch]. * app/gui/dialogs-commands.[ch] * app/gui/dialogs-menu.c: changed accordingly. * app/gui/edit-commands.[ch]: added edit_paste_into_cmd_callback() and remove usage of "guint action". * app/gui/image-menu.c: changed accordingly. * app/gui/palette-editor-commands.[ch]: split +palette_editor_new_color_cmd_callback() into separate callbacks for adding from FG and BG. * app/gui/palette-editor-menu.c: changed accordingly.
2004-04-19 22:54:24 +08:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
More GtkAction stuff (still unused): 2004-04-19 Michael Natterer <mitch@gimp.org> More GtkAction stuff (still unused): * configure.in: added new directories menus/ and app/actions/ * Makefile.am: build menus/ * menus/.cvsignore * menus/Makefile.am * menus/*-menu.xml: new files: XML menu descriptions for each menu which is now defined in gui/*-menu.c. * app/widgets/widgets-types.h: some typedefs for GimpActionGroup. * app/widgets/gimpactiongroup.[ch]: added a "Gimp" construct-only property. Added APIs to set actions visible/sensitive/active and an unimplemented stub for setting the action's color. * app/Makefile.am: build actions/ and link libappactions.a * app/actions/.cvsignore * app/actions/Makefile.am * app/actions/*-actions.[ch]: new files: GtkActions for each *-commands.c file in gui/. Ported all "update" functions from the *-menu.c files. (everything completely unused, untested and partly #if 0'ed) * app/core/gimpimage.[ch]: for reasons of (action-) symmetry, added API to raise/lower channels/vectors to top/bottom. * app/gui/channels-commands.[ch] * app/gui/vectors-commands.[ch]: added callbacks for the new to top/bottom functions. * app/gui/Makefile.am * app/gui/dockable-commands.[ch]: new files split out of dialogs-commands.[ch]. * app/gui/dialogs-commands.[ch] * app/gui/dialogs-menu.c: changed accordingly. * app/gui/edit-commands.[ch]: added edit_paste_into_cmd_callback() and remove usage of "guint action". * app/gui/image-menu.c: changed accordingly. * app/gui/palette-editor-commands.[ch]: split +palette_editor_new_color_cmd_callback() into separate callbacks for adding from FG and BG. * app/gui/palette-editor-menu.c: changed accordingly.
2004-04-19 22:54:24 +08:00
<ui>
<popup action="gradient-editor-menu">
More GtkAction stuff (still unused): 2004-04-19 Michael Natterer <mitch@gimp.org> More GtkAction stuff (still unused): * configure.in: added new directories menus/ and app/actions/ * Makefile.am: build menus/ * menus/.cvsignore * menus/Makefile.am * menus/*-menu.xml: new files: XML menu descriptions for each menu which is now defined in gui/*-menu.c. * app/widgets/widgets-types.h: some typedefs for GimpActionGroup. * app/widgets/gimpactiongroup.[ch]: added a "Gimp" construct-only property. Added APIs to set actions visible/sensitive/active and an unimplemented stub for setting the action's color. * app/Makefile.am: build actions/ and link libappactions.a * app/actions/.cvsignore * app/actions/Makefile.am * app/actions/*-actions.[ch]: new files: GtkActions for each *-commands.c file in gui/. Ported all "update" functions from the *-menu.c files. (everything completely unused, untested and partly #if 0'ed) * app/core/gimpimage.[ch]: for reasons of (action-) symmetry, added API to raise/lower channels/vectors to top/bottom. * app/gui/channels-commands.[ch] * app/gui/vectors-commands.[ch]: added callbacks for the new to top/bottom functions. * app/gui/Makefile.am * app/gui/dockable-commands.[ch]: new files split out of dialogs-commands.[ch]. * app/gui/dialogs-commands.[ch] * app/gui/dialogs-menu.c: changed accordingly. * app/gui/edit-commands.[ch]: added edit_paste_into_cmd_callback() and remove usage of "guint action". * app/gui/image-menu.c: changed accordingly. * app/gui/palette-editor-commands.[ch]: split +palette_editor_new_color_cmd_callback() into separate callbacks for adding from FG and BG. * app/gui/palette-editor-menu.c: changed accordingly.
2004-04-19 22:54:24 +08:00
<menuitem action="gradient-editor-left-color" />
<menu action="gradient-editor-load-left-color">
<menuitem action="gradient-editor-load-left-left-neighbor" />
<menuitem action="gradient-editor-load-left-right-endpoint" />
<menuitem action="gradient-editor-load-left-fg" />
<menuitem action="gradient-editor-load-left-bg" />
<separator />
<menuitem action="gradient-editor-load-left-01" />
<menuitem action="gradient-editor-load-left-02" />
<menuitem action="gradient-editor-load-left-03" />
<menuitem action="gradient-editor-load-left-04" />
<menuitem action="gradient-editor-load-left-05" />
<menuitem action="gradient-editor-load-left-06" />
<menuitem action="gradient-editor-load-left-07" />
<menuitem action="gradient-editor-load-left-08" />
<menuitem action="gradient-editor-load-left-09" />
<menuitem action="gradient-editor-load-left-10" />
</menu>
<menu action="gradient-editor-save-left-color">
<menuitem action="gradient-editor-save-left-01" />
<menuitem action="gradient-editor-save-left-02" />
<menuitem action="gradient-editor-save-left-03" />
<menuitem action="gradient-editor-save-left-04" />
<menuitem action="gradient-editor-save-left-05" />
<menuitem action="gradient-editor-save-left-06" />
<menuitem action="gradient-editor-save-left-07" />
<menuitem action="gradient-editor-save-left-08" />
<menuitem action="gradient-editor-save-left-09" />
<menuitem action="gradient-editor-save-left-10" />
</menu>
<separator />
<menuitem action="gradient-editor-right-color" />
<menu action="gradient-editor-load-right-color">
<menuitem action="gradient-editor-load-right-right-neighbor" />
<menuitem action="gradient-editor-load-right-left-endpoint" />
<menuitem action="gradient-editor-load-right-fg" />
<menuitem action="gradient-editor-load-right-bg" />
<separator />
<menuitem action="gradient-editor-load-right-01" />
<menuitem action="gradient-editor-load-right-02" />
<menuitem action="gradient-editor-load-right-03" />
<menuitem action="gradient-editor-load-right-04" />
<menuitem action="gradient-editor-load-right-05" />
<menuitem action="gradient-editor-load-right-06" />
<menuitem action="gradient-editor-load-right-07" />
<menuitem action="gradient-editor-load-right-08" />
<menuitem action="gradient-editor-load-right-09" />
<menuitem action="gradient-editor-load-right-10" />
</menu>
<menu action="gradient-editor-save-right-color">
<menuitem action="gradient-editor-saveright-01" />
<menuitem action="gradient-editor-saveright-02" />
<menuitem action="gradient-editor-saveright-03" />
<menuitem action="gradient-editor-saveright-04" />
<menuitem action="gradient-editor-saveright-05" />
<menuitem action="gradient-editor-saveright-06" />
<menuitem action="gradient-editor-saveright-07" />
<menuitem action="gradient-editor-saveright-08" />
<menuitem action="gradient-editor-saveright-09" />
<menuitem action="gradient-editor-saveright-10" />
</menu>
<separator />
<menu action="gradient-editor-blending">
<menuitem action="gradient-editor-blending-linear" />
<menuitem action="gradient-editor-blending-curved" />
<menuitem action="gradient-editor-blending-sine" />
<menuitem action="gradient-editor-blending-sphere-increasing" />
<menuitem action="gradient-editor-blending-sphere-decreasing" />
<menuitem action="gradient-editor-blending-varies" />
</menu>
<menu action="gradient-editor-coloring">
<menuitem action="gradient-editor-coloring-rgb" />
<menuitem action="gradient-editor-coloring-hsv-ccw" />
<menuitem action="gradient-editor-coloring-hsv-cw" />
<menuitem action="gradient-editor-coloring-varies" />
</menu>
<separator />
<menuitem action="gradient-editor-flip" />
<menuitem action="gradient-editor-replicate" />
<menuitem action="gradient-editor-split-midpoint" />
<menuitem action="gradient-editor-split-uniform" />
<menuitem action="gradient-editor-delete" />
<menuitem action="gradient-editor-recenter" />
<menuitem action="gradient-editor-redistribute" />
<separator />
<menuitem action="gradient-editor-blend-color" />
<menuitem action="gradient-editor-blend-opacity" />
</popup>
</ui>