summaryrefslogtreecommitdiffstats
path: root/include/dialogs/combi.h
blob: f4259ec0d76c73dbc7317d9256c177c58a0af67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef ROFI_DIALOG_COMBI_H
#define ROFI_DIALOG_COMBI_H

/**
 * @defgroup COBIMode Combi
 * @ingroup MODES
 *
 * 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
 *
 * @{
 */

/** #Mode object representing the combi dialog. */
extern Mode combi_mode;

/*@}*/
#endif // ROFI_DIALOG_COMBI_H