00001 #ifndef ocbrowser_h 00002 #define ocbrowser_h 00003 00004 #include <IV-look/fbrowser.h> 00005 00006 class OcBrowser : public FileBrowser { 00007 public: 00008 OcBrowser(Action* accept, Action* cancel); 00009 OcBrowser(); 00010 virtual ~OcBrowser(); 00011 virtual Glyph* standard_glyph(); 00012 virtual void append_item(const char*); 00013 virtual void change_item(GlyphIndex, const char*); 00014 virtual void accept(); 00015 virtual void select_and_adjust(GlyphIndex); 00016 }; 00017 00018 #endif