mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
deactivate not in use constructions
This commit is contained in:
parent
8113022cd4
commit
6f7a21705e
3 changed files with 4 additions and 4 deletions
|
|
@ -30,10 +30,11 @@ impl CloseAll {
|
|||
|
||||
// Actions
|
||||
|
||||
/* @TODO not in use
|
||||
/// Emit [activate](https://docs.gtk.org/gio/signal.SimpleAction.activate.html) signal
|
||||
pub fn activate(&self) {
|
||||
self.gobject.activate(None);
|
||||
}
|
||||
} */
|
||||
|
||||
/// Change action [state](https://docs.gtk.org/gio/method.SimpleAction.set_state.html)
|
||||
/// * set `DEFAULT_STATE` on `None`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue