Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkspinbutton.c193 GdkWindow *up_panel; member
779 priv->up_panel = NULL; in gtk_spin_button_init()
885 gdk_window_show (priv->up_panel); in gtk_spin_button_map()
900 gdk_window_hide (priv->up_panel); in gtk_spin_button_unmap()
1044 if (priv->up_panel) in gtk_spin_button_unrealize()
1047 gdk_window_destroy (priv->up_panel); in gtk_spin_button_unrealize()
1048 priv->up_panel = NULL; in gtk_spin_button_unrealize()
1263 event->window == priv->up_panel) in gtk_spin_button_enter_notify()
1498 event->window == priv->up_panel) in gtk_spin_button_motion_notify()
2678 if (up_panel != NULL) in _gtk_spin_button_get_panels()
[all …]
H A Dgtktestutils.c263 GdkWindow *down_panel = NULL, *up_panel = NULL, *panel; in gtk_test_spin_button_click() local
266 _gtk_spin_button_get_panels (spinner, &down_panel, &up_panel); in gtk_test_spin_button_click()
268 panel = (upwards) ? up_panel : down_panel; in gtk_test_spin_button_click()
H A Dgtkspinbutton.h234 GdkWindow **up_panel);