mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
add subtitle argument
This commit is contained in:
parent
b56163c7fc
commit
dd4b1947f5
@ -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…
x
Reference in New Issue
Block a user