1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/include/dialogs/dmenu.h

25 lines
382 B
C
Raw Normal View History

2016-01-07 02:54:24 -05:00
#ifndef ROFI_DIALOG_DMENU_H
#define ROFI_DIALOG_DMENU_H
2014-01-29 18:47:23 -05:00
2016-01-07 02:54:24 -05:00
/**
* @defgroup DMENU DMenu
* @ingroup MODES
*
*
* @{
*/
/**
2014-11-24 14:35:28 -05:00
* dmenu dialog.
2014-11-24 14:22:44 -05:00
*
2014-11-24 14:35:28 -05:00
* @returns TRUE if script was successful.
*/
int dmenu_switcher_dialog ( void );
2014-01-29 18:47:23 -05:00
2016-10-14 10:46:54 -04:00
/**
* Print dmenu mode commandline options to stdout, for use in help menu.
*/
2015-10-21 12:58:01 -04:00
void print_dmenu_options ( void );
2016-01-07 02:54:24 -05:00
/*@}*/
#endif // ROFI_DIALOG_DMENU_H