Home
last modified time | relevance | path

Searched defs:FixedBuilder (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dfixed.rs53 pub struct FixedBuilder { struct
54 border_width: Option<u32>,
55 child: Option<Widget>,
58 can_default: Option<bool>,
59 can_focus: Option<bool>,
61 expand: Option<bool>,
65 halign: Option<Align>,
66 has_default: Option<bool>,
67 has_focus: Option<bool>,
68 has_tooltip: Option<bool>,
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dfixed.rs53 pub struct FixedBuilder { struct
54 border_width: Option<u32>,
55 child: Option<Widget>,
58 can_default: Option<bool>,
59 can_focus: Option<bool>,
61 expand: Option<bool>,
65 halign: Option<Align>,
66 has_default: Option<bool>,
67 has_focus: Option<bool>,
68 has_tooltip: Option<bool>,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dfixed.rs53 pub struct FixedBuilder { struct
54 border_width: Option<u32>,
55 child: Option<Widget>,
58 can_default: Option<bool>,
59 can_focus: Option<bool>,
61 expand: Option<bool>,
65 halign: Option<Align>,
66 has_default: Option<bool>,
67 has_focus: Option<bool>,
68 has_tooltip: Option<bool>,
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dfixed.rs41 pub struct FixedBuilder { struct
42 border_width: Option<u32>,
43 child: Option<Widget>,
46 can_default: Option<bool>,
47 can_focus: Option<bool>,
49 expand: Option<bool>,
52 halign: Option<Align>,
53 has_default: Option<bool>,
54 has_focus: Option<bool>,
55 has_tooltip: Option<bool>,
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dfixed.rs40 pub struct FixedBuilder { struct
41 border_width: Option<u32>,
42 child: Option<Widget>,
45 can_default: Option<bool>,
46 can_focus: Option<bool>,
48 expand: Option<bool>,
51 halign: Option<Align>,
52 has_default: Option<bool>,
53 has_focus: Option<bool>,
56 hexpand: Option<bool>,
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dfixed.rs41 pub struct FixedBuilder { struct
42 border_width: Option<u32>,
43 child: Option<Widget>,
46 can_default: Option<bool>,
47 can_focus: Option<bool>,
49 expand: Option<bool>,
52 halign: Option<Align>,
53 has_default: Option<bool>,
54 has_focus: Option<bool>,
55 has_tooltip: Option<bool>,
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dfixed.rs53 pub struct FixedBuilder { struct
54 border_width: Option<u32>,
55 child: Option<Widget>,
58 can_default: Option<bool>,
59 can_focus: Option<bool>,
61 expand: Option<bool>,
65 halign: Option<Align>,
66 has_default: Option<bool>,
67 has_focus: Option<bool>,
68 has_tooltip: Option<bool>,
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Dconnection.hpp132 using FixedBuilder = FixedBufferBuilder<fixed_size>; in Send() typedef
366 using FixedBuilder = FixedBufferBuilder<fixed_size>; in ReceiveSend() typedef