summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkcomboboxprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-07 17:47:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-11 17:18:21 -0400
commit5e256590db9124d2a71be3fe41e052a56ab2c46d (patch)
treece2908a41da1d5aa21618b55c670773b5456400a /gtk/deprecated/gtkcomboboxprivate.h
parent79303d7cd35fb8eed5dd2b5e9516b471410e2794 (diff)
downloadgtk+-5e256590db9124d2a71be3fe41e052a56ab2c46d.tar.gz
Deprecate treeviews and cell renderers
This includes GtkCellArea GtkCellAreaBox GtkCellAreaContext GtkCellEditable GtkCellRenderer GtkCellRendererAccel GtkCellRendererCombo GtkCellRendererPixbuf GtkCellRendererProgress GtkCellRendererSpin GtkCellRendererSpinner GtkCellRendererText GtkCellRendererToggle GtkCellView GtkComboBox GtkComboBoxText GtkIconView GtkListStore GtkTreeModel GtkTreeModelFilter GtkTreeModelSort GtkTreeStore GtkTreeView GtkTreeViewColumn GtkTreeSelection
Diffstat (limited to 'gtk/deprecated/gtkcomboboxprivate.h')
-rw-r--r--gtk/deprecated/gtkcomboboxprivate.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/gtk/deprecated/gtkcomboboxprivate.h b/gtk/deprecated/gtkcomboboxprivate.h
new file mode 100644
index 0000000000..6af67e06c6
--- /dev/null
+++ b/gtk/deprecated/gtkcomboboxprivate.h
@@ -0,0 +1,29 @@
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 2014 Red Hat, Inc.
+ *
+ * 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 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/>.
+ */
+
+#ifndef __GTK_COMBO_BOX_PRIVATE_H__
+#define __GTK_COMBO_BOX_PRIVATE_H__
+
+#include "gtkcombobox.h"
+
+G_BEGIN_DECLS
+
+GtkWidget *gtk_combo_box_get_popup (GtkComboBox *combo_box);
+
+G_END_DECLS
+
+#endif /* __GTK_COMBO_BOX_PRIVATE_H__ */