Home
last modified time | relevance | path

Searched refs:Widget (Results 1 – 25 of 59) sorted by relevance

123

/vim-8.2.3635/src/
H A Dgui_at_sb.c130 static void Initialize(Widget, Widget, ArgList, Cardinal *);
135 static Boolean SetValues(Widget, Widget, Widget, ArgList, Cardinal *);
550 Widget w, in Realize()
764 Widget w, in HandleThumb()
833 Widget w, in ScrollOneLineUp()
843 Widget w, in ScrollOneLineDown()
853 Widget w, in ScrollPageDown()
863 Widget w, in ScrollPageUp()
873 Widget w, in ScrollSome()
891 Widget w, in NotifyScroll()
[all …]
H A Dgui_athena.c45 static Widget vimForm = (Widget)0;
46 Widget textArea = (Widget)0;
48 static Widget menuBar = (Widget)0;
68 static Widget toolBar = (Widget)0;
638 static Widget get_popup_entry(Widget w);
639 static Widget submenu_widget(Widget);
869 gui_athena_menu_has_submenus(Widget id, Widget ignore) in gui_athena_menu_has_submenus()
1592 Widget w = (Widget)client_data; in gui_athena_menu_timeout()
1622 Widget w, in gui_athena_popup_callback()
1654 Widget w, in gui_athena_popdown_submenus_action()
[all …]
H A Dgui_motif.c68 Widget textArea;
141 Widget w, in tabline_button_cb()
194 Widget w, in tabline_menu_cb()
1044 Widget w; in toggle_tearoff()
2000 Widget w, in mnemonic_event()
2015 add_mnemonic_grabs(Widget dialog, Widget w) in add_mnemonic_grabs()
2176 Widget w; in set_predefined_label()
2219 Widget w; in set_predefined_fontlist()
2406 Widget w, in keyhit_callback()
3783 Widget label_with = (Widget)0; in find_replace_dialog_create()
[all …]
H A Dgui_xmebw.c109 static void Initialize(Widget rq, Widget eb, ArgList args, Cardinal *n);
110 static Boolean SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *n);
750 Enter(Widget wid, in Enter()
839 Leave(Widget wid, in Leave()
999 Initialize(Widget rq, Widget ebw, ArgList args UNUSED, Cardinal *n UNUSED) in Initialize()
1068 Destroy(Widget w) in Destroy()
1077 SetValues(Widget current, in SetValues()
1078 Widget request UNUSED, in SetValues()
1079 Widget new, in SetValues()
1362 Widget parent; in Redisplay()
[all …]
H A Dgui_xmdlg.c41 extern Widget vimShell;
99 Widget dialog;
100 Widget ok;
101 Widget cancel;
105 Widget name;
106 Widget sample;
445 Widget button; in fill_lists()
504 Widget w; in fill_lists()
856 Widget form; in gui_xm_select_font()
860 Widget name; in gui_xm_select_font()
[all …]
H A Dgui_at_fs.c107 static Widget selFile,
801 Widget w UNUSED, in SFbuttonPressList()
811 Widget w UNUSED, in SFbuttonReleaseList()
1607 Widget w UNUSED, in SFenterList()
1632 Widget w UNUSED, in SFleaveList()
1890 Widget w UNUSED, in SFpathSliderMovedCallback()
1926 Widget w, in SFpathAreaSelectedCallback()
2096 Widget w UNUSED, in SFexposeList()
2149 Widget w UNUSED, in SFdismissAction()
2254 Widget toplevel, in SFcreateWidgets()
[all …]
H A Dbeval.h47 Widget target; // widget we are monitoring
48 Widget balloonShell;
49 Widget balloonLabel;
H A Dgui_x11.c86 Widget vimShell = (Widget)0;
590 Widget w UNUSED, in gui_x11_visibility_cb()
613 Widget w UNUSED, in gui_x11_expose_cb()
688 Widget w UNUSED, in gui_x11_resize_window_cb()
725 Widget w UNUSED, in gui_x11_focus_change_cb()
735 Widget w UNUSED, in gui_x11_enter_cb()
745 Widget w UNUSED, in gui_x11_leave_cb()
761 Widget w UNUSED, in gui_x11_key_hit_cb()
1015 Widget w UNUSED, in gui_x11_mouse_cb()
2911 Widget w UNUSED, in gui_x11_menu_cb()
[all …]
H A Dgui_beval.c46 extern Widget vimShell;
70 static void addEventHandler(Widget, BalloonEval *);
72 static void pointerEventEH(Widget, XtPointer, XEvent *, Boolean *);
116 beval->target = (Widget)target; in gui_mch_create_beval_area()
117 beval->appContext = XtWidgetToApplicationContext((Widget)target); in gui_mch_create_beval_area()
518 addEventHandler(Widget target, BalloonEval *beval) in addEventHandler()
545 Widget w UNUSED, in pointerEventEH()
1171 if (beval->balloonShell != (Widget)0) in undrawBalloon()
H A Dgui_xmebw.h66 extern Widget XgCreateEPushButtonWidget(Widget, char *, ArgList, Cardinal);
H A Dproto.h25 # define Widget int macro
294 extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x…
H A Dclipboard.c1397 Widget w UNUSED, in clip_x11_convert_selection_cb()
1526 clip_x11_lose_ownership_cb(Widget w UNUSED, Atom *sel_atom) in clip_x11_lose_ownership_cb()
1535 clip_x11_notify_cb(Widget w UNUSED, Atom *sel_atom UNUSED, Atom *target UNUSED) in clip_x11_notify_cb()
1545 Widget w, in clip_x11_timestamp_cb()
1590 x11_setup_selection(Widget w) in x11_setup_selection()
1598 Widget w UNUSED, in clip_x11_request_selection_cb()
1699 Widget myShell, in clip_x11_request_selection()
1791 clip_x11_lose_selection(Widget myShell, Clipboard_T *cbd) in clip_x11_lose_selection()
1798 clip_x11_own_selection(Widget myShell, Clipboard_T *cbd) in clip_x11_own_selection()
H A Dos_unix.c116 static Widget xterm_Shell = (Widget)0;
1695 xterm_Shell = (Widget)0; in x_IOerror_handler()
3326 if (xterm_Shell != (Widget)0) in mch_free_mem()
6224 if (xterm_Shell != (Widget)0) in RealWaitForChar()
6350 if (xterm_Shell != (Widget)0) in RealWaitForChar()
7591 Widget AppShell; in setup_term_clip()
7664 if (AppShell == (Widget)0) in setup_term_clip()
7672 if (xterm_Shell == (Widget)0) in setup_term_clip()
7684 if (xterm_Shell != (Widget)0) in setup_term_clip()
7806 if (xterm_Shell != (Widget)0) in clear_xterm_clip()
[all …]
H A Dgui_at_sb.h97 extern void vim_XawScrollbarSetThumb(Widget, double, double, double);
H A Dgui.h175 Widget id; // Id of real scroll bar
H A Dstructs.h3967 Widget id; // Manage this to enable item
3968 Widget submenu_id; // If this is submenu, add children here
H A Dgui.c736 gui_mch_compute_menu_height((Widget)0); in gui_init()
796 extern Widget textArea; in gui_init()
/vim-8.2.3635/src/proto/
H A Dclipboard.pro24 void x11_setup_selection(Widget w);
25 void clip_x11_request_selection(Widget myShell, Display *dpy, Clipboard_T *cbd);
26 void clip_x11_lose_selection(Widget myShell, Clipboard_T *cbd);
27 int clip_x11_own_selection(Widget myShell, Clipboard_T *cbd);
H A Dgui_x11.pro2 void gui_x11_key_hit_cb(Widget w, XtPointer dud, XEvent *event, Boolean *dum);
56 void gui_x11_menu_cb(Widget w, XtPointer client_data, XtPointer call_data);
63 void gui_x11_callbacks(Widget textArea, Widget vimForm);
H A Dgui_motif.pro6 void manage_centered(Widget dialog_child);
14 void gui_mch_compute_menu_height(Widget id);
44 void gui_motif_menu_fontlist(Widget id);
/vim-8.2.3635/runtime/syntax/
H A Dgtkrc.vim57 …Item VBox VButtonBox VPaned VRuler VScale VScrollbar VSeparator Viewport Widget Window WindowGroup…
/vim-8.2.3635/src/po/
H A Daf.po16 # open vim in another GTK Widget - het vertaal as element (njj: OK, maar
1658 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
H A Duk.cp1251.po2196 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
2197 msgstr "Scrollbar Widget: �� ������� ��������� ����� ��������� ��������."
H A Duk.po2196 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
2197 msgstr "Scrollbar Widget: Не вдалося визначити розмір скороченої картинки."
H A Des.po2054 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
2056 "Scrollbar Widget: No pude obtener la geometría de la miniatura \"pixmap\""

123