fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

alignment_panel.h File Reference

#include <FL/Fl.H>
#include <FL/Fl_Text_Buffer.H>
#include <FL/Fl_Text_Display.H>
#include <FL/filename.H>
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Preferences.H>
#include <FL/Fl_Tooltip.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Tabs.H>
#include <FL/Fl_Group.H>
#include <FL/Fl_Box.H>
#include <FL/Fl_Input.H>
#include <FL/Fl_Check_Button.H>
#include <FL/Fl_Choice.H>
#include <FL/Fl_Int_Input.H>
#include <FL/Fl_Spinner.H>
#include <FL/Fl_Return_Button.H>
#include <FL/Fl_Round_Button.H>
Include dependency graph for alignment_panel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void load_history ()
void redraw_browser ()
void header_input_cb (Fl_Input *, void *)
void code_input_cb (Fl_Input *, void *)
void include_H_from_C_button_cb (Fl_Check_Button *, void *)
void use_FL_COMMAND_button_cb (Fl_Check_Button *, void *)
void i18n_type_cb (Fl_Choice *, void *)
void i18n_text_cb (Fl_Input *, void *)
void i18n_int_cb (Fl_Int_Input *, void *)
Fl_Double_Windowmake_project_window ()
void i18n_cb (Fl_Choice *, void *)
void scheme_cb (Fl_Choice *, void *)
Fl_Double_Windowmake_settings_window ()
void do_shell_command (Fl_Return_Button *, void *)
Fl_Double_Windowmake_shell_window ()
void grid_cb (Fl_Int_Input *, long)
void guides_cb (Fl_Check_Button *, long)
void default_widget_size_cb (Fl_Round_Button *, long)
Fl_Double_Windowmake_layout_window ()
void show_global_settings_window ()
Fl_Double_Windowmake_global_settings_window ()

Variables

int show_comments
int show_coredevmenus
struct Fl_Menu_Itemdbmanager_item
Fl_Preferences fluid_prefs
Fl_Text_Buffershell_run_buffer
Fl_Double_Windowproject_window
Fl_Inputheader_file_input
Fl_Inputcode_file_input
Fl_Check_Buttoninclude_H_from_C_button
Fl_Check_Buttonuse_FL_COMMAND_button
Fl_Choicei18n_type_chooser
Fl_Inputi18n_include_input
Fl_Inputi18n_file_input
Fl_Int_Inputi18n_set_input
Fl_Inputi18n_function_input
Fl_Menu_Item menu_i18n_type_chooser []
Fl_Double_Windowsettings_window
Fl_Choicescheme_choice
Fl_Check_Buttontooltips_button
Fl_Check_Buttoncompletion_button
Fl_Check_Buttonopenlast_button
Fl_Check_Buttonprevpos_button
Fl_Check_Buttonshow_comments_button
Fl_Spinnerrecent_spinner
Fl_Menu_Item menu_scheme_choice []
Fl_Double_Windowshell_window
Fl_Inputshell_command_input
Fl_Check_Buttonshell_writecode_button
Fl_Check_Buttonshell_writemsgs_button
Fl_Check_Buttonshell_savefl_button
Fl_Double_Windowshell_run_window
Fl_Text_Displayshell_run_display
Fl_Return_Buttonshell_run_button
Fl_Double_Windowgrid_window
Fl_Int_Inputhorizontal_input
Fl_Int_Inputvertical_input
Fl_Int_Inputsnap_input
Fl_Check_Buttonguides_toggle
Fl_Round_Buttondef_widget_size [6]
Fl_Double_Windowglobal_settings_window
Fl_ChoicewVisibleFocus
Fl_ChoicewArrowFocus
Fl_ChoicewShowTooltips
Fl_ChoicewDNDText
Fl_ChoicewUserOrSystem
Fl_Menu_Item menu_wVisibleFocus []
Fl_Menu_Item menu_wArrowFocus []
Fl_Menu_Item menu_wShowTooltips []
Fl_Menu_Item menu_wDNDText []
Fl_Menu_Item menu_wUserOrSystem []

Function Documentation

void code_input_cb ( Fl_Input ,
void *   
)

Definition at line 258 of file Fl_Window_Type.cxx.

References set_modflag(), and Fl_Input_::value().

Referenced by make_project_window().

void default_widget_size_cb ( Fl_Round_Button ,
long   
)
void guides_cb ( Fl_Check_Button ,
long   
)
void header_input_cb ( Fl_Input ,
void *   
)

Definition at line 253 of file Fl_Window_Type.cxx.

References set_modflag(), and Fl_Input_::value().

Referenced by make_project_window().

void i18n_cb ( Fl_Choice ,
void *   
)
void i18n_int_cb ( Fl_Int_Input ,
void *   
)
void include_H_from_C_button_cb ( Fl_Check_Button ,
void *   
)

Definition at line 264 of file Fl_Window_Type.cxx.

References include_H_from_C, set_modflag(), and Fl_Button::value().

Referenced by make_project_window().

void scheme_cb ( Fl_Choice ,
void *   
)
void show_global_settings_window ( )
void use_FL_COMMAND_button_cb ( Fl_Check_Button ,
void *   
)

Definition at line 271 of file Fl_Window_Type.cxx.

References set_modflag(), use_FL_COMMAND, and Fl_Button::value().

Referenced by make_project_window().


Variable Documentation

Definition at line 43 of file alignment_panel.cxx.

Referenced by show_project_cb().

Definition at line 175 of file alignment_panel.cxx.

Referenced by write_cb(), and write_strings_cb().

Definition at line 396 of file alignment_panel.cxx.

Referenced by show_grid_cb().

Definition at line 382 of file alignment_panel.cxx.

Referenced by make_layout_window(), and show_grid_cb().

Definition at line 390 of file alignment_panel.cxx.

Referenced by show_grid_cb().

Definition at line 41 of file alignment_panel.cxx.

Referenced by show_project_cb().

Definition at line 384 of file alignment_panel.cxx.

Referenced by main(), and show_grid_cb().

Definition at line 49 of file alignment_panel.cxx.

Referenced by show_project_cb().

Definition at line 160 of file alignment_panel.cxx.

Definition at line 611 of file alignment_panel.cxx.

Definition at line 639 of file alignment_panel.cxx.

Definition at line 625 of file alignment_panel.cxx.

Definition at line 652 of file alignment_panel.cxx.

Definition at line 597 of file alignment_panel.cxx.

Definition at line 181 of file alignment_panel.cxx.

Referenced by main().

Definition at line 187 of file alignment_panel.cxx.

Referenced by position_window().

Definition at line 201 of file alignment_panel.cxx.

Definition at line 158 of file alignment_panel.cxx.

Referenced by scheme_cb().

Definition at line 289 of file alignment_panel.cxx.

Referenced by show_shell_window().

Definition at line 33 of file alignment_panel.cxx.

Referenced by do_shell_command(), and shell_pipe_cb().

Definition at line 321 of file alignment_panel.cxx.

Referenced by do_shell_command().

Definition at line 287 of file alignment_panel.cxx.

Referenced by show_shell_window().

Definition at line 102 of file fluid.cxx.

Referenced by make_main_window(), and make_settings_window().

Definition at line 103 of file fluid.cxx.

Definition at line 388 of file alignment_panel.cxx.

Referenced by show_grid_cb().

Definition at line 47 of file alignment_panel.cxx.

Referenced by show_project_cb().

Definition at line 386 of file alignment_panel.cxx.

Referenced by show_grid_cb().

Definition at line 604 of file alignment_panel.cxx.

Definition at line 632 of file alignment_panel.cxx.

Definition at line 618 of file alignment_panel.cxx.

Definition at line 646 of file alignment_panel.cxx.

Definition at line 590 of file alignment_panel.cxx.