Home
last modified time | relevance | path

Searched refs:gs_pressedactive (Results 1 – 8 of 8) sorted by relevance

/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgradio.c273 g->state==gs_enabled? gs_pressedactive: g->state,false); in gradio_expose()
278 gs_pressedactive,false); in gradio_expose()
280 GBoxDrawBorder(pixmap,&gr->onoffrect,gr->onbox, gs_pressedactive,false); in gradio_expose()
282 GBoxDrawBorder(pixmap,&gr->onoffrect,gr->offbox,gs_pressedactive,false); in gradio_expose()
H A DggadgetP.h84 gs_focused, gs_pressedactive }; enumerator
H A Dgscrollbar.c288 GBoxDrawBackground(pixmap,&r,g->box,gs_pressedactive,false); in gscrollbar_expose()
H A Dgbuttons.c357 gb->within && gb->pressed? gs_pressedactive: g->state,gb->is_default); in gbutton_expose()
H A Dgtextfield.c1496 g->state==gs_enabled? gs_pressedactive: g->state,false); in gtextfield_expose()
1535 g->state==gs_enabled? gs_pressedactive: g->state,false); in gtextfield_expose()
1554 g->state==gs_enabled? gs_pressedactive: g->state,false); in gtextfield_expose()
H A Dgtabset.c223 GBoxDrawBackground(pixmap,&g->r,g->box,gs_pressedactive,false); in gtabset_expose()
H A Ddrawboxborder.c1080 } else if ( state == gs_pressedactive && (design->flags & box_do_depressed_background )) in GBoxDrawBackground()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dsftextfield.c1266 g->state==gs_enabled? gs_pressedactive: g->state,false); in sftextarea_expose()