Home
last modified time | relevance | path

Searched refs:tab_target (Results 126 – 132 of 132) sorted by relevance

123456

/dports/devel/geany-plugin-scope/geany-plugins-1.38/debugger/src/
H A Dtabs.h40 extern GtkWidget *tab_target;
/dports/misc/gnuls/coreutils-8.30/src/
H A Dfmt.c1011 int space_target, tab_target; in put_space() local
1016 tab_target = space_target / TABWIDTH * TABWIDTH; in put_space()
1017 if (out_column + 1 < tab_target) in put_space()
1018 while (out_column < tab_target) in put_space()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dfmt.c1011 int space_target, tab_target; in put_space() local
1016 tab_target = space_target / TABWIDTH * TABWIDTH; in put_space()
1017 if (out_column + 1 < tab_target) in put_space()
1018 while (out_column < tab_target) in put_space()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-tab-box.c2049 GdkAtom target, tab_target;
2055 tab_target = gdk_atom_intern_static_string ("HDY_TAB");
2057 if (target != tab_target)
3113 GdkAtom target, tab_target;
3116 tab_target = gdk_atom_intern_static_string ("HDY_TAB");
3118 if (target != tab_target) {
3196 GdkAtom target, tab_target;
3199 tab_target = gdk_atom_intern_static_string ("HDY_TAB");
3201 if (target != tab_target) {
3242 GdkAtom target, tab_target;
[all …]
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-tab-box.c2049 GdkAtom target, tab_target; in do_drag_drop() local
2055 tab_target = gdk_atom_intern_static_string ("HDY_TAB"); in do_drag_drop()
2057 if (target != tab_target) in do_drag_drop()
3113 GdkAtom target, tab_target; in hdy_tab_box_drag_motion() local
3116 tab_target = gdk_atom_intern_static_string ("HDY_TAB"); in hdy_tab_box_drag_motion()
3118 if (target != tab_target) { in hdy_tab_box_drag_motion()
3196 GdkAtom target, tab_target; in hdy_tab_box_drag_leave() local
3199 tab_target = gdk_atom_intern_static_string ("HDY_TAB"); in hdy_tab_box_drag_leave()
3201 if (target != tab_target) { in hdy_tab_box_drag_leave()
3242 GdkAtom target, tab_target; in hdy_tab_box_drag_drop() local
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtknotebook.c3537 GdkAtom target, tab_target; in gtk_notebook_drag_motion() local
3553 tab_target = gdk_atom_intern_static_string ("GTK_NOTEBOOK_TAB"); in gtk_notebook_drag_motion()
3555 if (target == tab_target) in gtk_notebook_drag_motion()
3612 return (target == tab_target) ? TRUE : FALSE; in gtk_notebook_drag_motion()
3640 GdkAtom target, tab_target; in gtk_notebook_drag_drop() local
3643 tab_target = gdk_atom_intern_static_string ("GTK_NOTEBOOK_TAB"); in gtk_notebook_drag_drop()
3645 if (target == tab_target) in gtk_notebook_drag_drop()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtknotebook.c3825 GdkAtom target, tab_target; in gtk_notebook_drag_motion() local
3846 tab_target = gdk_atom_intern_static_string ("GTK_NOTEBOOK_TAB"); in gtk_notebook_drag_motion()
3848 if (target == tab_target) in gtk_notebook_drag_motion()
3931 GdkAtom target, tab_target; in gtk_notebook_drag_drop() local
3934 tab_target = gdk_atom_intern_static_string ("GTK_NOTEBOOK_TAB"); in gtk_notebook_drag_drop()
3936 if (target == tab_target) in gtk_notebook_drag_drop()

123456