]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GCharacter.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GCharacter.h
index ebd7990a12433455b0608038d227d241e382ac4e..56b83dbd6a2d559b2c0626d4e49e815a1685d21d 100644 (file)
@@ -27,7 +27,7 @@ namespace frontend {
  * in their documents.
  */
 class GCharacter
-       : public GViewCB<ControlCharacter, GViewGladeB > {
+       : public GViewCB<ControlCharacter, GViewGladeB> {
 public:
        ///
        GCharacter(Dialog &);
@@ -60,6 +60,9 @@ private:
        Gtk::ComboBox * sizecombo_;
        Gtk::ComboBox * misccombo_;
 
+       Gtk::TreeModelColumn<Glib::ustring> stringcol_;
+       Gtk::TreeModel::ColumnRecord cols_;
+
        Gtk::CheckButton * toggleallcheck_;
 
        void GCharacter::onChange();