Mercurial > geeqie
diff src/layout.h @ 433:5ddcf93278c7
Save Show Marks state to rc file and display current state in menu.
It is saved as boolean option layout.show_marks.
| author | zas_ |
|---|---|
| date | Sat, 19 Apr 2008 21:30:19 +0000 |
| parents | 5afe77bb563a |
| children | ddabc4873a3f |
line wrap: on
line diff
--- a/src/layout.h Sat Apr 19 21:20:08 2008 +0000 +++ b/src/layout.h Sat Apr 19 21:30:19 2008 +0000 @@ -59,6 +59,7 @@ gint layout_thumb_get(LayoutWindow *lw); void layout_marks_set(LayoutWindow *lw, gint enable); +gint layout_marks_get(LayoutWindow *lw); void layout_sort_set(LayoutWindow *lw, SortType type, gint ascend); gint layout_sort_get(LayoutWindow *lw, SortType *type, gint *ascend);
