12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- digraph smyrna_attr_widgets
- {
- graph[color_button_bgcolor="settingsColorBtn1"];
- graph[color_button_bordercolor="settingsColorBtn2"];
- graph[color_button_gridcolor="settingsColorBtn3"];
- graph[color_button_selectednodecolor="settingsColorBtn8"];
- graph[color_button_selectededgecolor="settingsColorBtn9"];
- graph[color_button_defaultnodecolor="DefaultNodeCbtn"];
- graph[color_button_defaultedgecolor="DefaultEdgeCbtn"];
- graph[color_button_topologicaltopviewfinestcolor="settingsColorBtn9"];
- graph[color_button_topologicaltopviewcoarsestcolor="settingsColorBtn9"];
- graph[color_button_topologicalfisheyefinestcolor="settingsColorBtn10"];
- graph[color_button_topologicalfisheyecoarsestcolor="settingsColorBtn11"];
- graph[text_box_topologicalfisheyelabelattribute="finenodelabelattribute"];
- graph[check_box_bordervisible="settingsChkBox2"];
- graph[check_box_gridvisible="settingsChkBox3"];
- graph[check_box_drawnodes="settingsChkBox5-1"];
- graph[check_box_drawedges="settingsChkBox5-2"];
- graph[check_box_edgesselectable="chkboxEdgeSelect"];
- graph[check_box_nodesselectable="chkboxNodeSelect"];
- graph[combobox_labelglutfont="labelfont"];
- graph[combobox_defaultnodeshape="settingscombobox1"];
- graph[color_button_nodelabelcolor="nodelabelcolor"];
- graph[color_button_edgelabelcolor="edgelabelcolor"];
- graph[text_box_nodelabelattribute="labelnodeattribute"];
- graph[text_box_edgelabelattribute="labeledgeattribute"];
- graph[spin_button_labelnumberofnodes="labelzoomfactor"];
- graph[check_box_labelshownodes="labelshownodes"];
- graph[check_box_labelshowedges="labelshowedges"];
- graph[check_box_usermode="settingsChkBox10"];
- graph[check_box_antialiasing="settingsChkBox12"];
- graph[check_box_topologicalfisheyedist2limit="settingsChkBox13"];
- graph[check_box_topologicalfisheyeanimate="settingsChkBox14"];
- graph[check_box_topologicalfisheyelabelfinenodes="settingsChkBox15"];
- graph[check_box_topologicalfisheyecolornodes="settingsChkBox16"];
- graph[check_box_topologicalfisheyecoloredges="settingsChkBox17"];
- graph[check_box_topologicalfisheyelabelfocus="settingsChkBox18"];
- graph[spin_button_defaultfisheyemagnifierradius="settingsspinbutton4"];
- graph[spin_button_defaultfisheyemagnifierdistort="settingsspinbutton5"];
- graph[spin_button_topologicalfisheyefinenodes="settingsspinbutton6"];
- graph[spin_button_topologicalfisheyecoarseningfactor="settingsspinbutton7"];
- graph[spin_button_topologicalfisheyedistortionfactor="settingsspinbutton8"];
- graph[scale_button_defaultedgealpha="settingsscale2"];
- graph[scale_button_nodesize="nodesizescale"];
- graph[combobox_edgerender="edgerendercb"];
- }
|