PostGIS 3.7.0dev-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 2693 of file shp2pgsql-gui.c.

2694{
2695 GtkWidget *align = gtk_alignment_new(alignment, 0.5, 0.0, 1.0);
2696 GtkWidget *label = gtk_label_new(str);
2697 gtk_table_attach_defaults(GTK_TABLE(table), align, 1, 3, row, row + 1);
2698 gtk_container_add(GTK_CONTAINER (align), label);
2699}
#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: