Home
last modified time | relevance | path

Searched refs:cityname_label (Results 1 – 8 of 8) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dhappiness.c57 GtkWidget *cityname_label; member
213 pdialog->cityname_label = gtk_frame_new(_("Happiness")); in create_happiness_dialog()
215 pdialog->cityname_label, TRUE, TRUE, 0); in create_happiness_dialog()
226 gtk_container_add(GTK_CONTAINER(pdialog->cityname_label), hbox); in create_happiness_dialog()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dhappiness.c57 GtkWidget *cityname_label; member
213 pdialog->cityname_label = gtk_frame_new(_("Happiness")); in create_happiness_dialog()
215 pdialog->cityname_label, TRUE, TRUE, 0); in create_happiness_dialog()
226 gtk_container_add(GTK_CONTAINER(pdialog->cityname_label), hbox); in create_happiness_dialog()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dhappiness.c56 GtkWidget *cityname_label; member
225 pdialog->cityname_label = gtk_frame_new(_("Happiness")); in create_happiness_dialog()
226 gtk_container_add(GTK_CONTAINER(pdialog->shell), pdialog->cityname_label); in create_happiness_dialog()
235 gtk_container_add(GTK_CONTAINER(pdialog->cityname_label), table); in create_happiness_dialog()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dhappiness.c56 GtkWidget *cityname_label; member
225 pdialog->cityname_label = gtk_frame_new(_("Happiness")); in create_happiness_dialog()
226 gtk_container_add(GTK_CONTAINER(pdialog->shell), pdialog->cityname_label); in create_happiness_dialog()
235 gtk_container_add(GTK_CONTAINER(pdialog->cityname_label), table); in create_happiness_dialog()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dhappiness.c56 GtkWidget *cityname_label; member
225 pdialog->cityname_label = gtk_frame_new(_("Happiness")); in create_happiness_dialog()
226 gtk_container_add(GTK_CONTAINER(pdialog->shell), pdialog->cityname_label); in create_happiness_dialog()
235 gtk_container_add(GTK_CONTAINER(pdialog->cityname_label), table); in create_happiness_dialog()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dhappiness.c56 GtkWidget *cityname_label; member
225 pdialog->cityname_label = gtk_frame_new(_("Happiness")); in create_happiness_dialog()
226 gtk_container_add(GTK_CONTAINER(pdialog->shell), pdialog->cityname_label); in create_happiness_dialog()
235 gtk_container_add(GTK_CONTAINER(pdialog->cityname_label), table); in create_happiness_dialog()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-xaw/
H A Dcitydlg.c102 Widget cityname_label; member
568 pdialog->cityname_label= in create_city_dialog()
580 pdialog->cityname_label, in create_city_dialog()
989 XtNfromVert, pdialog->cityname_label, in create_city_dialog()
1845 XtVaGetValues(pdialog->cityname_label, XtNlabel, &now, NULL); in city_dialog_update_title()
1847 XtVaSetValues(pdialog->cityname_label, XtNlabel, (XtArgVal)buf, NULL); in city_dialog_update_title()
1848 xaw_horiz_center(pdialog->cityname_label); in city_dialog_update_title()
/dports/games/freeciv/freeciv-2.6.6/client/gui-xaw/
H A Dcitydlg.c102 Widget cityname_label; member
568 pdialog->cityname_label= in create_city_dialog()
580 pdialog->cityname_label, in create_city_dialog()
989 XtNfromVert, pdialog->cityname_label, in create_city_dialog()
1845 XtVaGetValues(pdialog->cityname_label, XtNlabel, &now, NULL); in city_dialog_update_title()
1847 XtVaSetValues(pdialog->cityname_label, XtNlabel, (XtArgVal)buf, NULL); in city_dialog_update_title()
1848 xaw_horiz_center(pdialog->cityname_label); in city_dialog_update_title()