Home | History | Annotate | Download | only in gtk

Lines Matching refs:expanded_

13         expanded_(gtk_expanded_container_new()) {
15 gtk_container_add(GTK_CONTAINER(window_), expanded_);
22 GList* children = gtk_container_get_children(GTK_CONTAINER(expanded_));
36 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "x", &x);
43 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "y", &y);
49 GtkWidget* expanded_;
55 gtk_container_add(GTK_CONTAINER(expanded_), child1);
58 gtk_container_add(GTK_CONTAINER(expanded_), child2);
62 gtk_container_remove(GTK_CONTAINER(expanded_), child1);
66 gtk_container_remove(GTK_CONTAINER(expanded_), child2);
73 gtk_container_add(GTK_CONTAINER(expanded_), child1);
74 gtk_expanded_container_put(GTK_EXPANDED_CONTAINER(expanded_),
79 gtk_widget_size_allocate(expanded_, &allocation);
93 gtk_widget_size_allocate(expanded_, &allocation);
106 gtk_container_add(GTK_CONTAINER(expanded_), child);
107 gtk_expanded_container_set_has_window(GTK_EXPANDED_CONTAINER(expanded_),
112 gtk_widget_size_allocate(expanded_, &allocation);
132 g_signal_connect(expanded_, "child-size-request",
134 gtk_container_add(GTK_CONTAINER(expanded_), child);
138 gtk_widget_size_allocate(expanded_, &allocation);
148 gtk_expanded_container_put(GTK_EXPANDED_CONTAINER(expanded_),
155 gtk_expanded_container_move(GTK_EXPANDED_CONTAINER(expanded_),