# gtk dictionary example
# '#' ϴ  ּԴϴ.
# "#%" ϴ  gdic  Ľ մϴ.
# 

# Display Window ġ ũ⸦ Ѵ.
# width height  ڴ.
#%"display width" 90
#%"display height" 24

# ġ.   α׷ο  ⺻ .
#   ־    ǥ .
#%"display x" -1
#%"display y" -1

# main â ġ մϴ.
#%"main x" 24
#%"main y" 24

#%"web-browser" "netscape"
#NOT TESTED  #%"web-browser" "hanterm -e lynx"
#%"terminal" "hanterm -e"

# title                  filename    flag       internal_or_external_command
#                                    0x2 = edit the dic.
#                                    0x4 = use pron font

#%" "              enghan.dic   0x4 internal
#%"ü ȭ"      complang.dic 0x0 internal

# %s = word to search
#%"ͳ  (JARGON)"   jargon.dic   0x0 gvim -c "normal /^\(:%s\|%s\)
"

#%"ǻ;  (VERA)" vera.dic     0x0 internal
#%" "            user.dic     0x0 internal
#%""              This is a separater

#%"  "       user.dic     0x2 gvim
#%"ü ȭ " complang.dic 0x2 gvim


# ****************************** GTKRC ******************************

# 濡 ׸ ϰ   θ ϰ  bg_pixmap
# ϴ ׸ .
#pixmap_path "/usr/share/pixmaps"

style "text"
{
  fg[ACTIVE] = "#006060"
  fg[PRELIGHT] = "#e000e0"
  bg[NORMAL] = "#f0f0cc"
  bg[PRELIGHT] = "#f0f0cc"
  bg[INSENSITIVE] = "#f0f0cc"
#   bg_pixmap[NORMAL] = "bg.xpm"
}

style "normal"
{
  fg[ACTIVE] = "#000000"
  fg[PRELIGHT] = "#600082"
}

widget "*" style "normal"
widget "*text*" style "text"

# vim:set ft=sh com=nb\:#:
