Searched refs:bsddialog_theme (Results 1 – 9 of 9) sorted by relevance
36 struct bsddialog_theme { struct115 int bsddialog_get_theme(struct bsddialog_theme *theme);118 int bsddialog_set_theme(struct bsddialog_theme *theme);
36 struct bsddialog_theme t;39 static struct bsddialog_theme bsddialogtheme = {86 static struct bsddialog_theme blackwhite = {135 static struct bsddialog_theme dialogtheme = {183 set_theme(struct bsddialog_theme *dst, struct bsddialog_theme *src) in set_theme()235 int bsddialog_get_theme(struct bsddialog_theme *theme) in bsddialog_get_theme()239 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_get_theme()247 int bsddialog_set_theme(struct bsddialog_theme *theme) in bsddialog_set_theme()251 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_set_theme()
9 HEADERS = bsddialog.h bsddialog_theme.h bsddialog_progressview.h
10 HEADERS = bsddialog.h bsddialog_theme.h bsddialog_progressview.h
37 extern struct bsddialog_theme t;
21 bsddialog_theme.h \
84 - [bsddialog\_theme.h](https://gitlab.com/alfix/bsddialog/-/blob/main/lib/bsddialog_theme.h)
38 static struct bsddialog_theme t;
80 * add: bsddialog_hascolors() in bsddialog_theme.h.