13 #include <LayoutBuilder.h> 15 #define B_TRANSLATION_CONTEXT "TrackGit" 30 B_DOCUMENT_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
36 BScrollView* fScrollView =
new BScrollView(
"logScrollView",
40 BButton* fOK =
new BButton(
"ok", B_TRANSLATE(
"OK"),
43 BLayoutBuilder::Group<>(
this, B_VERTICAL, 0)
79 BWindow::MessageReceived(msg);
virtual void Quit()
The function to Quit the window.
Header file of Log window.
LogWindow(BString)
LogWindow Constructor.
virtual void MessageReceived(BMessage *)
Handler to received messages.
BTextView * fLogTextView
The Log Text View.
void SetText(BString)
Sets Text of the View in Window.
The TrackGit Window class.