class documentation

class FindWidget(object): (source)

Known subclasses: zim.gui.pageview.FindAndReplaceDialog, zim.gui.pageview.FindBar

View In Hierarchy

Base class for FindBar and FindAndReplaceDialog
Method __init__ Undocumented
Method find Undocumented
Method find_next Undocumented
Method find_previous Undocumented
Method on_find_entry_activate Undocumented
Method on_find_entry_changed Undocumented
Method on_highlight_toggled Undocumented
Method set_from_buffer Copies settings from last find in the buffer. Uses the selected text for find if there is a selection.
Instance Variable case_option_checkbox Undocumented
Instance Variable find_entry Undocumented
Instance Variable highlight_checkbox Undocumented
Instance Variable next_button Undocumented
Instance Variable previous_button Undocumented
Instance Variable regex_option_checkbox Undocumented
Instance Variable textview Undocumented
Instance Variable word_option_checkbox Undocumented
Property _flags Undocumented
def __init__(self, textview): (source)
def find(self, string, flags=0, highlight=False): (source)

Undocumented

def find_next(self): (source)

Undocumented

def find_previous(self): (source)

Undocumented

def on_find_entry_activate(self): (source)

Undocumented

def on_find_entry_changed(self): (source)

Undocumented

def on_highlight_toggled(self): (source)

Undocumented

def set_from_buffer(self): (source)
Copies settings from last find in the buffer. Uses the selected text for find if there is a selection.
case_option_checkbox = (source)

Undocumented

find_entry = (source)

Undocumented

highlight_checkbox = (source)

Undocumented

next_button = (source)

Undocumented

previous_button = (source)

Undocumented

regex_option_checkbox = (source)

Undocumented

textview = (source)

Undocumented

word_option_checkbox = (source)

Undocumented

Undocumented