fltk
1.3.5-source
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Fossies Dox: fltk-1.3.5-source.tar.bz2 ("inofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file. 60 o->
tooltip(
"Close this dialog.");
67 {
Fl_Box* o =
new Fl_Box(20, 49, 340, 49,
"Use \"name.ext\" to set a file name or just \".ext\" to set extension.");
303 flags to ensure your editor does not background itself.\nExamples:\n gvim -\ 317 o->
tooltip(
"Close this dialog.");
470 o->
tooltip(
"Close this dialog.");
477 {
Fl_Box* o =
new Fl_Box(10, 115, 107, 25,
"Widget Size:");
627 "The following dialog changes the user interface behavior\n" 628 "of ALL FLTK applications, for the current user, or for \n" 629 "ALL users on this machine.\n\n" 630 "Please choose these settings carefully, or reset\n" 631 "user and system settings to \"default\".");
736 wVisibleFocus->
tooltip(
"OPTION_VISIBLE_FOCUS\n\nIf visible focus is switched on, FLTK will draw a dot\ 737 ted rectangle inside the widget that will receive the next keystroke. If switc\ 738 hed off, no such indicator will be drawn and keyboard navigation is disabled.\ 739 \n\nDefault is on.");
745 wArrowFocus->
tooltip(
"OPTION_ARROW_FOCUS\n\nWhen switched on, moving the text cursor beyond the sta\ 746 rt or end of the text in a text widget will change focus to the next widget. W\ 747 hen switched off, the cursor will stop at the end of the text. Pressing Tab or\ 748 Ctrl-Tab will advance the keyboard focus. Switch this on, if you want the old\ 749 behavior of FLTK 1.1.\n\nDefault is off.");
761 wShowTooltips->
tooltip(
"OPTION_SHOW_TOOLTIPS\n\nIf tooltips are enabled, hovering the mouse over a wi\ 762 dget with a tooltip text will open a little tooltip window until the mouse lea\ 763 ves the widget. If disabled, no tooltip is shown.\n\nDefault is on.");
775 wDNDText->
tooltip(
"OPTION_DND_TEXT\n\nIf text drag-and-drop is enabled, the user can select and \ 776 drag text from any text widget. If disabled, no dragging is possible, however \ 777 dropping text from other applications still works.\n\nDefault is on.");
784 {
Fl_Group* o =
new Fl_Group(10, 269, 380, 66,
"Native File Chooser Options");
789 wGTKText->
tooltip(
"OPTION_FNFC_USES_GTK\n \nIf \'Native File Chooser uses GTK\' is enable\ 790 d, the Fl_Native_File_Chooser class\ncalls the GTK open/save file dialogs when\ 791 they are available on the platfom. If disabled, the Fl_Native_File_Chooser cl\ 792 ass\nalways uses FLTK\'s own file dialog (i.e., Fl_File_Chooser) even if GTK i\ 793 s available.\n\nDefault is on.");
801 wUserOrSystem->
tooltip(
"Change settings for the current user, or default values for all users of this\ 802 computer. Individual users can override system options, if they set their opt\ 803 ions to specific values (not \'default\').");
void buffer(Fl_Text_Buffer *buf)
Fl_Double_Window * make_shell_window()
Fl_Menu_Item menu_wArrowFocus[]
const Fl_Align FL_ALIGN_LEFT
A button that is used to pop up a menu.
Fl_Choice * wVisibleFocus
Fl_Check_Button * include_H_from_C_button
Fl_Check_Button * shell_writecode_button
Fl_Double_Window * shell_run_window
Fl_Menu_Item menu_wVisibleFocus[]
void fl_message(const char *,...)
Fl_Menu_Item menu_scheme_choice[]
static void cb_completion_button(Fl_Check_Button *, void *)
Fl_Menu_Item menu_wGTKText[]
Fl_Choice * wUserOrSystem
int G_use_external_editor
char G_external_editor_command[512]
Fl_Check_Button * shell_writemsgs_button
Fl_Check_Button * tooltips_button
static void cb_Cancel(Fl_Button *, void *)
void i18n_type_cb(Fl_Choice *, void *)
Fl_Check_Button * use_external_editor_button
Preferences apply only to the current user.
void scheme_cb(Fl_Choice *, void *)
Fl_Input * header_file_input
Do the callback when the button or key is released and the value changes.
Fl_Int_Input * horizontal_input
#define FL_ROUND_DOWN_BOX
Fl_Input * editor_command_input
Fl_Double_Window * make_project_window()
void guides_cb(Fl_Check_Button *, long)
void use_FL_COMMAND_button_cb(Fl_Check_Button *, void *)
Fl_Int_Input * i18n_set_input
static void cb_show_comments_button(Fl_Check_Button *, void *)
Fl_Input * i18n_include_input
Fl_Int_Input * snap_input
void i18n_text_cb(Fl_Input *, void *)
Fl_Menu_Item menu_wDNDText[]
static void cb_shell_writecode_button(Fl_Check_Button *, void *)
Fl_Choice * scheme_choice
static void cb_shell_writemsgs_button(Fl_Check_Button *, void *)
Fl_Check_Button * shell_savefl_button
void do_shell_command(Fl_Return_Button *, void *)
const Fl_Align FL_ALIGN_INSIDE
Fl_Choice * wShowTooltips
Fl_Menu_Item menu_wShowTooltips[]
Do the callback only when the widget value changes.
static void cb_wDNDText(Fl_Choice *, void *)
static void cb_shell_command_input(Fl_Input *, void *)
static void cb_wArrowFocus(Fl_Choice *, void *)
const Fl_Align FL_ALIGN_TOP_LEFT
void code_input_cb(Fl_Input *, void *)
static void cb_tooltips_button(Fl_Check_Button *, void *)
Fl_Check_Button * show_comments_button
static void cb_Close(Fl_Button *, void *)
static bool option(Fl_Option opt)
FLTK library options management.
static void cb_wShowTooltips(Fl_Choice *, void *)
Fl_Check_Button * openlast_button
Fl_Double_Window * shell_window
char get(const char *entry, int &value, int defaultValue)
char set(const char *entry, int value)
void size_range(int minw, int minh, int maxw=0, int maxh=0, int dw=0, int dh=0, int aspect=0)
Fl_Text_Display * shell_run_display
Fl_Menu_Item menu_i18n_type_chooser[]
void header_input_cb(Fl_Input *, void *)
Fl_Check_Button * completion_button
static void cb_Cancel1(Fl_Button *, void *)
Preferences are used system-wide.
void include_H_from_C_button_cb(Fl_Check_Button *, void *)
static Fl_Group * current()
static void cb_shell_savefl_button(Fl_Check_Button *, void *)
Fl_Check_Button * prevpos_button
static void cb_Close1(Fl_Button *, void *)
static void cb_Close2(Fl_Button *, void *)
static void cb_shell_run_button(Fl_Return_Button *, void *)
Fl_Double_Window * global_settings_window
static void cb_openlast_button(Fl_Check_Button *, void *)
Fl_Choice * i18n_type_chooser
Fl_Round_Button * def_widget_size[6]
Fl_Double_Window * settings_window
static void cb_wGTKText(Fl_Choice *, void *)
Fl_Double_Window * project_window
Fl_Spinner * recent_spinner
Fl_Double_Window * grid_window
Rich text display widget.
Fl_Return_Button * shell_run_button
void default_widget_size_cb(Fl_Round_Button *, long)
const Fl_Align FL_ALIGN_CENTER
Fl_Double_Window * make_settings_window()
Fl_Text_Buffer * shell_run_buffer
static void cb_wUserOrSystem(Fl_Choice *, void *)
void grid_cb(Fl_Int_Input *, long)
Fl_Double_Window * make_layout_window()
void show_global_settings_window()
Fl_Preferences provides methods to store user settings between application starts.
static void cb_prevpos_button(Fl_Check_Button *, void *)
Fl_Int_Input * vertical_input
Fl_Input * shell_command_input
Fl_Preferences fluid_prefs
Fl_Input * code_file_input
char deleteEntry(const char *entry)
const Fl_Align FL_ALIGN_RIGHT
static void cb_use_external_editor_button(Fl_Check_Button *, void *)
void i18n_int_cb(Fl_Int_Input *, void *)
Fl_Check_Button * use_FL_COMMAND_button
This class manages Unicode text displayed in one or more Fl_Text_Display widgets.
Fl_Input * i18n_function_input
static void cb_OK(Fl_Button *, void *)
Fl_Double_Window * make_global_settings_window()
Fl_Input * i18n_file_input
static void cb_recent_spinner(Fl_Spinner *, void *)
Fl_Check_Button * guides_toggle
Fl_Menu_Item menu_wUserOrSystem[]
void resizable(Fl_Widget &o)
static void cb_wVisibleFocus(Fl_Choice *, void *)
static void cb_editor_command_input(Fl_Input *, void *)
Do the callback when the user presses the ENTER key and the value changes.