mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-07 00:44:13 +00:00
enshort const name
This commit is contained in:
parent
8ad13b2aa2
commit
a55dce8008
@ -51,7 +51,7 @@ Glib::ustring Tab::get_label_text(
|
|||||||
void Tab::append(
|
void Tab::append(
|
||||||
const Glib::ustring & TITLE,
|
const Glib::ustring & TITLE,
|
||||||
const Glib::ustring & REQUEST,
|
const Glib::ustring & REQUEST,
|
||||||
const bool & TAB_FOCUS
|
const bool & FOCUS
|
||||||
) {
|
) {
|
||||||
auto tabPage = new tab::Page(
|
auto tabPage = new tab::Page(
|
||||||
TITLE,
|
TITLE,
|
||||||
@ -70,7 +70,7 @@ void Tab::append(
|
|||||||
REORDERABLE
|
REORDERABLE
|
||||||
);
|
);
|
||||||
|
|
||||||
if (TAB_FOCUS)
|
if (FOCUS)
|
||||||
{
|
{
|
||||||
set_current_page(
|
set_current_page(
|
||||||
page_number
|
page_number
|
||||||
|
@ -25,7 +25,7 @@ namespace app::browser::main
|
|||||||
void append(
|
void append(
|
||||||
const Glib::ustring & TITLE,
|
const Glib::ustring & TITLE,
|
||||||
const Glib::ustring & REQUEST = "",
|
const Glib::ustring & REQUEST = "",
|
||||||
const bool & TAB_FOCUS = true
|
const bool & FOCUS = true
|
||||||
);
|
);
|
||||||
|
|
||||||
void close(
|
void close(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user