Scroll to navigation

fltk-options(1) General Commands Manual fltk-options(1)

NAME

fltk-options - application to get and modify FLTK runtime options.

SYNOPSIS

fltk-options [ -Soption[=value] ] [ -Uoption[=value] ] [ -L ] [ -LS ] [ -LU ] [ -f ] [ -v ] [ --verbose ] [ -h[option] ] [ --help [option] ]

DESCRIPTION

fltk-options is a tool that allows you to access and change settings related to the user interface in applications built with FLTK. These settings will be applied when the program is launched. They can be set at the system level or by the individual user. User settings take precedence over system settings.

The following command line arguments are supported:


Change or print system wide option.

Change or print user option. Values can be "0" or "OFF" to clear, or "1" or "ON" to set the option. The value "-1" or "DEFAULT" sets the option to its default value. If no value is given, the current setting is returned as "-1", "0", or "1".

List the value of all options.

List the value of all system options.

List the value of all user options.

Suppress error messages concerning file access permissions.

Print additional information in command line mode.

Prints a help page. If an option is give, print detailed information for that option.

The following FLTK options are supported:


Draw a dotted rectangle in widget with keyboard focus.

Arrow keys will move focus beyond text input field.

Show or hide tooltips.

User can drag text from FLTK into other apps.

Use GTK file chooser instead of FLTK if available.

Use GTK printer dialog instead of FLTK if available.

Show the zoom factor in a transient popup window.

Calling fltk-options without options will launch fltk-options interactive mode.

SEE ALSO

fluid(1), fltk-config(1), fltk(3)
FLTK Programming Manual
FLTK Web Site, https://www.fltk.org/

AUTHORS

Bill Spitzak and others.

Fast Light Tool Kit 13. January 2023