18.02.2013 Views

NCURSES ile Yazılım Geli¸stirme NASIL

NCURSES ile Yazılım Geli¸stirme NASIL

NCURSES ile Yazılım Geli¸stirme NASIL

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

<strong>NCURSES</strong> <strong>ile</strong> Yazılım Geli¸stirme <strong>NASIL</strong><br />

for(i = 0; i < n_choices; ++i)<br />

{ if(highlight == i + 1)<br />

{ wattron(menu_win, A_REVERSE);<br />

mvwprintw(menu_win, y, x, "%s", choices[i]);<br />

wattroff(menu_win, A_REVERSE);<br />

}<br />

else<br />

mvwprintw(menu_win, y, x, "%s", choices[i]);<br />

++y;<br />

}<br />

wrefresh(menu_win);<br />

/* Fare konumuna göre seçimi bildir */<br />

void report_choice(int mouse_x, int mouse_y, int *p_choice)<br />

{ int i,j, choice;<br />

}<br />

i = startx + 2;<br />

j = starty + 3;<br />

for(choice = 0; choice < n_choices; ++choice)<br />

if(mouse_y == j + choice<br />

&& mouse_x >= i<br />

&& mouse_x

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!