mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
enshort methods name
This commit is contained in:
parent
cf002cebd8
commit
9a4323fdda
5 changed files with 39 additions and 37 deletions
|
|
@ -69,20 +69,20 @@ impl Item {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn page_navigation_home(&self) {
|
||||
self.page.navigation_home()
|
||||
pub fn page_home(&self) {
|
||||
self.page.home()
|
||||
}
|
||||
|
||||
pub fn page_navigation_history_back(&self) {
|
||||
self.page.navigation_history_back()
|
||||
pub fn page_history_back(&self) {
|
||||
self.page.history_back()
|
||||
}
|
||||
|
||||
pub fn page_navigation_history_forward(&self) {
|
||||
self.page.navigation_history_forward()
|
||||
pub fn page_history_forward(&self) {
|
||||
self.page.history_forward()
|
||||
}
|
||||
|
||||
pub fn page_navigation_reload(&self) {
|
||||
self.page.navigation_reload()
|
||||
pub fn page_reload(&self) {
|
||||
self.page.reload()
|
||||
}
|
||||
|
||||
pub fn page_navigation_request_grab_focus(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue