Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dengine.c2044 if (button->Is_horizontal) in Window_draw_slider()
2100 if (button->Is_horizontal) in Window_draw_scroller_button()
2233 temp->Is_horizontal =0; in Window_set_scroller_button()
2259 temp->Is_horizontal =1; in Window_set_horizontal_scroller_button()
3190 …&& ((temp3->Is_horizontal && Window_click_in_rectangle(temp3->Pos_X+temp3->Length-11,temp3->Pos_Y,… in Window_get_clicked_button()
3191 …|| (!temp3->Is_horizontal && Window_click_in_rectangle(temp3->Pos_X,temp3->Pos_Y+temp3->Length-11,… in Window_get_clicked_button()
3195 if (temp3->Is_horizontal) in Window_get_clicked_button()
3215 if (temp3->Is_horizontal) in Window_get_clicked_button()
3225 …((!temp3->Is_horizontal && Window_click_in_rectangle(temp3->Pos_X,temp3->Pos_Y+12,temp3->Pos_X+10,… in Window_get_clicked_button()
3226 …||(temp3->Is_horizontal && Window_click_in_rectangle(temp3->Pos_X+12,temp3->Pos_Y,temp3->Pos_X+tem… in Window_get_clicked_button()
[all …]
H A Dstruct.h125 byte Is_horizontal; ///< Boolean: True if slider is horizontal instead of vertical. member