mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename action
This commit is contained in:
parent
12c1c80092
commit
330075164d
4 changed files with 14 additions and 14 deletions
|
|
@ -6,18 +6,18 @@ use gtk::{
|
|||
prelude::StaticVariantType,
|
||||
};
|
||||
|
||||
/// Open [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html)
|
||||
pub struct Open {
|
||||
/// Load [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html)
|
||||
pub struct Load {
|
||||
pub simple_action: SimpleAction,
|
||||
}
|
||||
|
||||
impl Default for Open {
|
||||
impl Default for Load {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Open {
|
||||
impl Load {
|
||||
// Constructors
|
||||
|
||||
/// Create new `Self`
|
||||
Loading…
Add table
Add a link
Reference in a new issue