3 #include "QFog_constants.h" 5 #include "C_TOP_PTRS.h" 11 USHORT its_occupancy_of_last_row;
12 USHORT its_num_of_rows;
19 USHORT get_occupancy_of_last_row()
const;
21 VOID refresh_a_row(USHORT row, Str255 new_name_pstr);
22 VOID fill_first(
const STRINGY & namey);
23 VOID fill_second(
const STRINGY & namey);
25 VOID delete_row_and_tell_net_about_it(USHORT xed_row);
26 VOID delete_all_rows();
28 VOID Click(SMouseDownEvent & inMouseDown);
29 BOOLEAN HandleKeyPress(
const EventRecord & in_key_event);
30 BOOLEAN ObeyCommand(CommandT inCommand, VOID * ioParam);
31 VOID FindCommandStatus(
34 BOOLEAN & outUsesMark,
43 USHORT C_BI_ND_LBOX::get_occupancy_of_last_row()
const 45 return its_occupancy_of_last_row;
Definition: C_TOP_PTRS.h:7
Definition: C_BI_ND_LBOX.h:7