Trait sourceview5::CompletionWordsExt [−][src]
Required methods
fn register<P: IsA<TextBuffer>>(&self, buffer: &P)
[src]
fn unregister<P: IsA<TextBuffer>>(&self, buffer: &P)
[src]
fn get_property_minimum_word_size(&self) -> u32
[src]
fn set_property_minimum_word_size(&self, minimum_word_size: u32)
[src]
fn get_property_priority(&self) -> i32
[src]
fn set_property_priority(&self, priority: i32)
[src]
fn get_property_proposals_batch_size(&self) -> u32
[src]
fn set_property_proposals_batch_size(&self, proposals_batch_size: u32)
[src]
fn get_property_scan_batch_size(&self) -> u32
[src]
fn set_property_scan_batch_size(&self, scan_batch_size: u32)
[src]
fn get_property_title(&self) -> Option<GString>
[src]
fn set_property_title(&self, title: Option<&str>)
[src]
fn connect_property_minimum_word_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_priority_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_proposals_batch_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_scan_batch_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<CompletionWords>> CompletionWordsExt for O
[src]
fn register<P: IsA<TextBuffer>>(&self, buffer: &P)
[src]
fn unregister<P: IsA<TextBuffer>>(&self, buffer: &P)
[src]
fn get_property_minimum_word_size(&self) -> u32
[src]
fn set_property_minimum_word_size(&self, minimum_word_size: u32)
[src]
fn get_property_priority(&self) -> i32
[src]
fn set_property_priority(&self, priority: i32)
[src]
fn get_property_proposals_batch_size(&self) -> u32
[src]
fn set_property_proposals_batch_size(&self, proposals_batch_size: u32)
[src]
fn get_property_scan_batch_size(&self) -> u32
[src]
fn set_property_scan_batch_size(&self, scan_batch_size: u32)
[src]
fn get_property_title(&self) -> Option<GString>
[src]
fn set_property_title(&self, title: Option<&str>)
[src]
fn connect_property_minimum_word_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_priority_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_proposals_batch_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_scan_batch_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId