* Get current element. * @returns index of current element. */
| 2005 | * @returns index of current element. |
| 2006 | */ |
| 2007 | int NWidgetMatrix::GetCurrentElement() const |
| 2008 | { |
| 2009 | return this->current_element; |
| 2010 | } |
| 2011 | |
| 2012 | void NWidgetMatrix::SetupSmallestSize(Window *w) |
| 2013 | { |
no outgoing calls
no test coverage detected