仅显示Motif FileSelectionBox的目录窗格中的相对路径

时间:2015-02-10 16:41:08

标签: c motif

建议(开放)Motif XmFileSelectionBox只显示"目录中的相对路径的建议方法是什么?窗格?我的意思是,像这样的事情

desired result with relative paths

而不是

enter image description here

我已通过.Xresources尝试looking for something调整但无法找到任何内容......我应该自己编写dirSearchProc吗?

1 个答案:

答案 0 :(得分:2)

毕竟有a resource

*pathMode: path_mode_relative

(这会将"过滤器"文本字段拆分为两个"目录"以及"过滤器"字段)