Home
last modified time | relevance | path

Searched refs:stack_info_box (Results 1 – 2 of 2) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dstack-tile-box.cpp64 xml->get_widget("stack_info_box", stack_info_box); in StackTileBox()
82 stack_info_box->pack_start(*Gtk::manage(box), Gtk::PACK_SHRINK); in StackTileBox()
H A Dstack-tile-box.h63 Gtk::Box *stack_info_box; variable