Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

File:HG Action.png

Revision as of 14:48, 23 October 2011 by Dev.jmini.fr (Talk | contribs) (category:Scout HG Hierarchical graph for {{ScoutLink|Concepts|Action}}. <source lang="dot"> //dim. 23 oct. 2011, 20:11:48 digraph HG_action { rankdir="BT"; splines="false"; node [shape="box"]; action [color="red", label="Action"]; key)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
HG_Action.png(472 × 155 pixels, file size: 12 KB, MIME type: image/png)


Hierarchical graph for The Scout documentation has been moved to https://eclipsescout.github.io/..

//dim. 23 oct. 2011, 20:11:48
 
digraph HG_action {
  rankdir="BT";
  splines="false";
  node [shape="box"];
    action [color="red", label="Action"];
    keystroke [label="KeyStroke"];
    menu [label="Menu"];
    toolbutton [label="ToolButton"];
    viewbutton [label="ViewButton"];
  menu -> action;
  keystroke -> action;
  toolbutton -> action;
  viewbutton -> action;
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:48, 23 October 2011Thumbnail for version as of 14:48, 23 October 2011472 × 155 (12 KB)Dev.jmini.fr (Talk | contribs)category:Scout HG Hierarchical graph for {{ScoutLink|Concepts|Action}}. <source lang="dot"> //dim. 23 oct. 2011, 20:11:48 digraph HG_action { rankdir="BT"; splines="false"; node [shape="box"]; action [color="red", label="Action"]; key
  • You cannot overwrite this file.

There are no pages that link to this file.

Back to the top