summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-23 17:04:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-23 17:04:53 -0300
commitade7993fcb468433d28e569e16e90de4251114ab (patch)
treed9ff4a02e55373346b87acd174863639e20917fa /Panel.h
parentd0c72c3fb29d535f5bb12b651e3bcaa516650199 (diff)
incremental search and filter reintegrated!
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Panel.h b/Panel.h
index ac3065d9..21428418 100644
--- a/Panel.h
+++ b/Panel.h
@@ -56,6 +56,8 @@ struct Panel_ {
RichString header;
};
+#define Panel_setDefaultBar(this_) do{ (this_)->currentBar = (this_)->defaultBar; }while(0)
+
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))

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