| 83 void PathBarSetPath(PathBar *bar, const char *path); |
83 void PathBarSetPath(PathBar *bar, const char *path); |
| 84 void PathBarDestroy(PathBar *bar); |
84 void PathBarDestroy(PathBar *bar); |
| 85 |
85 |
| 86 void pathbar_resize(Widget w, PathBar *p, XtPointer d); |
86 void pathbar_resize(Widget w, PathBar *p, XtPointer d); |
| 87 |
87 |
| |
88 char* pathbar_concat_path(const char *path1, const char *path2); |
| |
89 |
| 88 #ifdef __cplusplus |
90 #ifdef __cplusplus |
| 89 } |
91 } |
| 90 #endif |
92 #endif |
| 91 |
93 |
| 92 #endif /* PATHBAR_H */ |
94 #endif /* PATHBAR_H */ |