pub trait DOMHTMLIFrameElementExt: 'static {
Show 34 methods
fn align(&self) -> Option<GString>;
fn content_document(&self) -> Option<DOMDocument>;
fn content_window(&self) -> Option<DOMDOMWindow>;
fn frame_border(&self) -> Option<GString>;
fn height(&self) -> Option<GString>;
fn long_desc(&self) -> Option<GString>;
fn margin_height(&self) -> Option<GString>;
fn margin_width(&self) -> Option<GString>;
fn name(&self) -> Option<GString>;
fn scrolling(&self) -> Option<GString>;
fn src(&self) -> Option<GString>;
fn width(&self) -> Option<GString>;
fn set_align(&self, value: &str);
fn set_frame_border(&self, value: &str);
fn set_height(&self, value: &str);
fn set_long_desc(&self, value: &str);
fn set_margin_height(&self, value: &str);
fn set_margin_width(&self, value: &str);
fn set_name(&self, value: &str);
fn set_scrolling(&self, value: &str);
fn set_src(&self, value: &str);
fn set_width(&self, value: &str);
fn connect_align_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_content_document_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_content_window_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_frame_border_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_height_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_long_desc_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_margin_height_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_margin_width_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_scrolling_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_src_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn connect_width_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
Expand description
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar
Use JavaScriptCore API instead
A gchar