summaryrefslogtreecommitdiffstats
path: root/src/bltConfig.C
diff options
context:
space:
mode:
authorjoye <joye>2014-03-28 20:18:43 (GMT)
committerjoye <joye>2014-03-28 20:18:43 (GMT)
commit01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9 (patch)
tree4341733a8c187249a77fd87510e8ed94229d18e9 /src/bltConfig.C
parent74050d79a4b0d0a97c5f9f2530a17cde9ca004c5 (diff)
downloadblt-01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9.zip
blt-01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9.tar.gz
blt-01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltConfig.C')
-rw-r--r--src/bltConfig.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bltConfig.C b/src/bltConfig.C
index 331961d..b1b35e1 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -52,6 +52,9 @@ void RestoreProc(ClientData clientData, Tk_Window tkwin,
*(double*)ptr = *(double*)savePtr;
}
+// Fill
+const char* fillObjOption[] = {"none", "x", "y", "both", NULL};
+
// State
const char* stateObjOption[] = {"normal", "active", "disabled", NULL};