Home
last modified time | relevance | path

Searched defs:WindowBuilder (Results 1 – 25 of 85) sorted by relevance

1234

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dwindow.rs49 pub struct WindowBuilder { struct
53 decorated: Option<bool>,
56 deletable: Option<bool>,
66 modal: Option<bool>,
67 resizable: Option<bool>,
68 role: Option<String>,
73 title: Option<String>,
87 expand: Option<bool>,
94 hexpand: Option<bool>,
96 is_focus: Option<bool>,
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/os/
H A Dmacos.rs87 fn with_activation_policy(self, activation_policy: ActivationPolicy) -> WindowBuilder; in with_activation_policy()
91 fn with_titlebar_transparent(self, titlebar_transparent: bool) -> WindowBuilder; in with_titlebar_transparent()
93 fn with_title_hidden(self, title_hidden: bool) -> WindowBuilder; in with_title_hidden()
95 fn with_titlebar_hidden(self, titlebar_hidden: bool) -> WindowBuilder; in with_titlebar_hidden()
99 fn with_fullsize_content_view(self, fullsize_content_view: bool) -> WindowBuilder; in with_fullsize_content_view()
101 fn with_resize_increments(self, increments: LogicalSize) -> WindowBuilder; in with_resize_increments()
104 impl WindowBuilderExt for WindowBuilder { implementation
118 fn with_titlebar_transparent(mut self, titlebar_transparent: bool) -> WindowBuilder { in with_titlebar_transparent()
124 fn with_titlebar_hidden(mut self, titlebar_hidden: bool) -> WindowBuilder { in with_titlebar_hidden()
136 fn with_title_hidden(mut self, title_hidden: bool) -> WindowBuilder { in with_title_hidden()
[all …]
H A Dunix.rs309 fn with_x11_visual<T>(self, visual_infos: *const T) -> WindowBuilder; in with_x11_visual()
310 fn with_x11_screen(self, screen_id: i32) -> WindowBuilder; in with_x11_screen()
313 fn with_class(self, class: String, instance: String) -> WindowBuilder; in with_class()
319 fn with_gtk_theme_variant(self, variant: String) -> WindowBuilder; in with_gtk_theme_variant()
323 fn with_base_size(self, base_size: LogicalSize) -> WindowBuilder; in with_base_size()
330 fn with_app_id(self, app_id: String) -> WindowBuilder; in with_app_id()
333 impl WindowBuilderExt for WindowBuilder { implementation
343 fn with_x11_screen(mut self, screen_id: i32) -> WindowBuilder { in with_x11_screen()
373 fn with_base_size(mut self, base_size: LogicalSize) -> WindowBuilder { in with_base_size()
379 fn with_gtk_theme_variant(mut self, variant: String) -> WindowBuilder { in with_gtk_theme_variant()
[all …]
H A Dwindows.rs54 fn with_parent_window(self, parent: HWND) -> WindowBuilder; in with_parent_window()
57 fn with_taskbar_icon(self, taskbar_icon: Option<Icon>) -> WindowBuilder; in with_taskbar_icon()
60 fn with_no_redirection_bitmap(self, flag: bool) -> WindowBuilder; in with_no_redirection_bitmap()
63 impl WindowBuilderExt for WindowBuilder { implementation
65 fn with_parent_window(mut self, parent: HWND) -> WindowBuilder { in with_parent_window()
71 fn with_taskbar_icon(mut self, taskbar_icon: Option<Icon>) -> WindowBuilder { in with_taskbar_icon()
77 fn with_no_redirection_bitmap(mut self, flag: bool) -> WindowBuilder { in with_no_redirection_bitmap()
H A Dios.rs37 fn with_root_view_class(self, root_view_class: *const c_void) -> WindowBuilder; in with_root_view_class()
40 impl WindowBuilderExt for WindowBuilder { implementation
42 fn with_root_view_class(mut self, root_view_class: *const c_void) -> WindowBuilder { in with_root_view_class()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/os/
H A Dmacos.rs95 fn with_activation_policy(self, activation_policy: ActivationPolicy) -> WindowBuilder; in with_activation_policy()
99 fn with_titlebar_transparent(self, titlebar_transparent: bool) -> WindowBuilder; in with_titlebar_transparent()
101 fn with_title_hidden(self, title_hidden: bool) -> WindowBuilder; in with_title_hidden()
103 fn with_titlebar_hidden(self, titlebar_hidden: bool) -> WindowBuilder; in with_titlebar_hidden()
107 fn with_fullsize_content_view(self, fullsize_content_view: bool) -> WindowBuilder; in with_fullsize_content_view()
109 fn with_resize_increments(self, increments: LogicalSize) -> WindowBuilder; in with_resize_increments()
112 impl WindowBuilderExt for WindowBuilder { implementation
126 fn with_titlebar_transparent(mut self, titlebar_transparent: bool) -> WindowBuilder { in with_titlebar_transparent()
132 fn with_titlebar_hidden(mut self, titlebar_hidden: bool) -> WindowBuilder { in with_titlebar_hidden()
144 fn with_title_hidden(mut self, title_hidden: bool) -> WindowBuilder { in with_title_hidden()
[all …]
H A Dunix.rs309 fn with_x11_visual<T>(self, visual_infos: *const T) -> WindowBuilder; in with_x11_visual()
310 fn with_x11_screen(self, screen_id: i32) -> WindowBuilder; in with_x11_screen()
313 fn with_class(self, class: String, instance: String) -> WindowBuilder; in with_class()
319 fn with_gtk_theme_variant(self, variant: String) -> WindowBuilder; in with_gtk_theme_variant()
323 fn with_base_size(self, base_size: LogicalSize) -> WindowBuilder; in with_base_size()
330 fn with_app_id(self, app_id: String) -> WindowBuilder; in with_app_id()
333 impl WindowBuilderExt for WindowBuilder { implementation
343 fn with_x11_screen(mut self, screen_id: i32) -> WindowBuilder { in with_x11_screen()
373 fn with_base_size(mut self, base_size: LogicalSize) -> WindowBuilder { in with_base_size()
379 fn with_gtk_theme_variant(mut self, variant: String) -> WindowBuilder { in with_gtk_theme_variant()
[all …]
H A Dwindows.rs54 fn with_parent_window(self, parent: HWND) -> WindowBuilder; in with_parent_window()
57 fn with_taskbar_icon(self, taskbar_icon: Option<Icon>) -> WindowBuilder; in with_taskbar_icon()
60 fn with_no_redirection_bitmap(self, flag: bool) -> WindowBuilder; in with_no_redirection_bitmap()
63 impl WindowBuilderExt for WindowBuilder { implementation
65 fn with_parent_window(mut self, parent: HWND) -> WindowBuilder { in with_parent_window()
71 fn with_taskbar_icon(mut self, taskbar_icon: Option<Icon>) -> WindowBuilder { in with_taskbar_icon()
77 fn with_no_redirection_bitmap(mut self, flag: bool) -> WindowBuilder { in with_no_redirection_bitmap()
H A Dios.rs37 fn with_root_view_class(self, root_view_class: *const c_void) -> WindowBuilder; in with_root_view_class()
40 impl WindowBuilderExt for WindowBuilder { implementation
42 fn with_root_view_class(mut self, root_view_class: *const c_void) -> WindowBuilder { in with_root_view_class()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform/
H A Dmacos.rs106 fn with_movable_by_window_background(self, movable_by_window_background: bool) in with_movable_by_window_background()
111 fn with_title_hidden(self, title_hidden: bool) -> WindowBuilder; in with_title_hidden()
113 fn with_titlebar_hidden(self, titlebar_hidden: bool) -> WindowBuilder; in with_titlebar_hidden()
120 fn with_disallow_hidpi(self, disallow_hidpi: bool) -> WindowBuilder; in with_disallow_hidpi()
121 fn with_has_shadow(self, has_shadow: bool) -> WindowBuilder; in with_has_shadow()
124 impl WindowBuilderExtMacOS for WindowBuilder { implementation
135 ) -> WindowBuilder { in with_movable_by_window_background()
147 fn with_titlebar_hidden(mut self, titlebar_hidden: bool) -> WindowBuilder { in with_titlebar_hidden()
159 fn with_title_hidden(mut self, title_hidden: bool) -> WindowBuilder { in with_title_hidden()
177 fn with_disallow_hidpi(mut self, disallow_hidpi: bool) -> WindowBuilder { in with_disallow_hidpi()
[all …]
H A Dios.rs149 fn with_root_view_class(self, root_view_class: *const c_void) -> WindowBuilder; in with_root_view_class()
158 fn with_scale_factor(self, scale_factor: f64) -> WindowBuilder; in with_scale_factor()
176 fn with_prefers_home_indicator_hidden(self, hidden: bool) -> WindowBuilder; in with_prefers_home_indicator_hidden()
188 ) -> WindowBuilder; in with_preferred_screen_edges_deferring_system_gestures()
196 fn with_prefers_status_bar_hidden(self, hidden: bool) -> WindowBuilder; in with_prefers_status_bar_hidden()
199 impl WindowBuilderExtIOS for WindowBuilder { implementation
201 fn with_root_view_class(mut self, root_view_class: *const c_void) -> WindowBuilder { in with_root_view_class()
207 fn with_scale_factor(mut self, scale_factor: f64) -> WindowBuilder { in with_scale_factor()
219 fn with_prefers_home_indicator_hidden(mut self, hidden: bool) -> WindowBuilder { in with_prefers_home_indicator_hidden()
228 ) -> WindowBuilder { in with_preferred_screen_edges_deferring_system_gestures()
[all …]
H A Dwindows.rs113 fn with_parent_window(self, parent: HWND) -> WindowBuilder; in with_parent_window()
116 fn with_taskbar_icon(self, taskbar_icon: Option<Icon>) -> WindowBuilder; in with_taskbar_icon()
119 fn with_no_redirection_bitmap(self, flag: bool) -> WindowBuilder; in with_no_redirection_bitmap()
127 fn with_drag_and_drop(self, flag: bool) -> WindowBuilder; in with_drag_and_drop()
130 fn with_theme(self, theme: Option<Theme>) -> WindowBuilder; in with_theme()
133 impl WindowBuilderExtWindows for WindowBuilder { implementation
135 fn with_parent_window(mut self, parent: HWND) -> WindowBuilder { in with_parent_window()
141 fn with_taskbar_icon(mut self, taskbar_icon: Option<Icon>) -> WindowBuilder { in with_taskbar_icon()
147 fn with_no_redirection_bitmap(mut self, flag: bool) -> WindowBuilder { in with_no_redirection_bitmap()
153 fn with_drag_and_drop(mut self, flag: bool) -> WindowBuilder { in with_drag_and_drop()
[all …]
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform/
H A Dmacos.rs135 fn with_movable_by_window_background(self, movable_by_window_background: bool) in with_movable_by_window_background()
140 fn with_title_hidden(self, title_hidden: bool) -> WindowBuilder; in with_title_hidden()
142 fn with_titlebar_hidden(self, titlebar_hidden: bool) -> WindowBuilder; in with_titlebar_hidden()
149 fn with_disallow_hidpi(self, disallow_hidpi: bool) -> WindowBuilder; in with_disallow_hidpi()
150 fn with_has_shadow(self, has_shadow: bool) -> WindowBuilder; in with_has_shadow()
153 impl WindowBuilderExtMacOS for WindowBuilder { implementation
164 ) -> WindowBuilder { in with_movable_by_window_background()
176 fn with_titlebar_hidden(mut self, titlebar_hidden: bool) -> WindowBuilder { in with_titlebar_hidden()
188 fn with_title_hidden(mut self, title_hidden: bool) -> WindowBuilder { in with_title_hidden()
206 fn with_disallow_hidpi(mut self, disallow_hidpi: bool) -> WindowBuilder { in with_disallow_hidpi()
[all …]
H A Dios.rs149 fn with_root_view_class(self, root_view_class: *const c_void) -> WindowBuilder; in with_root_view_class()
158 fn with_scale_factor(self, scale_factor: f64) -> WindowBuilder; in with_scale_factor()
176 fn with_prefers_home_indicator_hidden(self, hidden: bool) -> WindowBuilder; in with_prefers_home_indicator_hidden()
188 ) -> WindowBuilder; in with_preferred_screen_edges_deferring_system_gestures()
196 fn with_prefers_status_bar_hidden(self, hidden: bool) -> WindowBuilder; in with_prefers_status_bar_hidden()
199 impl WindowBuilderExtIOS for WindowBuilder { implementation
201 fn with_root_view_class(mut self, root_view_class: *const c_void) -> WindowBuilder { in with_root_view_class()
207 fn with_scale_factor(mut self, scale_factor: f64) -> WindowBuilder { in with_scale_factor()
219 fn with_prefers_home_indicator_hidden(mut self, hidden: bool) -> WindowBuilder { in with_prefers_home_indicator_hidden()
228 ) -> WindowBuilder { in with_preferred_screen_edges_deferring_system_gestures()
[all …]
H A Dwindows.rs113 fn with_parent_window(self, parent: HWND) -> WindowBuilder; in with_parent_window()
116 fn with_taskbar_icon(self, taskbar_icon: Option<Icon>) -> WindowBuilder; in with_taskbar_icon()
119 fn with_no_redirection_bitmap(self, flag: bool) -> WindowBuilder; in with_no_redirection_bitmap()
127 fn with_drag_and_drop(self, flag: bool) -> WindowBuilder; in with_drag_and_drop()
130 impl WindowBuilderExtWindows for WindowBuilder { implementation
132 fn with_parent_window(mut self, parent: HWND) -> WindowBuilder { in with_parent_window()
138 fn with_taskbar_icon(mut self, taskbar_icon: Option<Icon>) -> WindowBuilder { in with_taskbar_icon()
144 fn with_no_redirection_bitmap(mut self, flag: bool) -> WindowBuilder { in with_no_redirection_bitmap()
150 fn with_drag_and_drop(mut self, flag: bool) -> WindowBuilder { in with_drag_and_drop()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/
H A Dwindow.rs18 impl WindowBuilder { impl
30 pub fn with_dimensions(mut self, size: LogicalSize) -> WindowBuilder { in with_dimensions()
37 pub fn with_min_dimensions(mut self, min_size: LogicalSize) -> WindowBuilder { in with_min_dimensions()
44 pub fn with_max_dimensions(mut self, max_size: LogicalSize) -> WindowBuilder { in with_max_dimensions()
60 pub fn with_resizable(mut self, resizable: bool) -> WindowBuilder { in with_resizable()
67 pub fn with_title<T: Into<String>>(mut self, title: T) -> WindowBuilder { in with_title()
82 pub fn with_maximized(mut self, maximized: bool) -> WindowBuilder { in with_maximized()
89 pub fn with_visibility(mut self, visible: bool) -> WindowBuilder { in with_visibility()
96 pub fn with_transparency(mut self, transparent: bool) -> WindowBuilder { in with_transparency()
103 pub fn with_decorations(mut self, decorations: bool) -> WindowBuilder { in with_decorations()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/
H A Dwindow.rs18 impl WindowBuilder { implementation
30 pub fn with_dimensions(mut self, size: LogicalSize) -> WindowBuilder { in with_dimensions()
37 pub fn with_min_dimensions(mut self, min_size: LogicalSize) -> WindowBuilder { in with_min_dimensions()
44 pub fn with_max_dimensions(mut self, max_size: LogicalSize) -> WindowBuilder { in with_max_dimensions()
60 pub fn with_resizable(mut self, resizable: bool) -> WindowBuilder { in with_resizable()
67 pub fn with_title<T: Into<String>>(mut self, title: T) -> WindowBuilder { in with_title()
82 pub fn with_maximized(mut self, maximized: bool) -> WindowBuilder { in with_maximized()
89 pub fn with_visibility(mut self, visible: bool) -> WindowBuilder { in with_visibility()
96 pub fn with_transparency(mut self, transparent: bool) -> WindowBuilder { in with_transparency()
103 pub fn with_decorations(mut self, decorations: bool) -> WindowBuilder { in with_decorations()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dwindow.rs141 pub struct WindowBuilder { struct
145 decorated: Option<bool>,
148 deletable: Option<bool>,
157 modal: Option<bool>,
158 resizable: Option<bool>,
159 role: Option<String>,
164 title: Option<String>,
171 child: Option<Widget>,
177 expand: Option<bool>,
181 halign: Option<Align>,
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dwindow.rs125 pub struct WindowBuilder { struct
129 decorated: Option<bool>,
132 deletable: Option<bool>,
141 modal: Option<bool>,
142 resizable: Option<bool>,
143 role: Option<String>,
148 title: Option<String>,
155 child: Option<Widget>,
161 expand: Option<bool>,
164 halign: Option<Align>,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dwindow.rs141 pub struct WindowBuilder { struct
145 decorated: Option<bool>,
148 deletable: Option<bool>,
157 modal: Option<bool>,
158 resizable: Option<bool>,
159 role: Option<String>,
164 title: Option<String>,
171 child: Option<Widget>,
177 expand: Option<bool>,
181 halign: Option<Align>,
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dwindow.rs123 pub struct WindowBuilder { struct
127 decorated: Option<bool>,
130 deletable: Option<bool>,
139 modal: Option<bool>,
141 role: Option<String>,
146 title: Option<String>,
153 child: Option<Widget>,
159 expand: Option<bool>,
162 halign: Option<Align>,
167 hexpand: Option<bool>,
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dwindow.rs141 pub struct WindowBuilder { struct
145 decorated: Option<bool>,
148 deletable: Option<bool>,
157 modal: Option<bool>,
158 resizable: Option<bool>,
159 role: Option<String>,
164 title: Option<String>,
171 child: Option<Widget>,
177 expand: Option<bool>,
181 halign: Option<Align>,
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dwindow.rs125 pub struct WindowBuilder { struct
129 decorated: Option<bool>,
132 deletable: Option<bool>,
141 modal: Option<bool>,
142 resizable: Option<bool>,
143 role: Option<String>,
148 title: Option<String>,
155 child: Option<Widget>,
161 expand: Option<bool>,
164 halign: Option<Align>,
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dwindow.rs141 pub struct WindowBuilder { struct
145 decorated: Option<bool>,
148 deletable: Option<bool>,
157 modal: Option<bool>,
158 resizable: Option<bool>,
159 role: Option<String>,
164 title: Option<String>,
171 child: Option<Widget>,
177 expand: Option<bool>,
181 halign: Option<Align>,
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dvideo.rs905 pub struct WindowBuilder { struct
917 impl WindowBuilder { argument
990 pub fn fullscreen(&mut self) -> &mut WindowBuilder { in fullscreen()
1002 pub fn opengl(&mut self) -> & mut WindowBuilder { in opengl()
1008 pub fn vulkan(&mut self) -> & mut WindowBuilder { in vulkan()
1014 pub fn hidden(&mut self) -> &mut WindowBuilder { in hidden()
1020 pub fn borderless(&mut self) -> &mut WindowBuilder { in borderless()
1026 pub fn resizable(&mut self) -> &mut WindowBuilder { in resizable()
1032 pub fn minimized(&mut self) -> &mut WindowBuilder { in minimized()
1038 pub fn maximized(&mut self) -> &mut WindowBuilder { in maximized()
[all …]

1234