MCPcopy Create free account
hub / github.com/arteme/pod-ui / ProgramButtonExt

Interface ProgramButtonExt

gui/src/widgets/program_button.rs:160–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160pub trait ProgramButtonExt {
161 fn set_program_id(&self, value: &str);
162 fn program_id(&self) -> glib::GString;
163
164 fn set_program_name(&self, value: &str);
165 fn program_name(&self) -> glib::GString;
166
167 fn set_modified(&self, modified: bool);
168 fn modified(&self) -> bool;
169}
170
171impl ProgramButtonExt for ProgramButton {
172 fn set_program_id(&self, value: &str) {

Callers

nothing calls this directly

Implementers 1

program_button.rsgui/src/widgets/program_button.rs

Calls

no outgoing calls

Tested by

no test coverage detected