Commit 99c21730 authored by Claes Sjofors's avatar Claes Sjofors

Doc ge update

parent f4639397
...@@ -5745,7 +5745,7 @@ Note! If a file is stored after the Build Directories window is opened, the upda ...@@ -5745,7 +5745,7 @@ Note! If a file is stored after the Build Directories window is opened, the upda
has to be pressed to show the correct status. Otherwise the stored file will not be has to be pressed to show the correct status. Otherwise the stored file will not be
updated when the directory is built. updated when the directory is built.
The directory folders can be opened to view the files, makefiles or scripts that is to be The directory folders can be opened to view the files, makefiles or scripts that are to be
updated. By activating 'Edit/Show all' in the menu also files and makefile that are not updated. By activating 'Edit/Show all' in the menu also files and makefile that are not
to be updated are viewed. to be updated are viewed.
......
...@@ -2476,6 +2476,9 @@ gradient <t>Type of gradient. ...@@ -2476,6 +2476,9 @@ gradient <t>Type of gradient.
disable_shadow <t>Disables the 3D-function. Is used when the object is a part of a subgraph disable_shadow <t>Disables the 3D-function. Is used when the object is a part of a subgraph
<t>an not should be drawn with 3D when 3D is chosen for the instance of the <t>an not should be drawn with 3D when 3D is chosen for the instance of the
<t>subgraph. <t>subgraph.
disable_gradient <t>Disables the gradient function. Is used when the object is a part of a subgraph
<t>an not should be drawn with gradient when gradient is chosen for the instance of the
<t>subgraph.
fill_eq_border <t>Indicates that the fill color is drawn with the specified border color instead fill_eq_border <t>Indicates that the fill color is drawn with the specified border color instead
<t>of the current fill color. This is used for subgraphs where certain elements, <t>of the current fill color. This is used for subgraphs where certain elements,
<t>e.g. arrows, have more in common with the border color than the fill color. <t>e.g. arrows, have more in common with the border color than the fill color.
...@@ -2537,7 +2540,9 @@ Note that some types of dynamics (Value, SetDig etc) requires specific numbers o ...@@ -2537,7 +2540,9 @@ Note that some types of dynamics (Value, SetDig etc) requires specific numbers o
TextSize <t>Text size 0-7 TextSize <t>Text size 0-7
Number <t>Numbering of annotations within the subgraph. Number <t>Numbering of annotations within the subgraph.
Adjustment <t>Text adjustment, left, right or center. Adjustment <t>Text adjustment, left, right or center.
Dynamic <t>Not implemented. Font <t>Font
Type <t>OneLine of MultiLine.
Protected <t>The text is not displayed. It is marked with asterisks. Use for input of passwords.
</topic> </topic>
<topic>geref_conpoint <style>function <topic>geref_conpoint <style>function
...@@ -2564,10 +2569,9 @@ Each connection point has a number that is unique within a subgraph. ...@@ -2564,10 +2569,9 @@ Each connection point has a number that is unique within a subgraph.
- Direction - Direction
<h2>Attributes <h2>Attributes
<b>Attribute <t>Description <b>Attribute <t>Description
Number <t>Numbering or connection points within a subgraph. Number <t>Numbering or connection points within a subgraph.
Direction <t>Direction: up, down, right or left. Direction <t>Direction: up, down, right or left.
Dynamic <t>Not implemented.
</topic> </topic>
<topic>geref_complexobj <topic>geref_complexobj
...@@ -3868,6 +3872,9 @@ y0 <t>See x0. Also used by some subgraphs with DynType Slider, ...@@ -3868,6 +3872,9 @@ y0 <t>See x0. Also used by some subgraphs with DynType Slider,
x1 <t>See x0. x1 <t>See x0.
y1 <t>See x0. Also used by some subgraphs with DynType SliderBackground y1 <t>See x0. Also used by some subgraphs with DynType SliderBackground
<t>and FillLevel. <t>and FillLevel.
InputFocusMark <t>How objects are marked when they have input focus.
RecursiveDynamic <t>Used for dynamic HostObject where objects in the subgraph
<t>have individual dynamics.
Dynamic <t>Not implemented. Dynamic <t>Not implemented.
Save the subgraph with 'File/SaveAs...'. Copy the .pwsg file that is created to $pwrp_exe. Save the subgraph with 'File/SaveAs...'. Copy the .pwsg file that is created to $pwrp_exe.
...@@ -4257,8 +4264,14 @@ IsJavaFrame <t>The graph is exported as a java frame when exported. ...@@ -4257,8 +4264,14 @@ IsJavaFrame <t>The graph is exported as a java frame when exported.
BackgroundImage <t>Name of a gif or jpeg image for the background image. BackgroundImage <t>Name of a gif or jpeg image for the background image.
BackgroundTiled <t>The background image is tiled, not scaled. BackgroundTiled <t>The background image is tiled, not scaled.
DoubleBuffered <t>The graph is double buffered, i.e. it is first drawn DoubleBuffered <t>The graph is double buffered, i.e. it is first drawn
<t>in a pixmap in memory that is then copied to the sreen. <t>in a pixmap in memory that is then copied to the sreen.
<t>Should be used if the graph contains mobile objects or animations. <t>Should be used if the graph contains mobile objects or animations.
MB3Action <t>Action for right click in the graph.
Translate <t>All dynamic and static texts are translated.
BitmapFonts <t>Bitmap fonts are used instead of scalalbe fonts.
HotIndication <t>How sensitive objects are marked when they are hot.
TooltipTextsize <t>Size of text in tooltip.
AppMotion <t>Action for motion event in Android app.
<h1>Object and hierarchy graphs <h1>Object and hierarchy graphs
This chapter describes how to create Ge graphs that displays the content of an object of a This chapter describes how to create Ge graphs that displays the content of an object of a
......
...@@ -2517,7 +2517,10 @@ annotation. ...@@ -2517,7 +2517,10 @@ annotation.
TextSize <t>Textstorlek 0-7 TextSize <t>Textstorlek 0-7
Number <t>Numrering av annotations inom en subgraf. Number <t>Numrering av annotations inom en subgraf.
Adjustment <t>Justering av texten, vänster, höger eller mitt. Adjustment <t>Justering av texten, vänster, höger eller mitt.
Dynamic <t>Ej implementerat Font <t>Typsnitt.
Type <t>Enradig eller flerradig.
Protected <t>Texten visas ej utan markeras med asterisk tecken. Används för inmatning
<t>av passerord.
</topic> </topic>
<topic>geref_conpoint <style>function <topic>geref_conpoint <style>function
...@@ -3830,6 +3833,9 @@ y0 <t>Se x0. Anv ...@@ -3830,6 +3833,9 @@ y0 <t>Se x0. Anv
x1 <t>Se x0. x1 <t>Se x0.
y1 <t>Se x0. Används även av vissa subgrafer med DynType Sliderbackground y1 <t>Se x0. Används även av vissa subgrafer med DynType Sliderbackground
<t>och FillLevel. <t>och FillLevel.
InputFocusMark <t>Hur objekt markeras när de har input fokus.
RecursiveDynamic <t>Används för dynamiken HostObject när objekt i subgrafen har
<t>individuell dynamik.
Dynamic <t>Ej implementerat. Dynamic <t>Ej implementerat.
Spara subgrafen med 'File/SaveAs...'. Kopiera den .pwsg fil som skapats till $pwrp_exe. Spara subgrafen med 'File/SaveAs...'. Kopiera den .pwsg fil som skapats till $pwrp_exe.
...@@ -4220,6 +4226,12 @@ BackgroundTiled <t>Bakgrundsbilden skalas ej utan upprepas s ...@@ -4220,6 +4226,12 @@ BackgroundTiled <t>Bakgrundsbilden skalas ej utan upprepas s
DoubleBuffered <t>Grafen ska dubbelbuffras, vilket innebär att bilden först DoubleBuffered <t>Grafen ska dubbelbuffras, vilket innebär att bilden först
<t>ritas i en pixmap i minnet och sedan kopieras till skärmen. Bör <t>ritas i en pixmap i minnet och sedan kopieras till skärmen. Bör
<t>användas om bilden innehåller rörliga objekt eller animationer. <t>användas om bilden innehåller rörliga objekt eller animationer.
MB3Action <t>Anger vad som ska hända vid högerklick i grafet.
Translate <t>All dynamisk och statisk text översätts.
BitmapFonts <t>Bitmapsfonter används i stället för skalbara fonter.
HotIndication <t>Hur känsliga objekt markeras när makören pekar på dem.
TooltipTextsize <t>Storlek på text is tooltip.
AppMotion <t>Vad som ska ske vid drag i en Android app.
<h1>Objekts och hierarki grafer <h1>Objekts och hierarki grafer
Det här kapitlet beskriver hur man kan göra ge-bilder som visar innehållet objekt av en viss Det här kapitlet beskriver hur man kan göra ge-bilder som visar innehållet objekt av en viss
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment