]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Dialogs.C
Color patch from Angus, KDE patch from Johnm menu patch from Rob, and the usual unint...
[features.git] / src / frontends / xforms / Dialogs.C
index f7603e384423a7105f91a3801e5615ea9e0b73b5..4b272397c9fef4fc834520b782c1a3dffea13df1 100644 (file)
 extern void ShowCredits();
 
 
+// Signal enabling all visible popups to be redrawn if so desired.
+// E.g., when the GUI colours have been remapped.
+Signal0<void> Dialogs::redrawGUI;
+
+
 Dialogs::Dialogs(LyXView * lv)
 {
        dialogs_.push_back(new FormCitation(lv, this));