geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Public Attributes | |
struct { | |
guint filter_idx | |
gint encoding_idx | |
gint filetype_idx | |
gboolean show_hidden | |
gboolean more_options_visible | |
} | open |
gint FileSelState::encoding_idx |
Definition at line 72 of file dialogs.c.
Referenced by open_file_dialog_apply_settings(), and open_file_dialog_handle_response().
gint FileSelState::filetype_idx |
Definition at line 73 of file dialogs.c.
Referenced by open_file_dialog_apply_settings(), and open_file_dialog_handle_response().
guint FileSelState::filter_idx |
Definition at line 71 of file dialogs.c.
Referenced by open_file_dialog_apply_settings(), and open_file_dialog_handle_response().
gboolean FileSelState::more_options_visible |
Definition at line 75 of file dialogs.c.
Referenced by open_file_dialog_apply_settings(), and open_file_dialog_handle_response().
struct { ... } FileSelState::open |
gboolean FileSelState::show_hidden |
Definition at line 74 of file dialogs.c.
Referenced by on_file_open_check_hidden_toggled(), and open_file_dialog_apply_settings().