8 #ifndef _TRACKGIT_WINDOW_H_ 9 #define _TRACKGIT_WINDOW_H_ 14 #include <InterfaceKit.h> 15 #include <SupportKit.h> 36 TrackGitWindow(BString repo, BRect frame,
const char* title, window_type type,
39 BWindow(frame, title, type, flags)
52 msg.AddString(
"repo",
fRepo);
53 messenger.SendMessage(&msg);
#define APP_SIGN
The Application signature.
virtual void Quit()
The function to Quit the window.
TrackGitWindow(BString repo, BRect frame, const char *title, window_type type, int flags)
The TrackGitWindow constructor.
The TrackGit Window class.
BString fRepo
The repo/directory where the command is called.