class documentation

class FindBar(FindWidget, Gtk.ActionBar): (source)

View In Hierarchy

Bar to be shown below the TextView for find functions
Method __init__ Undocumented
Method do_key_press_event Undocumented
Method grab_focus Undocumented
Method hide Undocumented
Method on_find_entry_activate Undocumented
Method show Undocumented

Inherited from FindWidget:

Method find Undocumented
Method find_next Undocumented
Method find_previous 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)

Undocumented

def do_key_press_event(self, event): (source)

Undocumented

def grab_focus(self): (source)

Undocumented

def hide(self): (source)

Undocumented

def on_find_entry_activate(self): (source)
def show(self): (source)

Undocumented