Lines Matching defs:_SharedFindReplace
2059 typedef struct _SharedFindReplace struct
2061 GtkWidget *dialog; // the main dialog widget
2062 GtkWidget *wword; // 'Whole word only' check button
2063 GtkWidget *mcase; // 'Match case' check button
2064 GtkWidget *up; // search direction 'Up' radio button
2065 GtkWidget *down; // search direction 'Down' radio button
2066 GtkWidget *what; // 'Find what' entry text widget
2067 GtkWidget *with; // 'Replace with' entry text widget
2068 GtkWidget *find; // 'Find Next' action button
2069 GtkWidget *replace; // 'Replace With' action button
2070 GtkWidget *all; // 'Replace All' action button