forked from AuroraMiddleware/gtk
24754c3259
A base abstract class for layout manager delegate objects. Layout managers are associated to a single widget, like event controllers, and are responsible for measuring and allocating the children of the widget they are bound to.
11 lines
199 B
C
11 lines
199 B
C
#pragma once
|
|
|
|
#include "gtklayoutmanager.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gtk_layout_manager_set_widget (GtkLayoutManager *manager,
|
|
GtkWidget *widget);
|
|
|
|
G_END_DECLS
|