Sidebar functions. More...
#include "key/lib.h"
Include dependency graph for functions_sidebar.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | SidebarFunctionData |
| Data passed to Sidebar worker functions. More... | |
| struct | SidebarFunction |
| A NeoMutt function. More... | |
Typedefs | |
| typedef int(* | sidebar_function_t) (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
Functions | |
| int | op_sidebar_first (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the first unhidden mailbox - Implements sidebar_function_t -. | |
| int | op_sidebar_last (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the last unhidden mailbox - Implements sidebar_function_t -. | |
| int | op_sidebar_next (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the next unhidden mailbox - Implements sidebar_function_t -. | |
| int | op_sidebar_open (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Open highlighted mailbox - Implements sidebar_function_t -. | |
| int | op_sidebar_page_down (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -. | |
| int | op_sidebar_page_up (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -. | |
| int | op_sidebar_prev (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the previous unhidden mailbox - Implements sidebar_function_t -. | |
Sidebar functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions_sidebar.h.
| typedef int(* sidebar_function_t) (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
Definition at line 51 of file functions_sidebar.h.