Searched refs:vimContainer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dgui_photon.c273 PtWidgetPos ( gui.vimContainer, &area.pos );
275 PtSetResource( gui.vimContainer, Pt_ARG_AREA, &area, 0 );
310 container = gui.vimContainer;
397 PtEndFlux( gui.vimContainer );
398 PtContainerRelease( gui.vimContainer );
1070 PtStartFlux( gui.vimContainer );
1071 PtContainerHold( gui.vimContainer );
1173 gui.vimContainer = PtCreateWidget( PtPane, gui.vimWindow, n, args );
1174 if( gui.vimContainer == NULL )
1177 PtAddCallback( gui.vimContainer, Pt_CB_RESIZ
[all...]
H A Dgui.h464 PtWidget_t *vimContainer; /* PtPanel */ member in struct:Gui

Completed in 115 milliseconds