Home
last modified time | relevance | path

Searched refs:destroy_with_parent (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/x11-toolkits/p5-Gtk2-Ex-Dialogs/Gtk2-Ex-Dialogs-0.11/lib/Gtk2/Ex/
H A DDialogs.pm32 $destroy_with_parent $modal $no_separator
73 $Gtk2::Ex::Dialogs::destroy_with_parent =
74 $cfg->{destroy_with_parent} || FALSE;
75 Gtk2::Ex::Dialogs->set_destroy_with_parent( $Gtk2::Ex::Dialogs::destroy_with_parent );
134 $Gtk2::Ex::Dialogs::destroy_with_parent = $value;
135 $Gtk2::Ex::Dialogs::ChooseDirectory::destroy_with_parent = $value;
136 $Gtk2::Ex::Dialogs::ChooseFile::destroy_with_parent = $value;
137 $Gtk2::Ex::Dialogs::ChoosePreviewFile::destroy_with_parent = $value;
138 $Gtk2::Ex::Dialogs::ErrorMsg::destroy_with_parent = $value;
139 $Gtk2::Ex::Dialogs::Message::destroy_with_parent = $value;
[all …]
/dports/x11-toolkits/p5-Gtk2-Ex-Dialogs/Gtk2-Ex-Dialogs-0.11/lib/Gtk2/Ex/Dialogs/
H A DChooseFile.pm24 $destroy_with_parent $modal $no_separator );
54 $Gtk2::Ex::Dialogs::ChooseFile::destroy_with_parent =
55 $cfg->{destroy_with_parent} || FALSE;
161 $cfg->{destroy_with_parent} ||= $Gtk2::Ex::Dialogs::ChooseFile::destroy_with_parent;
182 unless not $cfg->{destroy_with_parent};
H A DChooseDirectory.pm23 use vars qw( $VERSION $parent_window $title $destroy_with_parent
55 $Gtk2::Ex::Dialogs::ChooseDirectory::destroy_with_parent =
56 $cfg->{destroy_with_parent} || FALSE;
161 $cfg->{destroy_with_parent} ||= $Gtk2::Ex::Dialogs::ChooseDirectory::destroy_with_parent;
181 unless not $cfg->{destroy_with_parent};
H A DMessage.pm24 $destroy_with_parent $modal $no_separator );
58 $Gtk2::Ex::Dialogs::Message::destroy_with_parent =
59 $cfg->{destroy_with_parent} || FALSE;
176 $cfg->{destroy_with_parent} ||= $Gtk2::Ex::Dialogs::Message::destroy_with_parent;
181 push( @{ $flags }, 'destroy-with-parent' ) if $cfg->{destroy_with_parent};
H A DQuestion.pm24 $destroy_with_parent $modal $no_separator
59 $Gtk2::Ex::Dialogs::Question::destroy_with_parent =
60 $cfg->{destroy_with_parent} || FALSE;
181 $cfg->{destroy_with_parent} ||= $Gtk2::Ex::Dialogs::Question::destroy_with_parent;
187 push( @{ $flags }, 'destroy-with-parent' ) if $cfg->{destroy_with_parent};
H A DErrorMsg.pm55 $Gtk2::Ex::Dialogs::ErrorMsg::destroy_with_parent =
56 $cfg->{destroy_with_parent} || FALSE;
166 $cfg->{destroy_with_parent} ||= $Gtk2::Ex::Dialogs::ErrorMsg::destroy_with_parent;
H A DChoosePreviewFile.pm24 $destroy_with_parent $modal $no_separator );
55 $Gtk2::Ex::Dialogs::ChoosePreviewFile::destroy_with_parent =
56 $cfg->{destroy_with_parent} || FALSE;
162 $cfg->{destroy_with_parent} ||= $Gtk2::Ex::Dialogs::ChoosePreviewFile::destroy_with_parent;
183 unless not $cfg->{destroy_with_parent};
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Doffscreen_window.rs55 destroy_with_parent: Option<bool>, field
125 destroy_with_parent: None, in new()
208 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
209 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
420 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
421 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Drecent_chooser_dialog.rs53 destroy_with_parent: Option<bool>, field
124 destroy_with_parent: None, in new()
210 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
211 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
427 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
428 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dfile_chooser_dialog.rs49 destroy_with_parent: Option<bool>, field
120 destroy_with_parent: None, in new()
206 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
207 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
423 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
424 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dfont_chooser_dialog.rs57 destroy_with_parent: Option<bool>, field
128 destroy_with_parent: None, in new()
214 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
215 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
431 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
432 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dapplication_window.rs50 destroy_with_parent: Option<bool>, field
121 destroy_with_parent: None, in new()
207 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
208 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
424 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
425 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dcolor_chooser_dialog.rs65 destroy_with_parent: Option<bool>, field
137 destroy_with_parent: None, in new()
226 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
227 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
448 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
449 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Doffscreen_window.rs66 destroy_with_parent: Option<bool>, field
158 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
159 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
366 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
367 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dfont_chooser_dialog.rs72 destroy_with_parent: Option<bool>, field
177 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
178 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
410 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
411 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Drecent_chooser_dialog.rs70 destroy_with_parent: Option<bool>, field
175 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
176 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
418 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
419 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dfile_chooser_dialog.rs63 destroy_with_parent: Option<bool>, field
169 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
170 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
415 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
416 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Doffscreen_window.rs66 destroy_with_parent: Option<bool>, field
158 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
159 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
366 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
367 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dapplication_window.rs58 destroy_with_parent: Option<bool>, field
153 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
154 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
357 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
358 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dwindow.rs57 destroy_with_parent: Option<bool>, field
149 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
150 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
347 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
348 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Doffscreen_window.rs66 destroy_with_parent: Option<bool>, field
158 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
159 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
366 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
367 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Doffscreen_window.rs56 destroy_with_parent: Option<bool>, field
143 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
144 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
355 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
356 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
H A Dfont_chooser_dialog.rs61 destroy_with_parent: Option<bool>, field
159 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
160 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
400 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
401 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Doffscreen_window.rs66 destroy_with_parent: Option<bool>, field
158 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
159 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
366 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
367 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Doffscreen_window.rs56 destroy_with_parent: Option<bool>, field
143 if let Some(ref destroy_with_parent) = self.destroy_with_parent { in build()
144 properties.push(("destroy-with-parent", destroy_with_parent)); in build()
355 pub fn destroy_with_parent(mut self, destroy_with_parent: bool) -> Self { in destroy_with_parent() method
356 self.destroy_with_parent = Some(destroy_with_parent); in destroy_with_parent()

12345678