Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dstack-editor-dialog.h83 void cell_data_strength(Gtk::CellRenderer *renderer, const Gtk::TreeIter& i);
H A Dcity-editor-dialog.h92 void cell_data_strength(Gtk::CellRenderer *renderer, const Gtk::TreeIter& i);
H A Dstack-editor-dialog.cpp94 strength_column.set_cell_data_func(strength_renderer, method(cell_data_strength)); in StackEditorDialog()
368 void StackEditorDialog::cell_data_strength(Gtk::CellRenderer *renderer, in cell_data_strength() function in StackEditorDialog
H A Dcity-editor-dialog.cpp103 (strength_renderer, method (cell_data_strength)); in CityEditorDialog()
304 void CityEditorDialog::cell_data_strength(Gtk::CellRenderer *renderer, in cell_data_strength() function in CityEditorDialog