2703{
2704 GtkWidget *table_options;
2705 GtkWidget *align_options_center;
2706 static int text_width = 12;
2707
2708 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);
2709
2713
2714 table_options = gtk_table_new(7, 3,
TRUE);
2715 gtk_container_set_border_width (GTK_CONTAINER (table_options), 12);
2716 gtk_table_set_row_spacings(GTK_TABLE(table_options), 5);
2717 gtk_table_set_col_spacings(GTK_TABLE(table_options), 10);
2718
2723
2726 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2727 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 1, 2 );
2729
2732 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2733 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 2, 3 );
2735
2738 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2739 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 3, 4 );
2741
2744 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2745 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 4, 5 );
2747
2750 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 0.0 );
2751 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 5, 6 );
2753
2756 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2757 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 6, 7 );
2759
2762 align_options_center = gtk_alignment_new( 0.5, 0.5, 0.0, 1.0 );
2763 gtk_table_attach_defaults(GTK_TABLE(table_options), align_options_center, 0, 1, 7, 8 );
2765
2766
2769
2770
2772}
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