Home
last modified time | relevance | path

Searched refs:popup_list (Results 1 – 25 of 66) sorted by relevance

123

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/pager/
H A De_mod_config.c30 Eina_List *popup_list, *urgent_list; member
111 cfdata->gui.popup_list = eina_list_free(cfdata->gui.popup_list); in _free_data()
222 cfdata->gui.popup_list = eina_list_append(cfdata->gui.popup_list, ow); in _adv_create()
227 cfdata->gui.popup_list = eina_list_append(cfdata->gui.popup_list, ow); in _adv_create()
232 cfdata->gui.popup_list = eina_list_append(cfdata->gui.popup_list, ow); in _adv_create()
237 cfdata->gui.popup_list = eina_list_append(cfdata->gui.popup_list, ow); in _adv_create()
241 cfdata->gui.popup_list); in _adv_create()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DStrToWidg.c83 for (widgetP = parent->core.popup_list; i; i--, widgetP++) { in XmuCvtStringToWidget()
104 for (widgetP = parent->core.popup_list; i; i--, widgetP++) { in XmuCvtStringToWidget()
167 for (widgetP = parent->core.popup_list; i; i--, widgetP++) { in XmuNewCvtStringToWidget()
184 for (widgetP = parent->core.popup_list; i; i--, widgetP++) { in XmuNewCvtStringToWidget()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DDestroy.c98 Recursive(widget->core.popup_list[i], proc); in Recursive()
225 if (parent->core.popup_list[i] == widget) { in XtPhase2Destroy()
304 if (parent->core.popup_list[i] == widget) { in XtPhase2Destroy()
307 parent->core.popup_list[i] = parent->core.popup_list[i + 1]; in XtPhase2Destroy()
H A DCreate.c372 widget->core.popup_list = NULL; in xtCreate()
631 parent->core.popup_list = in popupPostProc()
632 (WidgetList) XtRealloc((char *) parent->core.popup_list, in popupPostProc()
636 parent->core.popup_list[parent->core.num_popups++] = w; in popupPostProc()
H A DCore.c318 if (widget->core.popup_list != NULL) in CoreDestroy()
319 XtFree((char *) widget->core.popup_list); in CoreDestroy()
/dports/games/ufoai-data/ufoai-data-2.5_1/base/ufos/ui/
H A Dsys_popup.ufo64 window popup_list
84 text popup_list
106 onChange { *node:root.popup_list@viewpos = <current> }
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkdropdown.c95 GtkWidget *popup_list; member
529 gtk_widget_class_bind_template_child (widget_class, GtkDropDown, popup_list); in gtk_drop_down_class_init()
743 gtk_list_view_set_model (GTK_LIST_VIEW (self->popup_list), NULL); in gtk_drop_down_set_model()
764 gtk_list_view_set_model (GTK_LIST_VIEW (self->popup_list), selection); in gtk_drop_down_set_model()
817 gtk_list_view_set_factory (GTK_LIST_VIEW (self->popup_list), factory); in gtk_drop_down_set_factory()
856 gtk_list_view_set_factory (GTK_LIST_VIEW (self->popup_list), self->list_factory); in gtk_drop_down_set_list_factory()
858 gtk_list_view_set_factory (GTK_LIST_VIEW (self->popup_list), self->factory); in gtk_drop_down_set_list_factory()
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DNameToWidget.c172 if (w->core.popup_list[i]->core.xrm_name == q)
173 return w->core.popup_list[i];
187 if (XtClass(w->core.popup_list[i])->core_class.xrm_class == q)
188 return w->core.popup_list[i];
396 w2 = (*matchproc)(names, bindings, num_quarks, root->core.popup_list,
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dpopup.c53 static list_node_t *popup_list; variable
181 list_for_each_node( popup_list_entry, popup_list ) { in popup_node_find_by_window()
200 list_for_each_node( popup_list_entry, popup_list ) { in popup_node_find_by_popup()
219 list_for_each_node( popup_list_entry, popup_list ) { in popup_node_find_by_id()
408 popup_list = NULL; in popup_init()
802 list_remove_node_and_free_data( &popup_list, this_popup_node, (list_free_func_t)&popup_free ); in popup_node_destroy()
840 list_for_each_node( popup_node, popup_list ) { in popup_send_button_clicked()
928 list_push( &popup_list, new_popup ); in popup_create()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_textbox.c34 Eo *popup_list; member
871 efl_del(sd->popup_list); in _popup_dismiss()
874 sd->popup_list = NULL; in _popup_dismiss()
951 efl_content_set(sd->popup, sd->popup_list); in _menu_call()
952 efl_gfx_hint_align_set(sd->popup_list, 1.0, 1.0); in _menu_call()
953 efl_gfx_hint_weight_set(sd->popup_list, 1.0, 1.0); in _menu_call()
970 efl_pack_end(sd->popup_list, il); in _menu_call()
977 efl_pack_end(sd->popup_list, il); in _menu_call()
984 efl_pack_end(sd->popup_list, il); in _menu_call()
991 efl_pack_end(sd->popup_list, il); in _menu_call()
[all …]
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Deditlist.c93 } else if (editlist_list == popup_list) in editlist_save()
95 list_free (&popup_list); in editlist_save()
96 list_loadconf (file, &popup_list, 0); in editlist_save()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchatc.h36 extern GSList *popup_list;
H A Dhexchat.c60 GSList *popup_list = 0; variable
902 list_loadconf ("popup.conf", &popup_list, buf); in xchat_init()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/test/
H A Dfinder.test.vim342 if exists( '*popup_list' )
343 call assert_equal( 1, len( popup_list() ) )
346 " Old vim doesn't have popup_list, so hit-test the top-right corner which is
400 if exists( '*popup_list' )
401 call assert_equal( 0, len( popup_list() ) )
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/common/
H A DDumpLayout.c236 if (cw->core.popup_list != NULL) in PrintWidgetDetails2()
241 PrintWidgetDetails2(cw->core.popup_list[i], ExpectedResults); in PrintWidgetDetails2()
H A DXdbPrintTree.c75 _XdbPrintTree(cw->core.popup_list[i], level+1); in _XdbPrintTree()
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkApp.C421 popups = w->core.popup_list; in showCursor()
432 popups = w->core.popup_list; in showCursor()
673 popups = w->core.popup_list; in dumpWidgetTree()
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DCoreP.h91 WidgetList popup_list; /* list of popups */ member
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtkxtbin/
H A Dgtk2xtbin.h98 WidgetList popup_list; /* list of popups */ member
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtkxtbin/
H A Dgtk2xtbin.h101 WidgetList popup_list; /* list of popups */
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sview/
H A Dsview.c63 List popup_list = NULL; variable
625 FREE_NULL_LIST(popup_list); in _delete()
1178 if (popup_list) in _change_cluster_main()
1179 list_flush(popup_list); in _change_cluster_main()
1541 popup_list = list_create(destroy_popup_info); in main()
H A Dcommon.c151 ListIterator itr = list_iterator_create(popup_list); in _frame_callback()
1424 list_push(popup_list, popup_win); in create_popup_info()
1641 ListIterator itr = list_iterator_create(popup_list); in delete_popup()
1662 ListIterator itr = list_iterator_create(popup_list); in delete_popups()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDialogS.c647 if (XmIsDialogShell(child->core.popup_list[i])) { in ChangeManaged()
649 (XmDialogShellWidget)(child->core.popup_list[i]); in ChangeManaged()
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dq8tk.c1256 q8tk_widget_destroy(parent->stat.combo.popup_list); in combo_fake_callback()
1288 widget->stat.combo.popup_list = q8tk_listbox_new(); in combo_event_button_on()
1292 q8tk_container_add(widget->stat.combo.popup_list, in combo_event_button_on()
1300 q8tk_listbox_select_child(widget->stat.combo.popup_list, in combo_event_button_on()
1312 q8tk_widget_show(widget->stat.combo.popup_list); in combo_event_button_on()
1350 widget->stat.combo.popup_list); in combo_event_button_on()
1374 widget->stat.combo.popup_list); in combo_event_button_on()
1388 widget->stat.combo.popup_list); in combo_event_button_on()
1409 widget->stat.combo.popup_list); in combo_event_button_on()
1416 q8tk_widget_set_focus(widget->stat.combo.popup_list); in combo_event_button_on()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DVendor.c791 popups = dad->core.popup_list; in LTIsARealPopupShell()
3342 if (XtIsTransientShell(par->core.popup_list[i])) in _XmVendorExtRealize()
3351 XtSetValues(par->core.popup_list[i], args, argc); in _XmVendorExtRealize()
3352 if (XtIsRealized(par->core.popup_list[i])) in _XmVendorExtRealize()
3354 XSetTransientForHint(XtDisplay(par->core.popup_list[i]), in _XmVendorExtRealize()
3355 XtWindow(par->core.popup_list[i]), in _XmVendorExtRealize()

123