Home
last modified time | relevance | path

Searched refs:GbpGladeProperties (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/glade/
H A Dgbp-glade-properties.c40 G_DEFINE_FINAL_TYPE (GbpGladeProperties, gbp_glade_properties, DZL_TYPE_DOCK_WIDGET) in G_DEFINE_FINAL_TYPE() argument
56 gtk_widget_class_bind_template_child (widget_class, GbpGladeProperties, stack); in gbp_glade_properties_class_init()
57 gtk_widget_class_bind_template_child (widget_class, GbpGladeProperties, stack_switcher); in gbp_glade_properties_class_init()
58 gtk_widget_class_bind_template_child (widget_class, GbpGladeProperties, a11y_dock); in gbp_glade_properties_class_init()
59 gtk_widget_class_bind_template_child (widget_class, GbpGladeProperties, common_dock); in gbp_glade_properties_class_init()
60 gtk_widget_class_bind_template_child (widget_class, GbpGladeProperties, general_dock); in gbp_glade_properties_class_init()
61 gtk_widget_class_bind_template_child (widget_class, GbpGladeProperties, packing_dock); in gbp_glade_properties_class_init()
65 gbp_glade_properties_init (GbpGladeProperties *self) in gbp_glade_properties_init()
76 gbp_glade_properties_set_widget (GbpGladeProperties *self, in gbp_glade_properties_set_widget()
H A Dgbp-glade-properties.h30 G_DECLARE_FINAL_TYPE (GbpGladeProperties, gbp_glade_properties, GBP, GLADE_PROPERTIES, DzlDockWidge…
32 void gbp_glade_properties_set_widget (GbpGladeProperties *self,
H A Dgbp-glade-editor-addin.c39 GbpGladeProperties *properties;