Home
last modified time | relevance | path

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

/dports/games/eureka/eureka-1.27b-source/src/
H A Dui_default.cc102 ce_down = new Fl_Button(X+24, Y+1, 30, 22, "-"); in UI_DefaultProps()
105 ce_down->labelfont(FL_HELVETICA_BOLD); in UI_DefaultProps()
107 ce_down->labelsize(16); in UI_DefaultProps()
110 ce_down->callback(button_callback, this); in UI_DefaultProps()
315 if (w == box->ce_down) in button_callback()
H A Dui_sector.cc146 ce_down = new Fl_Button(X+28, Y+1, 30, 22, "-"); in UI_SectorBox()
149 ce_down->labelfont(FL_HELVETICA_BOLD); in UI_SectorBox()
151 ce_down->labelsize(16); in UI_SectorBox()
154 ce_down->callback(button_callback, this); in UI_SectorBox()
662 else if (w == box->ce_down) in button_callback()
H A Dui_default.h35 Fl_Button *ce_down, *ce_up; variable
H A Dui_sector.h47 Fl_Button *ce_down, *ce_up; variable