summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-09 15:17:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-09 15:17:20 -0300
commitb1f934c5d51532c334bd2fbe513c8e9d10cd8208 (patch)
tree94ca9aad126276fd7e12bf7cb416742bb6996805 /Panel.h
parent01a29f02674af95e6967cec8c5d1659886931f77 (diff)
Visual tweaks: change color when following, add Broken Gray theme.
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Panel.h b/Panel.h
index 2e9c5ad3..67897706 100644
--- a/Panel.h
+++ b/Panel.h
@@ -57,6 +57,7 @@ struct Panel_ {
FunctionBar* currentBar;
FunctionBar* defaultBar;
RichString header;
+ int selectionColor;
};
#define Panel_setDefaultBar(this_) do{ (this_)->currentBar = (this_)->defaultBar; }while(0)
@@ -84,6 +85,8 @@ void Panel_init(Panel* this, int x, int y, int w, int h, ObjectClass* type, bool
void Panel_done(Panel* this);
+void Panel_setSelectionColor(Panel* this, int color);
+
RichString* Panel_getHeader(Panel* this);
extern void Panel_setHeader(Panel* this, const char* header);

© 2014-2024 Faster IT GmbH | imprint | privacy policy