Home
last modified time | relevance | path

Searched refs:popup_state (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/evince/evince-41.3/shell/
H A Dev-annotation-properties-dialog.c43 GtkWidget *popup_state; member
210 annot_dialog->popup_state = gtk_combo_box_text_new (); in ev_annotation_properties_dialog_init()
211 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Open")); in ev_annotation_properties_dialog_init()
212 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Close")); in ev_annotation_properties_dialog_init()
213 gtk_combo_box_set_active (GTK_COMBO_BOX (annot_dialog->popup_state), 1); in ev_annotation_properties_dialog_init()
214 gtk_grid_attach (GTK_GRID (grid), annot_dialog->popup_state, 1, 3, 1, 1); in ev_annotation_properties_dialog_init()
215 gtk_widget_set_hexpand (annot_dialog->popup_state, TRUE); in ev_annotation_properties_dialog_init()
216 gtk_widget_show (annot_dialog->popup_state); in ev_annotation_properties_dialog_init()
271 gtk_combo_box_set_active (GTK_COMBO_BOX (dialog->popup_state), in ev_annotation_properties_dialog_new_with_annotation()
311 return gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->popup_state)) == 0; in ev_annotation_properties_dialog_get_popup_is_open()
/dports/graphics/atril/atril-1.26.0/shell/
H A Dev-annotation-properties-dialog.c43 GtkWidget *popup_state; member
213 annot_dialog->popup_state = gtk_combo_box_text_new (); in ev_annotation_properties_dialog_init()
214 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Open")); in ev_annotation_properties_dialog_init()
215 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Close")); in ev_annotation_properties_dialog_init()
216 gtk_combo_box_set_active (GTK_COMBO_BOX (annot_dialog->popup_state), 1); in ev_annotation_properties_dialog_init()
217 gtk_grid_attach (GTK_GRID (grid), annot_dialog->popup_state, 1, 4, 1, 1); in ev_annotation_properties_dialog_init()
218 gtk_widget_set_hexpand (annot_dialog->popup_state, TRUE); in ev_annotation_properties_dialog_init()
219 gtk_widget_show (annot_dialog->popup_state); in ev_annotation_properties_dialog_init()
272 gtk_combo_box_set_active (GTK_COMBO_BOX (dialog->popup_state), in ev_annotation_properties_dialog_new_with_annotation()
307 return gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->popup_state)) == 0; in ev_annotation_properties_dialog_get_popup_is_open()
/dports/graphics/atril-lite/atril-1.26.0/shell/
H A Dev-annotation-properties-dialog.c43 GtkWidget *popup_state; member
213 annot_dialog->popup_state = gtk_combo_box_text_new (); in ev_annotation_properties_dialog_init()
214 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Open")); in ev_annotation_properties_dialog_init()
215 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Close")); in ev_annotation_properties_dialog_init()
216 gtk_combo_box_set_active (GTK_COMBO_BOX (annot_dialog->popup_state), 1); in ev_annotation_properties_dialog_init()
217 gtk_grid_attach (GTK_GRID (grid), annot_dialog->popup_state, 1, 4, 1, 1); in ev_annotation_properties_dialog_init()
218 gtk_widget_set_hexpand (annot_dialog->popup_state, TRUE); in ev_annotation_properties_dialog_init()
219 gtk_widget_show (annot_dialog->popup_state); in ev_annotation_properties_dialog_init()
272 gtk_combo_box_set_active (GTK_COMBO_BOX (dialog->popup_state), in ev_annotation_properties_dialog_new_with_annotation()
307 return gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->popup_state)) == 0; in ev_annotation_properties_dialog_get_popup_is_open()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_layer_shell_v1.c540 struct wlr_xdg_popup *popup_state; in xdg_surface_for_each_surface() local
541 wl_list_for_each(popup_state, &surface->popups, link) { in xdg_surface_for_each_surface()
542 struct wlr_xdg_surface *popup = popup_state->base; in xdg_surface_for_each_surface()
547 double popup_sx = popup_state->geometry.x - popup_state->base->geometry.x; in xdg_surface_for_each_surface()
548 double popup_sy = popup_state->geometry.y - popup_state->base->geometry.y; in xdg_surface_for_each_surface()
571 struct wlr_xdg_popup *popup_state; in wlr_layer_surface_v1_for_each_popup() local
572 wl_list_for_each(popup_state, &surface->popups, link) { in wlr_layer_surface_v1_for_each_popup()
573 struct wlr_xdg_surface *popup = popup_state->base; in wlr_layer_surface_v1_for_each_popup()
590 struct wlr_xdg_popup *popup_state; in wlr_layer_surface_v1_surface_at() local
591 wl_list_for_each(popup_state, &surface->popups, link) { in wlr_layer_surface_v1_surface_at()
[all …]
/dports/print/xreader/xreader-3.2.2/shell/
H A Dev-annotation-properties-dialog.c43 GtkWidget *popup_state; member
243 annot_dialog->popup_state = gtk_combo_box_text_new (); in ev_annotation_properties_dialog_init()
244 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Open")); in ev_annotation_properties_dialog_init()
245 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (annot_dialog->popup_state), _("Close")); in ev_annotation_properties_dialog_init()
246 gtk_combo_box_set_active (GTK_COMBO_BOX (annot_dialog->popup_state), 1); in ev_annotation_properties_dialog_init()
247 gtk_grid_attach (GTK_GRID (grid), annot_dialog->popup_state, 1, 4, 1, 1); in ev_annotation_properties_dialog_init()
248 gtk_widget_set_hexpand (annot_dialog->popup_state, TRUE); in ev_annotation_properties_dialog_init()
249 gtk_widget_show (annot_dialog->popup_state); in ev_annotation_properties_dialog_init()
302 gtk_combo_box_set_active (GTK_COMBO_BOX (dialog->popup_state), in ev_annotation_properties_dialog_new_with_annotation()
342 return gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->popup_state)) == 0; in ev_annotation_properties_dialog_get_popup_is_open()
/dports/x11-wm/durden/durden-0.6.1/durden/atypes/
H A Dwayland.lua252 if (wnd.popup_state) then
253 wnd:reposition(wnd.popup_state[1], wnd.popup_state[2],
254 wnd.popup_state[3], wnd.popup_state[4], wnd.popup_state[5]);
304 wnd.popup_state = {
312 wnd:reposition(wnd.popup_state[1], wnd.popup_state[2],
313 wnd.popup_state[3], wnd.popup_state[4], wnd.popup_state[5]);
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/xdg_shell/
H A Dwlr_xdg_surface.c586 struct wlr_xdg_popup *popup_state; in wlr_xdg_surface_surface_at() local
587 wl_list_for_each(popup_state, &surface->popups, link) { in wlr_xdg_surface_surface_at()
588 struct wlr_xdg_surface *popup = popup_state->base; in wlr_xdg_surface_surface_at()
591 xdg_popup_get_position(popup_state, &popup_sx, &popup_sy); in wlr_xdg_surface_surface_at()
628 struct wlr_xdg_popup *popup_state; in xdg_surface_for_each_surface() local
629 wl_list_for_each(popup_state, &surface->popups, link) { in xdg_surface_for_each_surface()
630 struct wlr_xdg_surface *popup = popup_state->base; in xdg_surface_for_each_surface()
636 xdg_popup_get_position(popup_state, &popup_sx, &popup_sy); in xdg_surface_for_each_surface()
647 struct wlr_xdg_popup *popup_state; in xdg_surface_for_each_popup() local
648 wl_list_for_each(popup_state, &surface->popups, link) { in xdg_surface_for_each_popup()
[all …]
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dconfirm.c171 typedef struct popup_state struct
174 BOOLEAN (*InputFunc) (struct popup_state *self); argument
178 DoPopup (struct popup_state *self) in DoPopup()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdksurface-wayland.c117 PopupState popup_state; member
533 impl->popup_state = POPUP_STATE_IDLE; in finish_pending_relayout()
561 switch (impl->popup_state) in frame_callback()
1588 switch (impl->popup_state) in gdk_wayland_surface_configure_popup()
1597 impl->popup_state = POPUP_STATE_WAITING_FOR_FRAME; in gdk_wayland_surface_configure_popup()
2786 g_assert (impl->popup_state == POPUP_STATE_IDLE); in gdk_wayland_surface_create_xdg_popup()
2971 switch (impl->popup_state) in gdk_wayland_surface_hide_surface()
2986 impl->popup_state = POPUP_STATE_IDLE; in gdk_wayland_surface_hide_surface()
3104 g_assert (impl->popup_state == POPUP_STATE_IDLE || in do_queue_relayout()
3133 switch (impl->popup_state) in do_queue_relayout()
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dstategroup.py101 popup.popup_state = self # FIXME: hacky?
H A Dbuttonmap.py117 popup_state = app.drawWindow.popup_states[action_name]
118 return ("popup_state", popup_state)
H A Ddrawwindow.py216 for action_name, popup_state in self.popup_states.items():
218 popup_state.label = label