* implement mug_msg_list_view_move_(next|prev) to move cursor to prev/next

row; hook it up with the toolbar
This commit is contained in:
Dirk-Jan C. Binnema
2010-11-02 21:51:10 +02:00
parent 70648b8bd5
commit 484808d641
3 changed files with 64 additions and 4 deletions

View File

@ -56,6 +56,10 @@ GtkWidget* mug_msg_list_view_new (const char *xpath);
int mug_msg_list_view_query (MugMsgListView *self, const char *query);
gboolean mug_msg_list_view_move_prev (MugMsgListView *self);
gboolean mug_msg_list_view_move_next (MugMsgListView *self);
G_END_DECLS
#endif /* __MUG_MSG_LIST_VIEW_H__ */