mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
draft page reload action
This commit is contained in:
parent
4e0ec422ca
commit
fd73dc3d7c
7 changed files with 45 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use gtk::{Box, Orientation};
|
||||
use gtk::{glib::GString, Box, Orientation};
|
||||
|
||||
pub struct Content {
|
||||
widget: Box,
|
||||
|
|
@ -12,6 +12,11 @@ impl Content {
|
|||
}
|
||||
}
|
||||
|
||||
// Actions
|
||||
pub fn reload(&self, request_text: GString) {
|
||||
// @TODO
|
||||
}
|
||||
|
||||
// Getters
|
||||
pub fn widget(&self) -> &Box {
|
||||
&self.widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue