Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtklayoutmanager.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_OVERLAY_LAYOUT (gtk_overlay_layout_get_type ()) |
#define | GTK_TYPE_OVERLAY_LAYOUT_CHILD (gtk_overlay_layout_child_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManager * | gtk_overlay_layout_new (void) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL void | gtk_overlay_layout_child_set_measure (GtkOverlayLayoutChild *child, gboolean measure) |
GDK_AVAILABLE_IN_ALL gboolean | gtk_overlay_layout_child_get_measure (GtkOverlayLayoutChild *child) |
GDK_AVAILABLE_IN_ALL void | gtk_overlay_layout_child_set_clip_overlay (GtkOverlayLayoutChild *child, gboolean clip_overlay) |
GDK_AVAILABLE_IN_ALL gboolean | gtk_overlay_layout_child_get_clip_overlay (GtkOverlayLayoutChild *child) |
#define GTK_TYPE_OVERLAY_LAYOUT (gtk_overlay_layout_get_type ()) |
Definition at line 27 of file gtkoverlaylayout.h.
#define GTK_TYPE_OVERLAY_LAYOUT_CHILD (gtk_overlay_layout_child_get_type ()) |
Definition at line 28 of file gtkoverlaylayout.h.
GDK_AVAILABLE_IN_ALL gboolean gtk_overlay_layout_child_get_clip_overlay | ( | GtkOverlayLayoutChild * | child | ) |
GDK_AVAILABLE_IN_ALL gboolean gtk_overlay_layout_child_get_measure | ( | GtkOverlayLayoutChild * | child | ) |
GDK_AVAILABLE_IN_ALL void gtk_overlay_layout_child_set_clip_overlay | ( | GtkOverlayLayoutChild * | child, |
gboolean | clip_overlay ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL void gtk_overlay_layout_child_set_measure | ( | GtkOverlayLayoutChild * | child, |
gboolean | measure ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManager * gtk_overlay_layout_new | ( | void | ) |