Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtklayoutchild.h
Go to the documentation of this file.
1#pragma once
2
3#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
4#error "Only <gtk/gtk.h> can be included directly."
5#endif
6
7#include <gtk/gtktypes.h>
8
10
11#define GTK_TYPE_LAYOUT_CHILD (gtk_layout_child_get_type())
12
14G_DECLARE_DERIVABLE_TYPE (GtkLayoutChild, gtk_layout_child, GTK, LAYOUT_CHILD, GObject)
15
17{
18 /*< private >*/
20};
21
25GtkWidget * gtk_layout_child_get_child_widget (GtkLayoutChild *layout_child);
26
#define GDK_AVAILABLE_IN_ALL
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_layout_child_get_child_widget(GtkLayoutChild *layout_child)
GDK_AVAILABLE_IN_ALL GtkLayoutManager * gtk_layout_child_get_layout_manager(GtkLayoutChild *layout_child)
struct _GtkLayoutManager GtkLayoutManager
Definition gtktypes.h:49
#define G_DECLARE_DERIVABLE_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName)
Definition gtype.h:1705
GObjectClass parent_class