Struct gtk::TextIter [−]
pub struct TextIter(_);
Methods
impl TextIter
[src]
impl TextIter
pub fn assign(&mut self, other: &TextIter)
[src]
pub fn assign(&mut self, other: &TextIter)
pub fn backward_char(&mut self) -> bool
[src]
pub fn backward_char(&mut self) -> bool
pub fn backward_chars(&mut self, count: i32) -> bool
[src]
pub fn backward_chars(&mut self, count: i32) -> bool
pub fn backward_cursor_position(&mut self) -> bool
[src]
pub fn backward_cursor_position(&mut self) -> bool
pub fn backward_cursor_positions(&mut self, count: i32) -> bool
[src]
pub fn backward_cursor_positions(&mut self, count: i32) -> bool
pub fn backward_line(&mut self) -> bool
[src]
pub fn backward_line(&mut self) -> bool
pub fn backward_lines(&mut self, count: i32) -> bool
[src]
pub fn backward_lines(&mut self, count: i32) -> bool
pub fn backward_search<'a, P: Into<Option<&'a TextIter>>>(
&self,
str: &str,
flags: TextSearchFlags,
limit: P
) -> Option<(TextIter, TextIter)>
[src]
pub fn backward_search<'a, P: Into<Option<&'a TextIter>>>(
&self,
str: &str,
flags: TextSearchFlags,
limit: P
) -> Option<(TextIter, TextIter)>
pub fn backward_sentence_start(&mut self) -> bool
[src]
pub fn backward_sentence_start(&mut self) -> bool
pub fn backward_sentence_starts(&mut self, count: i32) -> bool
[src]
pub fn backward_sentence_starts(&mut self, count: i32) -> bool
pub fn backward_to_tag_toggle<'a, P: Into<Option<&'a TextTag>>>(
&mut self,
tag: P
) -> bool
[src]
pub fn backward_to_tag_toggle<'a, P: Into<Option<&'a TextTag>>>(
&mut self,
tag: P
) -> bool
pub fn backward_visible_cursor_position(&mut self) -> bool
[src]
pub fn backward_visible_cursor_position(&mut self) -> bool
pub fn backward_visible_cursor_positions(&mut self, count: i32) -> bool
[src]
pub fn backward_visible_cursor_positions(&mut self, count: i32) -> bool
pub fn backward_visible_line(&mut self) -> bool
[src]
pub fn backward_visible_line(&mut self) -> bool
pub fn backward_visible_lines(&mut self, count: i32) -> bool
[src]
pub fn backward_visible_lines(&mut self, count: i32) -> bool
pub fn backward_visible_word_start(&mut self) -> bool
[src]
pub fn backward_visible_word_start(&mut self) -> bool
pub fn backward_visible_word_starts(&mut self, count: i32) -> bool
[src]
pub fn backward_visible_word_starts(&mut self, count: i32) -> bool
pub fn backward_word_start(&mut self) -> bool
[src]
pub fn backward_word_start(&mut self) -> bool
pub fn backward_word_starts(&mut self, count: i32) -> bool
[src]
pub fn backward_word_starts(&mut self, count: i32) -> bool
pub fn begins_tag<'a, P: Into<Option<&'a TextTag>>>(&self, tag: P) -> bool
[src]
pub fn begins_tag<'a, P: Into<Option<&'a TextTag>>>(&self, tag: P) -> bool
pub fn can_insert(&self, default_editability: bool) -> bool
[src]
pub fn can_insert(&self, default_editability: bool) -> bool
pub fn editable(&self, default_setting: bool) -> bool
[src]
pub fn editable(&self, default_setting: bool) -> bool
pub fn ends_line(&self) -> bool
[src]
pub fn ends_line(&self) -> bool
pub fn ends_sentence(&self) -> bool
[src]
pub fn ends_sentence(&self) -> bool
pub fn ends_tag<'a, P: Into<Option<&'a TextTag>>>(&self, tag: P) -> bool
[src]
pub fn ends_tag<'a, P: Into<Option<&'a TextTag>>>(&self, tag: P) -> bool
pub fn ends_word(&self) -> bool
[src]
pub fn ends_word(&self) -> bool
pub fn forward_char(&mut self) -> bool
[src]
pub fn forward_char(&mut self) -> bool
pub fn forward_chars(&mut self, count: i32) -> bool
[src]
pub fn forward_chars(&mut self, count: i32) -> bool
pub fn forward_cursor_position(&mut self) -> bool
[src]
pub fn forward_cursor_position(&mut self) -> bool
pub fn forward_cursor_positions(&mut self, count: i32) -> bool
[src]
pub fn forward_cursor_positions(&mut self, count: i32) -> bool
pub fn forward_line(&mut self) -> bool
[src]
pub fn forward_line(&mut self) -> bool
pub fn forward_lines(&mut self, count: i32) -> bool
[src]
pub fn forward_lines(&mut self, count: i32) -> bool
pub fn forward_search<'a, P: Into<Option<&'a TextIter>>>(
&self,
str: &str,
flags: TextSearchFlags,
limit: P
) -> Option<(TextIter, TextIter)>
[src]
pub fn forward_search<'a, P: Into<Option<&'a TextIter>>>(
&self,
str: &str,
flags: TextSearchFlags,
limit: P
) -> Option<(TextIter, TextIter)>
pub fn forward_sentence_end(&mut self) -> bool
[src]
pub fn forward_sentence_end(&mut self) -> bool
pub fn forward_sentence_ends(&mut self, count: i32) -> bool
[src]
pub fn forward_sentence_ends(&mut self, count: i32) -> bool
pub fn forward_to_end(&mut self)
[src]
pub fn forward_to_end(&mut self)
pub fn forward_to_line_end(&mut self) -> bool
[src]
pub fn forward_to_line_end(&mut self) -> bool
pub fn forward_to_tag_toggle<'a, P: Into<Option<&'a TextTag>>>(
&mut self,
tag: P
) -> bool
[src]
pub fn forward_to_tag_toggle<'a, P: Into<Option<&'a TextTag>>>(
&mut self,
tag: P
) -> bool
pub fn forward_visible_cursor_position(&mut self) -> bool
[src]
pub fn forward_visible_cursor_position(&mut self) -> bool
pub fn forward_visible_cursor_positions(&mut self, count: i32) -> bool
[src]
pub fn forward_visible_cursor_positions(&mut self, count: i32) -> bool
pub fn forward_visible_line(&mut self) -> bool
[src]
pub fn forward_visible_line(&mut self) -> bool
pub fn forward_visible_lines(&mut self, count: i32) -> bool
[src]
pub fn forward_visible_lines(&mut self, count: i32) -> bool
pub fn forward_visible_word_end(&mut self) -> bool
[src]
pub fn forward_visible_word_end(&mut self) -> bool
pub fn forward_visible_word_ends(&mut self, count: i32) -> bool
[src]
pub fn forward_visible_word_ends(&mut self, count: i32) -> bool
pub fn forward_word_end(&mut self) -> bool
[src]
pub fn forward_word_end(&mut self) -> bool
pub fn forward_word_ends(&mut self, count: i32) -> bool
[src]
pub fn forward_word_ends(&mut self, count: i32) -> bool
pub fn get_buffer(&self) -> Option<TextBuffer>
[src]
pub fn get_buffer(&self) -> Option<TextBuffer>
pub fn get_bytes_in_line(&self) -> i32
[src]
pub fn get_bytes_in_line(&self) -> i32
pub fn get_char(&self) -> Option<char>
[src]
pub fn get_char(&self) -> Option<char>
pub fn get_chars_in_line(&self) -> i32
[src]
pub fn get_chars_in_line(&self) -> i32
pub fn get_child_anchor(&self) -> Option<TextChildAnchor>
[src]
pub fn get_child_anchor(&self) -> Option<TextChildAnchor>
pub fn get_language(&self) -> Option<Language>
[src]
pub fn get_language(&self) -> Option<Language>
pub fn get_line(&self) -> i32
[src]
pub fn get_line(&self) -> i32
pub fn get_line_index(&self) -> i32
[src]
pub fn get_line_index(&self) -> i32
pub fn get_line_offset(&self) -> i32
[src]
pub fn get_line_offset(&self) -> i32
pub fn get_marks(&self) -> Vec<TextMark>
[src]
pub fn get_marks(&self) -> Vec<TextMark>
pub fn get_offset(&self) -> i32
[src]
pub fn get_offset(&self) -> i32
pub fn get_pixbuf(&self) -> Option<Pixbuf>
[src]
pub fn get_pixbuf(&self) -> Option<Pixbuf>
pub fn get_slice(&self, end: &TextIter) -> Option<String>
[src]
pub fn get_slice(&self, end: &TextIter) -> Option<String>
pub fn get_text(&self, end: &TextIter) -> Option<String>
[src]
pub fn get_text(&self, end: &TextIter) -> Option<String>
pub fn get_visible_line_index(&self) -> i32
[src]
pub fn get_visible_line_index(&self) -> i32
pub fn get_visible_line_offset(&self) -> i32
[src]
pub fn get_visible_line_offset(&self) -> i32
pub fn get_visible_slice(&self, end: &TextIter) -> Option<String>
[src]
pub fn get_visible_slice(&self, end: &TextIter) -> Option<String>
pub fn get_visible_text(&self, end: &TextIter) -> Option<String>
[src]
pub fn get_visible_text(&self, end: &TextIter) -> Option<String>
pub fn has_tag(&self, tag: &TextTag) -> bool
[src]
pub fn has_tag(&self, tag: &TextTag) -> bool
pub fn in_range(&self, start: &TextIter, end: &TextIter) -> bool
[src]
pub fn in_range(&self, start: &TextIter, end: &TextIter) -> bool
pub fn inside_sentence(&self) -> bool
[src]
pub fn inside_sentence(&self) -> bool
pub fn inside_word(&self) -> bool
[src]
pub fn inside_word(&self) -> bool
pub fn is_cursor_position(&self) -> bool
[src]
pub fn is_cursor_position(&self) -> bool
pub fn is_end(&self) -> bool
[src]
pub fn is_end(&self) -> bool
pub fn is_start(&self) -> bool
[src]
pub fn is_start(&self) -> bool
pub fn order(&mut self, second: &mut TextIter)
[src]
pub fn order(&mut self, second: &mut TextIter)
pub fn set_line(&mut self, line_number: i32)
[src]
pub fn set_line(&mut self, line_number: i32)
pub fn set_line_index(&mut self, byte_on_line: i32)
[src]
pub fn set_line_index(&mut self, byte_on_line: i32)
pub fn set_line_offset(&mut self, char_on_line: i32)
[src]
pub fn set_line_offset(&mut self, char_on_line: i32)
pub fn set_offset(&mut self, char_offset: i32)
[src]
pub fn set_offset(&mut self, char_offset: i32)
pub fn set_visible_line_index(&mut self, byte_on_line: i32)
[src]
pub fn set_visible_line_index(&mut self, byte_on_line: i32)
pub fn set_visible_line_offset(&mut self, char_on_line: i32)
[src]
pub fn set_visible_line_offset(&mut self, char_on_line: i32)
pub fn starts_line(&self) -> bool
[src]
pub fn starts_line(&self) -> bool
pub fn starts_sentence(&self) -> bool
[src]
pub fn starts_sentence(&self) -> bool
pub fn starts_word(&self) -> bool
[src]
pub fn starts_word(&self) -> bool
pub fn toggles_tag<'a, P: Into<Option<&'a TextTag>>>(&self, tag: P) -> bool
[src]
pub fn toggles_tag<'a, P: Into<Option<&'a TextTag>>>(&self, tag: P) -> bool
impl TextIter
[src]
impl TextIter
pub fn get_attributes(&self, values: &TextAttributes) -> bool
[src]
pub fn get_attributes(&self, values: &TextAttributes) -> bool
Trait Implementations
impl Debug for TextIter
[src]
impl Debug for TextIter
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Hash for TextIter
[src]
impl Hash for TextIter
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for TextIter
impl Clone for TextIter
fn clone(&self) -> TextIter
fn clone(&self) -> TextIter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl StaticType for TextIter
impl StaticType for TextIter
fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
impl PartialOrd for TextIter
[src]
impl PartialOrd for TextIter
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for TextIter
[src]
impl Ord for TextIter
fn cmp(&self, other: &Self) -> Ordering
[src]
fn cmp(&self, other: &Self) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl PartialEq for TextIter
[src]
impl PartialEq for TextIter
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Eq for TextIter
[src]
impl Eq for TextIter