#include <openldev-find-toolbar.h>
Data Fields | |
GtkWidget * | label_find |
GtkWidget * | label_error |
GtkWidget * | find_text |
GtkWidget * | button_find |
GtkWidget * | button_close |
GtkWidget * | image_close |
GtkWidget * | image_error |
GtkWidget * | search_files |
GtkWidget * | hbox |
|
GtkButton that is pressed to hide the toolbar. |
|
GtkButton that is pressed to start searching. |
|
GtkComboBoxEntry that holds the text the user wants to search for. |
|
GtkHBox that holds all of the find toolbar widgets. |
|
GtkImage set to gtk-close. |
|
GtkImage set to gtk-error. |
|
GtkLabel error message. |
|
GtkLabel that tells the user what to enter in the find_text GtkEntry. |
|
GtkCheckButton that when checked, causes OpenLDev to search all source files for the specified text. |