Home
last modified time | relevance | path

Searched refs:D_MISC_BUTTON_OUT (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dgkrellm.h192 #define D_MISC_BUTTON_OUT 9 macro
H A Dinet.c615 if (in->busy && in->list_button->cur_index == D_MISC_BUTTON_OUT) in update_inet()
618 i = D_MISC_BUTTON_OUT; in update_inet()
991 cb_list_button, in, D_MISC_BUTTON_OUT, D_MISC_BUTTON_IN); in create_inet_monitor()
H A Dnet.c1403 frame = net->show_totalB ? D_MISC_BUTTON_OUT : D_MISC_BUTTON_IN; in draw_chart_buttons()
1407 frame = net->show_totalB ? D_MISC_BUTTON_IN : D_MISC_BUTTON_OUT; in draw_chart_buttons()
1412 frame = net->reset_button_in ? D_MISC_BUTTON_IN : D_MISC_BUTTON_OUT; in draw_chart_buttons()
1421 frame = net->stats_button_in ? D_MISC_BUTTON_IN : D_MISC_BUTTON_OUT; in draw_chart_buttons()
H A Dfs.c1215 cb_fs_eject_button, fs, D_MISC_BUTTON_OUT, D_MISC_BUTTON_IN); in fs_monitor_create()