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

Difference between revisions of "File:HG Menu.png"

(category:Scout HG Hierarchical graph for Scout/Concepts/Menu.)
 
(add dot source code)
 
Line 1: Line 1:
 
[[category:Scout HG]]
 
[[category:Scout HG]]
  
Hierarchical graph for [[Scout/Concepts/Menu]].
+
Hierarchical graph for {{ScoutLink|Concepts|Menu}}.
 +
 
 +
<source lang="dot">
 +
digraph hg_menu {
 +
  rankdir="BT";
 +
  splines="false";
 +
  node [shape="box"];
 +
    action [label="Action"];
 +
    keystroke [label="KeyStroke"];
 +
    menu [color="red", label="Menu"];
 +
    toolbutton [label="ToolButton"];
 +
    viewbutton [label="ViewButton"];
 +
  menu -> action;
 +
  keystroke -> action;
 +
  toolbutton -> action;
 +
  viewbutton -> action;
 +
}
 +
</source>

Latest revision as of 16:36, 23 October 2011


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

digraph hg_menu {
  rankdir="BT";
  splines="false";
  node [shape="box"];
    action [label="Action"];
    keystroke [label="KeyStroke"];
    menu [color="red", 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
current16:36, 23 October 2011Thumbnail for version as of 16:36, 23 October 2011472 × 155 (12 KB)Dev.jmini.fr (Talk | contribs)category:Scout HG Hierarchical graph for Scout/Concepts/Menu.
  • You cannot overwrite this file.

There are no pages that link to this file.

Back to the top