probeComponent

fnComponentConfig probeComponent(Component component)

Probes for FLTK component configuration using all available methods.

Tries pkg-config first, then falls back to fltk-config if pkg-config fails or doesn't have the package.

Parameters

componentThe FLTK component to probe

Returns

ComponentConfig struct with the best available configuration.

Check the available field to see if the component was found.