2677 GtkWidget *table_options;
2678 GtkWidget *align_options_center;
2679 static int text_width = 12;
2681 dialog_loader_options = gtk_dialog_new_with_buttons(
_(
"Import Options"), GTK_WINDOW(
window_main), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
2687 table_options = gtk_table_new(7, 3,
TRUE);
2688 gtk_container_set_border_width (GTK_CONTAINER (table_options), 12);
2689 gtk_table_set_row_spacings(GTK_TABLE(table_options), 5);
2690 gtk_table_set_col_spacings(GTK_TABLE(table_options), 10);
2699 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2700 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 1, 2 );
2705 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2706 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 2, 3 );
2711 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2712 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 3, 4 );
2717 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2718 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 4, 5 );
2723 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 0.0 );
2724 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 5, 6 );
2729 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2730 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 6, 7 );
2735 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2736 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 7, 8 );
static GtkWidget * checkbutton_loader_options_dumpformat
static GtkWidget * checkbutton_loader_options_simplegeoms
static gint pgui_event_popup_delete(GtkWidget *widget, GdkEvent *event, gpointer data)
static GtkWidget * checkbutton_loader_options_forceint
static GtkWidget * checkbutton_loader_options_autoindex
static GtkWidget * checkbutton_loader_options_dbfonly
static void pgui_create_options_dialog_add_label(GtkWidget *table, const char *str, gfloat alignment, int row)
static GtkWidget * checkbutton_loader_options_preservecase
static void pgui_action_loader_options_close(GtkWidget *widget, gint response, gpointer data)
static GtkWidget * entry_options_encoding
static GtkWidget * window_main
static GtkWidget * dialog_loader_options
static GtkWidget * checkbutton_loader_options_geography