summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserwidget.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-03-25 21:10:27 +0100
committerTimm Bäder <mail@baedert.org>2017-03-31 09:50:39 +0200
commitcf80a03f91586bc12236b0e5d6704b425f61382e (patch)
tree246682ccc41e5a54257c5d51e25d308add0f89f3 /gtk/gtkappchooserwidget.h
parentfc22543b4136e393227228badaacf29a94773158 (diff)
downloadgtk+-cf80a03f91586bc12236b0e5d6704b425f61382e.tar.gz
appchooserwidget: Inherit from GtkWidget
Diffstat (limited to 'gtk/gtkappchooserwidget.h')
-rw-r--r--gtk/gtkappchooserwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkappchooserwidget.h b/gtk/gtkappchooserwidget.h
index 9b0625ab71..0d9dc26cc6 100644
--- a/gtk/gtkappchooserwidget.h
+++ b/gtk/gtkappchooserwidget.h
@@ -29,7 +29,7 @@
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#include <gtk/gtkbox.h>
+#include <gtk/gtkwidget.h>
#include <gtk/gtkmenu.h>
#include <gio/gio.h>
@@ -47,7 +47,7 @@ typedef struct _GtkAppChooserWidgetClass GtkAppChooserWidgetClass;
typedef struct _GtkAppChooserWidgetPrivate GtkAppChooserWidgetPrivate;
struct _GtkAppChooserWidget {
- GtkBox parent;
+ GtkWidget parent_instance;
/*< private >*/
GtkAppChooserWidgetPrivate *priv;
@@ -64,7 +64,7 @@ struct _GtkAppChooserWidget {
* popup over an application item.
*/
struct _GtkAppChooserWidgetClass {
- GtkBoxClass parent_class;
+ GtkWidgetClass parent_class;
/*< public >*/