- About shows how to create an about box with fl_message method.
- Alert shows how to create an alert box with fl_alert method.
- Beep shows how to create a beep with fl_beep method.
- Choice shows how to create a choice box with fl_choice method.
- Color_Chooser_Dialog shows how to use color chooser dialog with fl_color_chooser method.
- File_Chooser_Browse_Directory shows how to use directory chooser dialog with fl_dir_chooser method.
- File_Chooser_Browse_File shows how to use file chooser dialog with fl_file_chooser method.
- Input_Dialog shows how to create an input box with fl_input method.
- Message shows how to create a message box with fl_message method.
- Native_File_Chooser_Browse_Directory shows how to use a native file chooser to browse directory with Fl_Native_File_Chooser dialog.
- Native_File_Chooser_Browse_File shows how to use a native file chooser to browse file with Fl_Native_File_Chooser dialog.
- Native_File_Chooser_Save_File shows how to use a native file chooser to save file with Fl_Native_File_Chooser dialog.
- Password shows how to create an password box with fl_password method.