Home
last modified time | relevance | path

Searched refs:OptionCaller (Results 1 – 2 of 2) sorted by relevance

/dports/astro/sunclock/sunclock-3.57/
H A Dwidgets.c574 *Context = OptionCaller;
1973 helpHint(OptionCaller, option_newhint, hint);
1978 BasicSettings(OptionCaller);
2017 BasicSettings(OptionCaller);
2021 vskip = 3*OptionCaller->gdata->menustrip/8;
2044 OptionCaller->gdata->pixel[OPTIONBGCOLOR]);
2046 OptionCaller->gdata->menustrip-1, False);
2047 XSetBackground(dpy, OptionCaller->gdata->wingc,
2094 OptionCaller = NULL;
2102 OptionCaller = Context;
[all …]
H A Dsunclock.c248 *OptionCaller = NULL, variable
1823 return OptionCaller;
4693 OptionCaller = Context;
5452 if (OptionCaller != Context) {
5665 processOptionAction(OptionCaller, x, y, button, evtype);
5870 XTextWidth(OptionCaller->gdata->font[MENUFONT], "_", 1))-2;
6092 PopOption(OptionCaller); in eventLoop()