#include <window_title.h>
The WindowTitle class can be used to maintain the consistancy of window titles between windows and dialogs.
Each string element that is added to the window title will be separated by a hyphen.
Definition at line 35 of file window_title.h.
◆ WindowTitle()
Gtkmm2ext::WindowTitle::WindowTitle |
( |
const std::string & |
title | ) |
|
- Parameters
-
title | The first string/element of the window title which will may be the application name or the document name in a document based application. |
◆ get_string()
const std::string& Gtkmm2ext::WindowTitle::get_string |
( |
| ) |
|
|
inline |
◆ operator+=()
void Gtkmm2ext::WindowTitle::operator+= |
( |
const std::string & |
| ) |
|
Add an string element to the window title.
◆ m_title
std::string Gtkmm2ext::WindowTitle::m_title |
|
private |
The documentation for this class was generated from the following file: