summaryrefslogtreecommitdiff
path: root/gtk/gtkcolumnviewcolumnprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-10-28 20:50:49 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 19:26:46 -0400
commit03e5c6e32d01dc353798b9f80925438fe97f0553 (patch)
tree1e8e6cbe7a4be574f8859f84e7c5ab2a3888d55c /gtk/gtkcolumnviewcolumnprivate.h
parentca9e0c0e6811d6b0fd9936eba6b8b318a6585c5a (diff)
downloadgtk+-03e5c6e32d01dc353798b9f80925438fe97f0553.tar.gz
columnview: Allow adding/removing columns
... and make that work in UI files via <child>, too.
Diffstat (limited to 'gtk/gtkcolumnviewcolumnprivate.h')
-rw-r--r--gtk/gtkcolumnviewcolumnprivate.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/gtk/gtkcolumnviewcolumnprivate.h b/gtk/gtkcolumnviewcolumnprivate.h
new file mode 100644
index 0000000000..fcdcdaaf1a
--- /dev/null
+++ b/gtk/gtkcolumnviewcolumnprivate.h
@@ -0,0 +1,29 @@
+/*
+ * Copyright © 2019 Benjamin Otte
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors: Benjamin Otte <otte@gnome.org>
+ */
+
+#ifndef __GTK_COLUMN_VIEW_COLUMN_PRIVATE_H__
+#define __GTK_COLUMN_VIEW_COLUMN_PRIVATE_H__
+
+#include "gtk/gtkcolumnviewcolumn.h"
+
+void gtk_column_view_column_set_column_view (GtkColumnViewColumn *self,
+ GtkColumnView *view);
+
+
+#endif /* __GTK_COLUMN_VIEW_COLUMN_PRIVATE_H__ */