summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-14 14:28:26 -0600
committerIra Rice <irarice@gmail.com>2009-03-14 14:28:26 -0600
commit20ad38045482254b9875ee80de44a9b6f9367d2d (patch)
treed49324d952c6c4197464d98bda1043919594cd13 /src/gui/window.h
parent3575c7a606c2d24c0d444e9999892c0390fa5ae8 (diff)
downloadMana-20ad38045482254b9875ee80de44a9b6f9367d2d.tar.gz
Mana-20ad38045482254b9875ee80de44a9b6f9367d2d.tar.bz2
Mana-20ad38045482254b9875ee80de44a9b6f9367d2d.tar.xz
Mana-20ad38045482254b9875ee80de44a9b6f9367d2d.zip
Exposed the progress bar colors to the color management tab.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index d573d85f..e04fcfc3 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -300,6 +300,11 @@ class Window : public gcn::Window, gcn::WidgetListener
*/
virtual void close();
+ /**
+ * Gets the alpha value used by the window, in a GUIChan usable format.
+ */
+ int getGuiAlpha();
+
private:
enum ResizeHandles
{