☰
BinExt
Required Methods
get_child
Implementors
In gtk::prelude
?
Trait
gtk
::
prelude
::
BinExt
source
·
[
−
]
pub trait BinExt: 'static { fn
get_child
(&self) ->
Option
<
Widget
>; }
Required Methods
source
fn
get_child
(&self) ->
Option
<
Widget
>
Implementors
source
impl<O:
IsA
<
Bin
>>
BinExt
for O