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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

FileSelState Struct Reference

Public Attributes

struct {
   guint   filter_idx
 
   gint   encoding_idx
 
   gint   filetype_idx
 
   gboolean   show_hidden
 
   gboolean   more_options_visible
 
open
 

Detailed Description

Definition at line 67 of file dialogs.c.

Member Data Documentation

◆ encoding_idx

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().

◆ filetype_idx

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().

◆ filter_idx

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().

◆ more_options_visible

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().

◆ 

◆ show_hidden

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().


The documentation for this struct was generated from the following file: