Default realization posture for standardized path widgets
FROG — Free Open Graphical Language
- Default realization package posture
- Machine-readable path realization manifest
- Path default realization assets
- Path widget class law
- Executable UI primitives
This document describes the default realization posture for frog.widgets.path_control and frog.widgets.path_indicator.
The default path realization provides one rectangular path-field embodiment with path display, optional browse button, optional browse text, optional path icon, optional validation marker, optional text-overflow marker, caption and label surfaces.
rectangular_field
Libraries/Realizations/Default/path.default.wfrogrootlabelcaptionpath_facepath_displaybrowse_buttonbrowse_button_textpath_iconvalidation_markertext_overflow_marker
assets/path/templates/path_rectangular_field.svg
The SVG template provides visual structure and part markers. It does not own path value semantics or host browse behavior.
The Default Path realization is the reusable public baseline for path controls and indicators. Public examples that need a path value should reference this realization and its published SVG asset instead of duplicating local path SVGs. Example-specific placement, labels, initial values, binding ids, browse filters, and visual overrides remain source-owned instance data.