2016-01-07 07:54:24 +00:00
|
|
|
#ifndef ROFI_DIALOG_COMBI_H
|
|
|
|
#define ROFI_DIALOG_COMBI_H
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup COBIMode Combi
|
|
|
|
* @ingroup MODES
|
|
|
|
*
|
2016-10-14 14:46:54 +00: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 07:54:24 +00:00
|
|
|
* @{
|
|
|
|
*/
|
2015-03-30 18:12:22 +00:00
|
|
|
|
2016-10-14 14:46:54 +00:00
|
|
|
/** #Mode object representing the combi dialog. */
|
2015-11-25 08:26:38 +00:00
|
|
|
extern Mode combi_mode;
|
2016-01-07 07:54:24 +00:00
|
|
|
|
|
|
|
/*@}*/
|
|
|
|
#endif // ROFI_DIALOG_COMBI_H
|