root/_TextViewer/BF_GUI_MessageBox.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef ____BF_GUI_MESSAGEBOX____
   2 #define ____BF_GUI_MESSAGEBOX____
   3 
   4 #include <InterfaceKit.h>
   5 #include "BF_GUI_Tools.h"
   6 
   7 class BF_GUI_MessageBox : public BF_GUI_Dialog {
   8 public:
   9                                         BF_GUI_MessageBox(BRect  o_Bounds, char *pc_Title, char *pc_MessageText, BView *po_ParentView, char *pc_ButtonText);     
  10 private:
  11         BF_GUI_DlgView_HMenu    *po_Buttons;
  12 };
  13 
  14 #endif

/* [previous][next][first][last][top][bottom][index][help] */