PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgui_create_options_dialog_add_label()

static void pgui_create_options_dialog_add_label ( GtkWidget *  table,
const char *  str,
gfloat  alignment,
int  row 
)
static

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

2667{
2668 GtkWidget *align = gtk_alignment_new(alignment, 0.5, 0.0, 1.0);
2669 GtkWidget *label = gtk_label_new(str);
2670 gtk_table_attach_defaults(GTK_TABLE(table), align, 1, 3, row, row + 1);
2671 gtk_container_add(GTK_CONTAINER (align), label);
2672}
#define str(s)

References str.

Referenced by pgui_create_dumper_options_dialog(), and pgui_create_loader_options_dialog().

Here is the caller graph for this function: