mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
update comments
This commit is contained in:
parent
44a4e0ce53
commit
95b1f2d880
@ -28,7 +28,12 @@ Page::Page(
|
||||
this->db = db
|
||||
);
|
||||
|
||||
// Init components
|
||||
// Init widget
|
||||
set_orientation(
|
||||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
// Init widget components
|
||||
pageNavigation = Gtk::make_managed<page::Navigation>(
|
||||
this->db,
|
||||
ACTION__UPDATE,
|
||||
@ -47,11 +52,6 @@ Page::Page(
|
||||
* pageContent
|
||||
);
|
||||
|
||||
// Init widget
|
||||
set_orientation(
|
||||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
// Connect events
|
||||
/* activated twice on tab change @TODO
|
||||
signal_realize().connect(
|
||||
|
Loading…
x
Reference in New Issue
Block a user