Home
last modified time | relevance | path

Searched refs:dwWidget (Results 1 – 15 of 15) sorted by relevance

/dports/editors/ted/Ted-2.23/appFrame/
H A DappDocumentGtk.c247 ed->edDocumentWidget.dwWidget= gtk_drawing_area_new(); in appMakeDocumentWidget()
250 ed->edDocumentWidget.dwWidget, in appMakeDocumentWidget()
257 gtk_widget_show( ed->edDocumentWidget.dwWidget ); in appMakeDocumentWidget()
261 ed->edDocumentWidget.dwWidget ); in appMakeDocumentWidget()
303 gtk_signal_connect( GTK_OBJECT( dw->dwWidget ), in appFinishDocumentWindow()
313 gtk_signal_connect( GTK_OBJECT( dw->dwWidget ), in appFinishDocumentWindow()
318 gtk_signal_connect( GTK_OBJECT( dw->dwWidget ), in appFinishDocumentWindow()
323 gtk_signal_connect( GTK_OBJECT( dw->dwWidget ), in appFinishDocumentWindow()
354 appGuiSetFocusChangeHandler( dw->dwWidget, in appFinishDocumentSetup()
361 guiDrawSetButtonPressHandler( dw->dwWidget, in appFinishDocumentSetup()
[all …]
H A DappDocumentMotif.c313 ed->edDocumentWidget.dwWidget= in appMakeDocumentWidget()
316 XtAddCallback( ed->edDocumentWidget.dwWidget, in appMakeDocumentWidget()
323 XtManageChild( ed->edDocumentWidget.dwWidget ); in appMakeDocumentWidget()
372 XtAddEventHandler( ed->edDocumentWidget.dwWidget, in appFinishDocumentWindow()
385 XtManageChild( ed->edDocumentWidget.dwWidget ); in appFinishDocumentWindow()
401 guiDrawSetRedrawHandler( dw->dwWidget, in appFinishDocumentSetup()
406 appGuiSetFocusChangeHandler( dw->dwWidget, in appFinishDocumentSetup()
412 guiDrawSetButtonPressHandler( dw->dwWidget, in appFinishDocumentSetup()
418 guiDrawSetScrollHandler( dw->dwWidget, in appFinishDocumentSetup()
428 XDefineCursor( XtDisplay( dw->dwWidget ), in appFinishDocumentSetup()
[all …]
H A DappKeystrokeGtk.c99 gtk_widget_add_events( dw->dwWidget, GDK_KEY_PRESS_MASK ); in appDocumentSetInputContext()
100 gtk_widget_add_events( dw->dwWidget, GDK_KEY_RELEASE_MASK ); in appDocumentSetInputContext()
102 gtk_signal_connect_after( GTK_OBJECT( dw->dwWidget ), "key_press_event", in appDocumentSetInputContext()
H A DappDocument.c354 dw->dwWidget= (APP_WIDGET)0; in appInitDocumentWidget()
506 ed->edDocumentWidget.dwWidget, in appSetupDocument()
532 XtVaSetValues( dw->dwWidget, in appSetupDocument()
545 XtVaGetValues( dw->dwWidget, in appSetupDocument()
574 gtk_drawing_area_size( GTK_DRAWING_AREA( dw->dwWidget ), wide, high ); in appSetupDocument()
584 gtk_object_set_user_data( GTK_OBJECT( dw->dwWidget ), (void *)ed ); in appSetupDocument()
603 guiGetBackgroundColor( &(ed->edBackgroundColor), dw->dwWidget ); in appSetupDocument()
838 guiCollectExposures( &drClip, ed->edDocumentWidget.dwWidget, exposeEvent ); in APP_EVENT_HANDLER_H()
874 { guiExposeDrawingWidget( ed->edDocumentWidget.dwWidget ); return; } in appDocExposeRectangle()
910 guiExposeDrawingWidgetRectangle( ed->edDocumentWidget.dwWidget, in appDocExposeRectangle()
H A DappCopyPasteMotif.c491 Display * display= XtDisplay( ed->edDocumentWidget.dwWidget ); in appDocReleaseSelection()
512 Display * display= XtDisplay( ed->edDocumentWidget.dwWidget ); in appDocOwnSelection()
513 Window win= XtWindow( ed->edDocumentWidget.dwWidget ); in appDocOwnSelection()
528 XInternAtom( XtDisplay( ed->edDocumentWidget.dwWidget ), in appDocOwnSelection()
615 return appAskForPaste( ed->edDocumentWidget.dwWidget, in appDocAskForPaste()
H A DappKeystrokeMotif.c161 XtAddEventHandler( dw->dwWidget, KeyPressMask, False, in appDocumentSetInputContext()
205 XNClientWindow, XtWindow( dw->dwWidget ), in appDocumentSetInputContext()
H A DappScrollDocument.c109 guiExposeDrawingWidgetRectangle( dw->dwWidget, &drScreen ); in appDocScrollVertically()
207 guiExposeDrawingWidgetRectangle( dw->dwWidget, &drScreen ); in appDocScrollHorizontally()
363 { guiExposeDrawingWidget( ed->edDocumentWidget.dwWidget ); } in appScrollToRectangle()
459 guiExposeDrawingWidget( ed->edDocumentWidget.dwWidget ); in appDocAdaptToWidgetSize()
480 guiExposeDrawingWidget( ed->edDocumentWidget.dwWidget ); in appDocAdaptToWidgetSize()
H A DappCopyPasteGtk.c139 gtk_selection_add_target( ed->edDocumentWidget.dwWidget, in appDocOwnSelection()
148 if ( ! gtk_selection_owner_set( ed->edDocumentWidget.dwWidget, in appDocOwnSelection()
264 return appAskForPaste( ed->edDocumentWidget.dwWidget, in appDocAskForPaste()
H A DguiWidgets.h59 APP_WIDGET dwWidget; member
H A DappMetricRuler.c751 guiExposeDrawingWidgetRectangle( ed->edDocumentWidget.dwWidget, in appMetricRulerExposeValue()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDrawMotif.c38 Display * display= XtDisplay( ed->edDocumentWidget.dwWidget ); in tedSetObjectWindows()
39 Window win= XtWindow( ed->edDocumentWidget.dwWidget ); in tedSetObjectWindows()
66 if ( ! XtIsRealized( ed->edDocumentWidget.dwWidget ) ) in tedSetObjectWindows()
67 { XtRealizeWidget( ed->edDocumentWidget.dwWidget ); } in tedSetObjectWindows()
132 XUnmapWindow( XtDisplay( ed->edDocumentWidget.dwWidget ), in tedHideObjectWindows()
H A DtedPage.c79 guiExposeDrawingWidget( ed->edDocumentWidget.dwWidget ); in tedRedoDocumentLayout()
H A DtedObjectDrag.c156 guiExposeDrawingWidgetRectangle( ed->edDocumentWidget.dwWidget, in tedObjectHandleMove()
449 guiExposeDrawingWidgetRectangle( ed->edDocumentWidget.dwWidget, in tedObjectDrag()
H A DtedMouseInput.c404 guiExposeDrawingWidget( ed->edDocumentWidget.dwWidget ); in tedFindMousePosition()
611 ed->edDocumentWidget.dwWidget ); in APP_TIMER_HANDLER()
H A DtedDrawGtk.c34 APP_WIDGET w= ed->edDocumentWidget.dwWidget; in tedSetObjectWindows()