[][src]Trait gdk::DevicePadExt

pub trait DevicePadExt: 'static {
    fn get_feature_group(
        &self,
        feature: DevicePadFeature,
        feature_idx: i32
    ) -> i32;
fn get_group_n_modes(&self, group_idx: i32) -> i32;
fn get_n_features(&self, feature: DevicePadFeature) -> i32;
fn get_n_groups(&self) -> i32; }

Required methods

fn get_feature_group(&self, feature: DevicePadFeature, feature_idx: i32) -> i32

fn get_group_n_modes(&self, group_idx: i32) -> i32

fn get_n_features(&self, feature: DevicePadFeature) -> i32

fn get_n_groups(&self) -> i32

Loading content...

Implementors

impl<O: IsA<DevicePad>> DevicePadExt for O[src]

Loading content...