Home
last modified time | relevance | path

Searched refs:new_for_manager (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/t/
H A Dzz-GtkRecentChooserDialog.t28 $chooser = Gtk3::RecentChooserDialog->new_for_manager ('Test', $window, $manager);
32 $chooser = Gtk3::RecentChooserDialog->new_for_manager ('Test', undef, $manager);
40 $chooser = Gtk3::RecentChooserDialog->new_for_manager ('Test', $window, $manager, 'gtk-ok' => 'ok',…
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkRecentChooserDialog.t32 $chooser = Gtk2::RecentChooserDialog -> new_for_manager("Test", $window, $manager);
36 $chooser = Gtk2::RecentChooserDialog -> new_for_manager("Test", undef, $manager);
47 $chooser = Gtk2::RecentChooserDialog -> new_for_manager("Test", $window, $manager, "gtk-ok" => "ok"…
H A DGtkRecentChooserWidget.t27 $chooser = Gtk2::RecentChooserWidget -> new_for_manager($manager);
H A DGtkRecentChooserMenu.t27 $chooser = Gtk2::RecentChooserMenu -> new_for_manager($manager);
H A DGtkRecentChooser.t26 my $chooser = Gtk2::RecentChooserWidget -> new_for_manager($manager);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkRecentChooserDialog.xs16 =for apidoc Gtk2::RecentChooserDialog::new_for_manager
17 =for signature widget = Gtk2::RecentChooserDialog->new_for_manager ($title, $parent, $manager, ...)
29 Gtk2::RecentChooserDialog::new_for_manager = 1
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/
H A Drecent_chooser_dialog.rs27 pub fn new_for_manager<T: IsA<Window>>( in new_for_manager() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/
H A Drecent_chooser_dialog.rs27 pub fn new_for_manager<T: IsA<Window>>( in new_for_manager() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/
H A Drecent_chooser_dialog.rs27 pub fn new_for_manager<T: IsA<Window>>( in new_for_manager() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Drecent_chooser_widget.rs38 pub fn new_for_manager<P: IsA<RecentManager>>(manager: &P) -> RecentChooserWidget { in new_for_manager() method
H A Drecent_chooser_menu.rs43 pub fn new_for_manager<P: IsA<RecentManager>>(manager: &P) -> RecentChooserMenu { in new_for_manager() method
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Drecent_chooser_widget.rs41 pub fn new_for_manager<P: IsA<RecentManager>>(manager: &P) -> RecentChooserWidget { in new_for_manager() method
H A Drecent_chooser_menu.rs45 pub fn new_for_manager<P: IsA<RecentManager>>(manager: &P) -> RecentChooserMenu { in new_for_manager() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Drecent_chooser_widget.rs41 pub fn new_for_manager<P: IsA<RecentManager>>(manager: &P) -> RecentChooserWidget { in new_for_manager() method
H A Drecent_chooser_menu.rs45 pub fn new_for_manager<P: IsA<RecentManager>>(manager: &P) -> RecentChooserMenu { in new_for_manager() method
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gtk-3.0.36/
H A DGtk.overrides703 set-attr Gtk/RecentAction/new_for_manager/@parameters/label nullable 1
704 set-attr Gtk/RecentAction/new_for_manager/@parameters/tooltip nullable 1
705 set-attr Gtk/RecentAction/new_for_manager/@parameters/stock_id nullable 1
706 set-attr Gtk/RecentAction/new_for_manager/@parameters/manager nullable 1
715 set-attr Gtk/RecentChooserDialog/new_for_manager/@parameters/title nullable 1
716 set-attr Gtk/RecentChooserDialog/new_for_manager/@parameters/parent nullable 1
717 set-attr Gtk/RecentChooserDialog/new_for_manager/@parameters/first_button_text nullable 1
/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/lib/
H A DGtk3.pm1535 sub Gtk3::RecentChooserDialog::new_for_manager {
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas8724 …function new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: Pgchar; manager:… in new_for_manager() function
8853 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; cdecl; inline; static; in new_for_manager() function
8887 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidget; cdecl; inline; stat… in new_for_manager() function
26471 function TGtkRecentAction.new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: … in TGtkRecentAction.new_for_manager() function
26676 function TGtkRecentChooserMenu.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; … in TGtkRecentChooserMenu.new_for_manager() function
26696 function TGtkRecentChooserWidget.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidg… in TGtkRecentChooserWidget.new_for_manager() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas8738 …function new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: Pgchar; manager:… in new_for_manager() function
8867 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; cdecl; inline; static; in new_for_manager() function
8901 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidget; cdecl; inline; stat… in new_for_manager() function
26526 function TGtkRecentAction.new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: … in TGtkRecentAction.new_for_manager() function
26731 function TGtkRecentChooserMenu.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; … in TGtkRecentChooserMenu.new_for_manager() function
26751 function TGtkRecentChooserWidget.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidg… in TGtkRecentChooserWidget.new_for_manager() function
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas8724 …function new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: Pgchar; manager:… in new_for_manager() function
8853 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; cdecl; inline; static; in new_for_manager() function
8887 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidget; cdecl; inline; stat… in new_for_manager() function
26471 function TGtkRecentAction.new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: … in TGtkRecentAction.new_for_manager() function
26676 function TGtkRecentChooserMenu.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; … in TGtkRecentChooserMenu.new_for_manager() function
26696 function TGtkRecentChooserWidget.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidg… in TGtkRecentChooserWidget.new_for_manager() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas8738 …function new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: Pgchar; manager:… in new_for_manager() function
8867 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; cdecl; inline; static; in new_for_manager() function
8901 …function new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidget; cdecl; inline; stat… in new_for_manager() function
26526 function TGtkRecentAction.new_for_manager(name: Pgchar; label_: Pgchar; tooltip: Pgchar; stock_id: … in TGtkRecentAction.new_for_manager() function
26731 function TGtkRecentChooserMenu.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserMenu; … in TGtkRecentChooserMenu.new_for_manager() function
26751 function TGtkRecentChooserWidget.new_for_manager(manager: PGtkRecentManager): PGtkRecentChooserWidg… in TGtkRecentChooserWidget.new_for_manager() function