25 #ifndef GNC_DIALOG_ORDER_H_ 26 #define GNC_DIALOG_ORDER_H_ 32 #include "dialog-search.h" 35 OrderWindow * gnc_ui_order_edit (GtkWindow *parent, GncOrder *order);
36 OrderWindow * gnc_ui_order_new (GtkWindow *parent,
GncOwner *owner, QofBook *book);
39 GNCSearchWindow * gnc_order_search (GtkWindow *parent, GncOrder *start,
GncOwner *owner,
48 GNCSearchWindow * gnc_order_search_select (GtkWindow *parent, gpointer start, gpointer book);
49 GNCSearchWindow * gnc_order_search_edit (GtkWindow *parent, gpointer start, gpointer book);
Business Interface: Object OWNERs.