Home
last modified time | relevance | path

Searched refs:container (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk_f.c73 static void form_remove(GtkContainer *container, GtkWidget *widget);
74 static void form_forall(GtkContainer *container, gboolean include_internals, GtkCallback callback, …
594 form_remove(GtkContainer *container, GtkWidget *widget) in form_remove() argument
600 g_return_if_fail(GTK_IS_FORM(container)); in form_remove()
602 form = GTK_FORM(container); in form_remove()
633 gtk_widget_queue_resize(GTK_WIDGET(container)); in form_remove()
642 form_forall(GtkContainer *container, in form_forall() argument
651 g_return_if_fail(GTK_IS_FORM(container)); in form_forall()
654 form = GTK_FORM(container); in form_forall()
H A Dgui_gtk_f.h43 GtkContainer container; member
H A Dgui_photon.c283 PtWidget_t *container; in gui_ph_handle_menu_resize() local
306 container = gui.vimPanelGroup; in gui_ph_handle_menu_resize()
308 container = gui.vimContainer; in gui_ph_handle_menu_resize()
311 PtSetResource(container, Pt_ARG_POS, &below_menu, 0); in gui_ph_handle_menu_resize()
/vim-8.2.3635/runtime/syntax/
H A Dbaan.vim1755 syn keyword baanBshell container.create
1756 syn keyword baanBshell container.clear
1757 syn keyword baanBshell container.resize
1758 syn keyword baanBshell container.set.nfields
1759 syn keyword baanBshell container.set.ifields
1760 syn keyword baanBshell container.set.fields
1761 syn keyword baanBshell container.get.nfields
1762 syn keyword baanBshell container.get.ifields
1763 syn keyword baanBshell container.get.fields
1767 syn keyword baanBshell container.size
[all …]
H A Dstructurizr.vim26 syn keyword skeyword container
H A Dsgml.vim221 " empty tags. Just a container, no highlighting.
H A Dtcl.vim70 syn keyword tcltkWidgetSwitch contained show class colormap container visual
H A Dinform.vim36 syn keyword informLibAttrib absent animate clothing concealed container
H A D8th.vim56 Builtin container? G:container? counting-allocations G:counting-allocations cr G:cr curlang G:curl…
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim253 …"inline-grid", "ruby", "ruby-base", "ruby-text", "ruby-base-container", "ruby-text-container", "co…
H A Dtohtml.vim475 " clean out id on the main content container because we already set it on
/vim-8.2.3635/runtime/doc/
H A Dindent.txt876 (Notice the extra indentation between the PHP container markers and the code)
H A Dversion8.txt38378 ex_getln.c. Move some container functions to list.c.