Exemplo n.º 1
0
		void SetDisplay(bool b) const { g->SetDisplay(b); }
Exemplo n.º 2
0
		// these are const, because GroupHolder is not the owner of g.
		void SetDisplay(size_t idx, bool b) const
		{
			g->SetDisplay(idx, b);
		}