rofi/include/dialogs/dmenu.h

22 lines
301 B
C
Raw Normal View History

2016-01-07 07:54:24 +00:00
#ifndef ROFI_DIALOG_DMENU_H
#define ROFI_DIALOG_DMENU_H
2014-01-29 23:47:23 +00:00
2016-01-07 07:54:24 +00:00
/**
* @defgroup DMENU DMenu
* @ingroup MODES
*
*
* @{
*/
/**
2014-11-24 19:35:28 +00:00
* dmenu dialog.
2014-11-24 19:22:44 +00:00
*
2014-11-24 19:35:28 +00:00
* @returns TRUE if script was successful.
*/
int dmenu_switcher_dialog ( void );
2014-01-29 23:47:23 +00:00
2015-10-21 16:58:01 +00:00
void print_dmenu_options ( void );
2016-01-07 07:54:24 +00:00
/*@}*/
#endif // ROFI_DIALOG_DMENU_H