Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

SyntaxColoring.SetRelationGraphSearchBoxPreferredSize

Sets the preferred size for the relation graph.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 6.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.SetRelationGraphSearchBoxPreferredSize"; Size )   More

Parameters

Parameter Description Example
Size The preferred size of the search box. 200

Result

Returns OK or error.

Description

Sets the preferred size for the relation graph.
This setting can be set via the preferences dialog, too.

Examples

Request 500 pixel width:

MBS( "SyntaxColoring.SetRelationGraphPreferredSize"; 500 )

See also

Blog Entries

Created 3th June 2016, last changed 13th May 2021


SyntaxColoring.SetMinCalcFontSize - SyntaxColoring.SetRememberColumnWidths

Feedback: Report problem or ask question.