1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00
rofi/include/dialogs/combi.h

24 lines
459 B
C
Raw Normal View History

2016-01-07 08:54:24 +01:00
#ifndef ROFI_DIALOG_COMBI_H
#define ROFI_DIALOG_COMBI_H
/**
* @defgroup COBIMode Combi
* @ingroup MODES
*
2016-10-14 16:46:54 +02:00
* Dialog that can combine multiple #Mode into one view.
*
* This mode uses the following options from the #config object:
* * #Settings::combi_modi
*
* It creates the following option:
* * Settings::display_combi
*
2016-01-07 08:54:24 +01:00
* @{
*/
2016-10-14 16:46:54 +02:00
/** #Mode object representing the combi dialog. */
extern Mode combi_mode;
2016-01-07 08:54:24 +01:00
/*@}*/
#endif // ROFI_DIALOG_COMBI_H