[][src]Trait webkit2gtk::NavigationPolicyDecisionExt

pub trait NavigationPolicyDecisionExt: 'static {
    fn get_frame_name(&self) -> Option<GString>;
fn get_modifiers(&self) -> u32;
fn get_mouse_button(&self) -> u32;
fn get_navigation_type(&self) -> NavigationType;
fn get_request(&self) -> Option<URIRequest>;
fn connect_property_frame_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_modifiers_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_mouse_button_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_navigation_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_request_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_frame_name(&self) -> Option<GString>

fn get_modifiers(&self) -> u32

fn get_mouse_button(&self) -> u32

fn get_navigation_type(&self) -> NavigationType

fn get_request(&self) -> Option<URIRequest>

fn connect_property_frame_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_modifiers_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_mouse_button_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_navigation_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_request_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<NavigationPolicyDecision>> NavigationPolicyDecisionExt for O[src]

Loading content...