1 #ifndef BYTEORDERPOPUP_H
2 #define BYTEORDERPOPUP_H
12 ByteOrderPopup(BC_WindowBase
*parent_window
, int x
, int y
, int *output
);
17 ArrayList
<BC_ListBoxItem
*> byteorder_items
;
18 BC_WindowBase
*parent_window
;
23 ByteOrderText
*textbox
;
26 class ByteOrderList
: public BC_ListBox
29 ByteOrderList(ByteOrderPopup
*popup
, int x
, int y
);
31 ByteOrderPopup
*popup
;
34 class ByteOrderText
: public BC_TextBox
37 ByteOrderText(ByteOrderPopup
*popup
, int x
, int y
);
39 ByteOrderPopup
*popup
;