rofi  1.5.1
ThemeWidget Struct Reference

#include <theme.h>

Collaboration diagram for ThemeWidget:
Collaboration graph

Data Fields

int set
 
char * name
 
unsigned int num_widgets
 
struct ThemeWidget ** widgets
 
GHashTable * properties
 
struct ThemeWidgetparent
 

Detailed Description

ThemeWidget.

Definition at line 38 of file theme.h.

Field Documentation

◆ name

char* ThemeWidget::name

◆ num_widgets

unsigned int ThemeWidget::num_widgets

Definition at line 43 of file theme.h.

Referenced by rofi_theme_find_or_create_name(), and rofi_theme_is_empty().

◆ parent

struct ThemeWidget* ThemeWidget::parent

Definition at line 48 of file theme.h.

Referenced by rofi_theme_find_or_create_name(), and rofi_theme_print_index().

◆ properties

GHashTable* ThemeWidget::properties

Definition at line 46 of file theme.h.

Referenced by rofi_theme_is_empty(), and rofi_theme_resolve_link_property().

◆ set

int ThemeWidget::set

Definition at line 40 of file theme.h.

◆ widgets

struct ThemeWidget** ThemeWidget::widgets

Definition at line 44 of file theme.h.

Referenced by rofi_theme_find_or_create_name().


The documentation for this struct was generated from the following file: