Move declaration out of the header file
This commit is contained in:
@@ -149,6 +149,7 @@ short button_width[15] = {23,63,102,16,63, 63,63,63,6,14, 14,63,63,63,30};
|
|||||||
short button_height[15] = {23,23,23,13,23, 23,23,23,6,10,10,23,40,40,30};
|
short button_height[15] = {23,23,23,13,23, 23,23,23,6,10,10,23,40,40,30};
|
||||||
|
|
||||||
LRESULT CALLBACK dummy_dialog_proc (HWND hDlg, UINT message, WPARAM wparam, LPARAM lparam);
|
LRESULT CALLBACK dummy_dialog_proc (HWND hDlg, UINT message, WPARAM wparam, LPARAM lparam);
|
||||||
|
LRESULT CALLBACK fresh_edit_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
FARPROC d_proc;
|
FARPROC d_proc;
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ short cd_process_syskeystroke(HWND window,WPARAM wparam, LPARAM lparam,short *it
|
|||||||
short cd_process_keystroke(HWND window,WPARAM wparam, LPARAM lparam,short *item);
|
short cd_process_keystroke(HWND window,WPARAM wparam, LPARAM lparam,short *item);
|
||||||
|
|
||||||
void cd_attach_key(short dlog_num,short item_num,char key);
|
void cd_attach_key(short dlog_num,short item_num,char key);
|
||||||
void cd_set_pict(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
void cd_set_pict(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
||||||
void cd_activate_item(short dlog_num, short item_num, short status);
|
void cd_activate_item(short dlog_num, short item_num, short status);
|
||||||
void cd_get_item_text(short dlog_num, short item_num, char *str);
|
void cd_get_item_text(short dlog_num, short item_num, char *str);
|
||||||
void cd_set_item_text(short dlog_num, short item_num, char const *str);
|
void cd_set_item_text(short dlog_num, short item_num, char const *str);
|
||||||
@@ -44,14 +44,12 @@ void center_window(HWND window);
|
|||||||
RECT get_item_rect(HWND hDlg, short item_num);
|
RECT get_item_rect(HWND hDlg, short item_num);
|
||||||
void frame_dlog_rect(HWND hDlg, RECT rect, short val);
|
void frame_dlog_rect(HWND hDlg, RECT rect, short val);
|
||||||
void draw_dialog_graphic(HWND hDlg, RECT rect, short which_g, Boolean do_frame,short win_or_gworld) ;
|
void draw_dialog_graphic(HWND hDlg, RECT rect, short which_g, Boolean do_frame,short win_or_gworld) ;
|
||||||
void showcursor(Boolean a);
|
void showcursor(Boolean a);
|
||||||
|
|
||||||
LRESULT CALLBACK fresh_edit_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|
|
||||||
|
|
||||||
void cd_get_text_edit_str(short dlog_num, char *str);
|
void cd_get_text_edit_str(short dlog_num, char *str);
|
||||||
void cdsin(short dlog_num, short item_num, short num);
|
void cdsin(short dlog_num, short item_num, short num);
|
||||||
void csit(short dlog_num, short item_num, char const *str);
|
void csit(short dlog_num, short item_num, char const *str);
|
||||||
void csp(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
void csp(short dlog_num, short item_num, short pict_num, short custom_pic_type);
|
||||||
void ModalDialog();
|
void ModalDialog();
|
||||||
|
|
||||||
RECT calc_rect(short i, short j);
|
RECT calc_rect(short i, short j);
|
||||||
|
|||||||
Reference in New Issue
Block a user