Home
last modified time | relevance | path

Searched refs:unselect_child (Results 1 – 25 of 51) sorted by relevance

123

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dcombo.cc535 klass->unselect_child = &unselect_child_callback; in class_init_function()
646 if(base && base->unselect_child) in unselect_child_callback()
647 (*base->unselect_child)(self, p0); in unselect_child_callback()
824 if(base && base->unselect_child) in on_unselect_child()
825 (*base->unselect_child)(gobj(),(item).gobj()); in on_unselect_child()
/dports/multimedia/totem/totem-3.38.2/subprojects/libgd/libgd/
H A Dgd-main-box-generic.h47 void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child); member
H A Dgd-main-box-generic.c466 (* iface->unselect_child) (self, child); in gd_main_box_generic_unselect_child()
/dports/editors/gedit/gedit-40.1/subprojects/libgd/libgd/
H A Dgd-main-box-generic.h47 void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child); member
H A Dgd-main-box-generic.c466 (* iface->unselect_child) (self, child); in gd_main_box_generic_unselect_child()
/dports/audio/gradio/Gradio-7.3/external/gd/libgd/
H A Dgd-main-box-generic.h47 void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child); member
H A Dgd-main-box-generic.c466 (* iface->unselect_child) (self, child); in gd_main_box_generic_unselect_child()
/dports/deskutils/gnome-documents/gnome-documents-3.34.0/subprojects/libgd/libgd/
H A Dgd-main-box-generic.h47 void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child); member
H A Dgd-main-box-generic.c466 (* iface->unselect_child) (self, child); in gd_main_box_generic_unselect_child()
/dports/x11-fm/nautilus/nautilus-41.1/subprojects/libgd/libgd/
H A Dgd-main-box-generic.h47 void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child); member
H A Dgd-main-box-generic.c466 (* iface->unselect_child) (self, child); in gd_main_box_generic_unselect_child()
/dports/deskutils/gnome-photos/gnome-photos-40.0/subprojects/libgd/libgd/
H A Dgd-main-box-generic.h47 void (* unselect_child) (GdMainBoxGeneric *self, GdMainBoxChild *child); member
H A Dgd-main-box-generic.c466 (* iface->unselect_child) (self, child); in gd_main_box_generic_unselect_child()
/dports/deskutils/bijiben/bijiben-40.1/src/
H A Dbjb-settings-dialog.c177 unselect_child (gpointer data, gpointer user_data) in unselect_child() function
208 g_list_foreach (self->children, unselect_child, NULL); in on_row_activated_cb()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktree.h86 void (* unselect_child) (GtkTree *tree, member
H A Dgtklist.h79 void (* unselect_child) (GtkList *list, member
H A Dgtktree.c144 class->unselect_child = gtk_real_tree_unselect_child; in gtk_tree_class_init()
165 GTK_SIGNAL_OFFSET (GtkTreeClass, unselect_child), in gtk_tree_class_init()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dcombo.hg110 _WRAP_SIGNAL(void unselect_child(Widget& item), "unselect_child")
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dflowbox.h399 void unselect_child(FlowBoxChild& child);
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtktree.pp50 unselect_child : procedure (tree:PGtkTree; child:PGtkWidget); cdecl;
H A Dgtklist.pp48 unselect_child : procedure (list:PGtkList; child:PGtkWidget); cdecl;
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtklist.inc32 unselect_child : procedure (list:PGtkList; child:PGtkWidget); cdecl;
H A Dgtktree.inc35 unselect_child : procedure (tree:PGtkTree; child:PGtkWidget); cdecl;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtklist.inc32 unselect_child : procedure (list:PGtkList; child:PGtkWidget); cdecl;
H A Dgtktree.inc35 unselect_child : procedure (tree:PGtkTree; child:PGtkWidget); cdecl;

123