[Scummvm-cvs-logs] SF.net SVN: scummvm:[44199] scummvm/trunk/gui/TabWidget.h
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Sun Sep 20 13:25:40 CEST 2009
Revision: 44199
http://scummvm.svn.sourceforge.net/scummvm/?rev=44199&view=rev
Author: dhewg
Date: 2009-09-20 11:25:39 +0000 (Sun, 20 Sep 2009)
Log Message:
-----------
Added TabWidget::getActiveTab()
Modified Paths:
--------------
scummvm/trunk/gui/TabWidget.h
Modified: scummvm/trunk/gui/TabWidget.h
===================================================================
--- scummvm/trunk/gui/TabWidget.h 2009-09-19 23:51:19 UTC (rev 44198)
+++ scummvm/trunk/gui/TabWidget.h 2009-09-20 11:25:39 UTC (rev 44199)
@@ -76,6 +76,10 @@
*/
void removeTab(int tabID);
+ int getActiveTab() {
+ return _activeTab;
+ }
+
/**
* Set the active tab by specifying a valid tab ID.
* setActiveTab changes the value of _firstWidget. This means new
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list