initiaql check-in, moved repository -- no-longer a fork of
haikuarchives/yab
This commit is contained in:
17
src/YabMenu.h
Normal file
17
src/YabMenu.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef YABMENU_H
|
||||
#define YABMENU_H
|
||||
|
||||
class YabMenu : public BMenu
|
||||
{
|
||||
public:
|
||||
YabMenu(const char* name) : BMenu(name)
|
||||
{
|
||||
}
|
||||
|
||||
void MyHide()
|
||||
{
|
||||
Hide();
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user