Home
last modified time | relevance | path

Searched refs:pProduction_Name (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dwldlg.c80 struct widget *pProduction_Name; member
943 copy_chars_to_string16(pEditor->pProduction_Name->string16, cBuf); in refresh_production_label()
945 widget_undraw(pEditor->pProduction_Name); in refresh_production_label()
946 remake_label_size(pEditor->pProduction_Name); in refresh_production_label()
949 (adj_size(130) - pEditor->pProduction_Name->size.w) / 2; in refresh_production_label()
953 area.y = pEditor->pProduction_Name->size.y; in refresh_production_label()
955 area.h = pEditor->pProduction_Name->size.h; in refresh_production_label()
958 if (get_wflags(pEditor->pProduction_Name) & WF_RESTORE_BACKGROUND) { in refresh_production_label()
959 refresh_widget_background(pEditor->pProduction_Name); in refresh_production_label()
962 widget_redraw(pEditor->pProduction_Name); in refresh_production_label()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dwldlg.c80 struct widget *pProduction_Name; member
943 copy_chars_to_string16(pEditor->pProduction_Name->string16, cBuf); in refresh_production_label()
945 widget_undraw(pEditor->pProduction_Name); in refresh_production_label()
946 remake_label_size(pEditor->pProduction_Name); in refresh_production_label()
949 (adj_size(130) - pEditor->pProduction_Name->size.w) / 2; in refresh_production_label()
953 area.y = pEditor->pProduction_Name->size.y; in refresh_production_label()
955 area.h = pEditor->pProduction_Name->size.h; in refresh_production_label()
958 if (get_wflags(pEditor->pProduction_Name) & WF_RESTORE_BACKGROUND) { in refresh_production_label()
959 refresh_widget_background(pEditor->pProduction_Name); in refresh_production_label()
962 widget_redraw(pEditor->pProduction_Name); in refresh_production_label()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dwldlg.c84 struct widget *pProduction_Name; member
965 copy_chars_to_utf8_str(pEditor->pProduction_Name->string_utf8, cBuf); in refresh_production_label()
967 widget_undraw(pEditor->pProduction_Name); in refresh_production_label()
968 remake_label_size(pEditor->pProduction_Name); in refresh_production_label()
971 (adj_size(130) - pEditor->pProduction_Name->size.w)/2; in refresh_production_label()
975 area.y = pEditor->pProduction_Name->size.y; in refresh_production_label()
977 area.h = pEditor->pProduction_Name->size.h; in refresh_production_label()
980 if (get_wflags(pEditor->pProduction_Name) & WF_RESTORE_BACKGROUND) { in refresh_production_label()
981 refresh_widget_background(pEditor->pProduction_Name); in refresh_production_label()
984 widget_redraw(pEditor->pProduction_Name); in refresh_production_label()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dwldlg.c84 struct widget *pProduction_Name; member
965 copy_chars_to_utf8_str(pEditor->pProduction_Name->string_utf8, cBuf); in refresh_production_label()
967 widget_undraw(pEditor->pProduction_Name); in refresh_production_label()
968 remake_label_size(pEditor->pProduction_Name); in refresh_production_label()
971 (adj_size(130) - pEditor->pProduction_Name->size.w)/2; in refresh_production_label()
975 area.y = pEditor->pProduction_Name->size.y; in refresh_production_label()
977 area.h = pEditor->pProduction_Name->size.h; in refresh_production_label()
980 if (get_wflags(pEditor->pProduction_Name) & WF_RESTORE_BACKGROUND) { in refresh_production_label()
981 refresh_widget_background(pEditor->pProduction_Name); in refresh_production_label()
984 widget_redraw(pEditor->pProduction_Name); in refresh_production_label()
[all …]