PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ update_options_ui_from_dumper_config_globals()

static void update_options_ui_from_dumper_config_globals ( void  )
static

Definition at line 822 of file shp2pgsql-gui.c.

823 {
824  gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(checkbutton_dumper_options_includegid), global_dumper_config->includegid ? TRUE : FALSE);
825  gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(checkbutton_dumper_options_keep_fieldname_case), global_dumper_config->keep_fieldname_case ? TRUE : FALSE);
826  gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(checkbutton_dumper_options_unescapedattrs), global_dumper_config->unescapedattrs ? TRUE : FALSE);
827 
828  return;
829 }
#define TRUE
Definition: dbfopen.c:169
#define FALSE
Definition: dbfopen.c:168
static GtkWidget * checkbutton_dumper_options_keep_fieldname_case
static GtkWidget * checkbutton_dumper_options_unescapedattrs
static SHPDUMPERCONFIG * global_dumper_config
static GtkWidget * checkbutton_dumper_options_includegid

References checkbutton_dumper_options_includegid, checkbutton_dumper_options_keep_fieldname_case, checkbutton_dumper_options_unescapedattrs, FALSE, global_dumper_config, shp_dumper_config::includegid, shp_dumper_config::keep_fieldname_case, TRUE, and shp_dumper_config::unescapedattrs.

Referenced by pgui_action_dumper_options_open().

Here is the caller graph for this function: