Home
last modified time | relevance | path

Searched refs:click_child (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkspinbutton.c488 spin_button->click_child = NO_ARROW; in gtk_spin_button_init()
878 if (spin_button->click_child == arrow_type) in gtk_spin_button_draw_arrow()
886 spin_button->click_child == NO_ARROW) in gtk_spin_button_draw_arrow()
1074 spin->click_child = NO_ARROW; in gtk_spin_button_stop_spinning()
1080 GtkArrowType click_child, in start_spinning() argument
1083 g_return_if_fail (click_child == GTK_ARROW_UP || click_child == GTK_ARROW_DOWN); in start_spinning()
1085 spin->click_child = click_child; in start_spinning()
1129 spin->click_child = GTK_ARROW_UP; in gtk_spin_button_button_press()
1138 spin->click_child = GTK_ARROW_DOWN; in gtk_spin_button_button_press()
1159 int click_child = spin->click_child; in gtk_spin_button_button_release() local
[all …]
H A Dgtkspinbutton.h91 guint GSEAL (click_child) : 2; /* valid: GTK_ARROW_UP=0, GTK_ARROW_DOWN=1 or 2=NONE/BOTH */
H A Dgtknotebook.h88 guint GSEAL (click_child) : 3;
H A Dgtkcalendar.c272 gint click_child; member
366 gint click_child);
794 priv->click_child = -1; in gtk_calendar_init()
2838 calendar_arrow_action (calendar, priv->click_child); in calendar_timer()
2863 gint click_child) in calendar_start_spinning() argument
2867 priv->click_child = click_child; in calendar_start_spinning()
H A Dgtknotebook.c1113 notebook->click_child = 0; in gtk_notebook_init()
2553 notebook->click_child = arrow; in gtk_notebook_arrow_button_press()
2804 notebook->click_child = 0; in stop_scrolling()
3545 notebook->click_child = arrow; in gtk_notebook_drag_motion()
4564 gtk_notebook_do_arrow (notebook, notebook->click_child); in gtk_notebook_timer()
5085 if (notebook->click_child == nbarrow) in gtk_notebook_draw_arrow()
5093 if (notebook->click_child == nbarrow) in gtk_notebook_draw_arrow()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkspinbutton.c199 GdkWindow *click_child; member
785 priv->click_child = NULL; in gtk_spin_button_init()
948 if (priv->click_child && in gtk_spin_button_panel_get_state()
949 priv->click_child == panel_win) in gtk_spin_button_panel_get_state()
953 priv->click_child == NULL) in gtk_spin_button_panel_get_state()
1375 priv->click_child = NULL; in gtk_spin_button_stop_spinning()
1382 GdkWindow *click_child, in start_spinning() argument
1389 priv->click_child = click_child; in start_spinning()
1452 GdkWindow *click_child = priv->click_child; in gtk_spin_button_button_release() local
1461 click_child == event->window) in gtk_spin_button_button_release()
[all …]
H A Dgtkcalendar.c231 gint click_child; member
328 gint click_child);
795 priv->click_child = -1; in gtk_calendar_init()
2864 calendar_arrow_action (calendar, priv->click_child); in calendar_timer()
2884 gint click_child) in calendar_start_spinning() argument
2888 priv->click_child = click_child; in calendar_start_spinning()
H A Dgtknotebook.c212 guint click_child : 3; member
1313 priv->click_child = ARROW_NONE; in gtk_notebook_init()
2674 priv->click_child = arrow; in gtk_notebook_arrow_button_press()
2892 priv->click_child = ARROW_NONE; in stop_scrolling()
3474 if (priv->click_child == i) in update_arrow_state()
3836 priv->click_child = arrow; in gtk_notebook_drag_motion()
4952 gtk_notebook_do_arrow (notebook, priv->click_child); in gtk_notebook_timer()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtkrange.pp48 function click_child(var a : TGtkRange) : guint;
144 function click_child(var a : TGtkRange) : guint;
146 click_child:=(a.flag0 and bm_click_child) shr bp_click_child;
H A Dgtkspinbutton.pp55 function click_child(var a : TGtkSpinButton) : guint;
122 function click_child(var a : TGtkSpinButton) : guint;
124 click_child:=(a.flag0 and bm_TGtkSpinButton_click_child) shr bp_TGtkSpinButton_click_child;
H A Dgtknotebook.pp79 function click_child(var a : TGtkNotebook) : guint;
226 function click_child(var a : TGtkNotebook) : guint;
228 click_child:=(a.flag0 and bm_TGtkNotebook_click_child) shr bp_TGtkNotebook_click_child;
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkspinbutton.c203 GtkWidget *click_child; member
890 spin->click_child = NULL; in gtk_spin_button_stop_spinning()
897 GtkWidget *click_child, in start_spinning() argument
900 spin->click_child = click_child; in start_spinning()
911 gtk_spin_button_real_spin (spin, click_child == spin->up_button ? step : -step); in start_spinning()
1013 spin_button->click_child = NULL; in gtk_spin_button_init()
1310 if (spin_button->click_child == spin_button->up_button) in gtk_spin_button_timer()
H A Dgtknotebook.c276 guint click_child : 3; member
1495 notebook->click_child = ARROW_NONE; in gtk_notebook_init()
2511 notebook->click_child = arrow; in gtk_notebook_arrow_button_press()
2687 notebook->click_child = ARROW_NONE; in stop_scrolling()
3132 notebook->click_child = arrow; in gtk_notebook_arrow_drag_enter()
4184 gtk_notebook_do_arrow (notebook, notebook->click_child); in gtk_notebook_timer()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkspinbutton.inc92 function click_child(var a : TGtkSpinButton) : guint; overload;
184 function click_child(var a : TGtkSpinButton) : guint;
186 click_child:=(a.flag0 and bm_TGtkSpinButton_click_child) shr bp_TGtkSpinButton_click_child;
H A Dgtknotebook.inc105 function click_child(var a : TGtkNotebook) : guint; overload;
273 function click_child(var a : TGtkNotebook) : guint;
275 click_child:=(a.flag0 and bm_TGtkNotebook_click_child) shr bp_TGtkNotebook_click_child;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkspinbutton.inc92 function click_child(var a : TGtkSpinButton) : guint; overload;
184 function click_child(var a : TGtkSpinButton) : guint;
186 click_child:=(a.flag0 and bm_TGtkSpinButton_click_child) shr bp_TGtkSpinButton_click_child;
H A Dgtknotebook.inc105 function click_child(var a : TGtkNotebook) : guint; overload;
273 function click_child(var a : TGtkNotebook) : guint;
275 click_child:=(a.flag0 and bm_TGtkNotebook_click_child) shr bp_TGtkNotebook_click_child;
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_widget.h187 gint click_child; member
H A Dcalendar_widget.c116 gint click_child);
369 priv->click_child = -1; in gui_calendar_init()
2152 calendar_arrow_action (calendar, priv->click_child); in calendar_timer()
2177 gint click_child) { in calendar_start_spinning() argument
2180 priv->click_child = click_child; in calendar_start_spinning()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-410312 click_child three bits wide, add
10829 (gtk_spin_button_stop_spinning): Reset click_child to correct the
10831 (gtk_spin_button_button_release): Use a local copy of click_child,
H A DChangeLog.pre-2-03316 (gtk_spin_button_button_press): must set click_child for
3320 valid values for click_child.
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgtk+-2.0.vapi2856 public uint click_child;
3986 public uint click_child;