Struct gtk::CssSection
[−]
pub struct CssSection(_);
Methods
impl CssSection
[src]
fn get_end_line(&self) -> u32
fn get_end_position(&self) -> u32
fn get_parent(&self) -> Option<CssSection>
fn get_section_type(&self) -> CssSectionType
fn get_start_line(&self) -> u32
fn get_start_position(&self) -> u32
Trait Implementations
impl Clone for CssSection
fn clone(&self) -> CssSection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more