Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgui.cpp746 …this->button_build[BUILDING_MINE] = new ImageButton(xpos, ypos, game_g->panel_build[BUILDING_MINE]… in setup()
763 …this->button_build[BUILDING_FACTORY] = new ImageButton(xpos, ypos, game_g->panel_build[BUILDING_FA… in setup()
780 this->button_build[BUILDING_LAB] = new ImageButton(xpos, ypos, game_g->panel_build[BUILDING_LAB]); in setup()
916 …2[BUILDING_MINE] = new ImageButton(40, 20, 19, build_step_y_c, game_g->panel_build[BUILDING_MINE]); in setup()
927 …= new ImageButton(40, 20 + build_step_y_c, 19, build_step_y_c, game_g->panel_build[BUILDING_FACTOR… in setup()
938 … new ImageButton(40, 20 + 2*build_step_y_c, 19, build_step_y_c, game_g->panel_build[BUILDING_LAB]); in setup()
H A Dgame.h198 Image *panel_build[N_BUILDINGS]; variable
H A Dgame.cpp147 panel_build[i] = NULL; in Game()
1474 panel_build[BUILDING_MINE] = icons->copy(256, 63, 19, 16); in loadOldImages()
1475 panel_build[BUILDING_FACTORY] = icons->copy(288, 63, 19, 16); in loadOldImages()
1476 panel_build[BUILDING_LAB] = icons->copy(192, 63, 19, 16); in loadOldImages()
2114 panel_build[BUILDING_MINE] = mine_gatherable_small; in loadImages()
2115 panel_build[BUILDING_FACTORY] = icons->copy(288, 64, 16, 16); // different size in loadImages()
2116 panel_build[BUILDING_LAB] = icons->copy(192, 64, 16, 16); // different size in loadImages()
/dports/graphics/sane-backends/sane-backends-1.0.32/ChangeLogs/
H A DChangeLog-1.0.01109 * frontend/gtkglue.c (panel_build): Patch by Matt: a) For all
1110 individual options flagged as "advanced", panel_build will only
1328 * frontend/gtkglue.c (panel_build): Create button only after we
2509 * frontend/gtkglue.c (panel_build): Skip Preview option.
2823 * frontend/gtkglue.c (panel_build): Layout panel different: all
2978 * frontend/gtkglue.c (panel_build): Move gtk_widget_show
3133 (panel_build): Create tooltips and allocate colors for it; pass
3311 (panel_build): Append unit_string () to option's title if
3330 (panel_build): For fixed-point range-constraints scale min/max/quant
3372 * frontend/gtkglue.c (panel_build): Avoid using notebook widget
[all …]