diff options
author | joye <joye> | 2014-03-28 20:18:43 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-28 20:18:43 (GMT) |
commit | 01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9 (patch) | |
tree | 4341733a8c187249a77fd87510e8ed94229d18e9 /src/bltConfig.C | |
parent | 74050d79a4b0d0a97c5f9f2530a17cde9ca004c5 (diff) | |
download | blt-01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9.zip blt-01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9.tar.gz blt-01082bf9a06f36853fe3b0b4a2f1709adcc3c9c9.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltConfig.C')
-rw-r--r-- | src/bltConfig.C | 3 |
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}; |