Home
last modified time | relevance | path

Searched refs:GTK_TYPE_STACK_PAGE (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkstack.h41 #define GTK_TYPE_STACK_PAGE (gtk_stack_page_get_type ()) macro
42 #define GTK_STACK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_STACK_PAGE, GtkStackPage))
43 #define GTK_IS_STACK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_STACK_PAGE))
H A Dgtkstack.c519 return GTK_TYPE_STACK_PAGE; in gtk_stack_pages_get_item_type()
1509 child_info = g_object_new (GTK_TYPE_STACK_PAGE, NULL); in gtk_stack_add_internal()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-preferences-window.c559 expr = gtk_property_expression_new (GTK_TYPE_STACK_PAGE, NULL, "visible"); in adw_preferences_window_init()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-preferences-window.c617 expr = gtk_property_expression_new (GTK_TYPE_STACK_PAGE, NULL, "visible"); in adw_preferences_window_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dnotify.c596 if (pspec->owner_type == GTK_TYPE_STACK_PAGE && /* Can't change position without a stack */ in test_type()