Searched defs:_SharedFindReplace (Results 1 – 2 of 2) sorted by relevance
2059 typedef struct _SharedFindReplace struct2061 GtkWidget *dialog; // the main dialog widget2062 GtkWidget *wword; // 'Whole word only' check button2063 GtkWidget *mcase; // 'Match case' check button2064 GtkWidget *up; // search direction 'Up' radio button2065 GtkWidget *down; // search direction 'Down' radio button2066 GtkWidget *what; // 'Find what' entry text widget2067 GtkWidget *with; // 'Replace with' entry text widget2068 GtkWidget *find; // 'Find Next' action button2069 GtkWidget *replace; // 'Replace With' action button[all …]
3460 typedef struct _SharedFindReplace struct3462 Widget dialog; // the main dialog widget3463 Widget wword; // 'Exact match' check button3464 Widget mcase; // 'match case' check button3467 Widget what; // 'Find what' entry text widget3468 Widget with; // 'Replace with' entry text widget3469 Widget find; // 'Find Next' action button3470 Widget replace; // 'Replace With' action button3471 Widget all; // 'Replace All' action button3472 Widget undo; // 'Undo' action button[all …]