mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add subtitle argument
This commit is contained in:
parent
b56163c7fc
commit
dd4b1947f5
1 changed files with 2 additions and 0 deletions
|
|
@ -38,11 +38,13 @@ void Tab::refresh(
|
|||
|
||||
void Tab::append(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOCUS
|
||||
) {
|
||||
auto tabPage = new tab::Page(
|
||||
TITLE,
|
||||
SUBTITLE,
|
||||
REQUEST
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue