Home
last modified time | relevance | path

Searched refs:edBottomRulerWidget (Results 1 – 7 of 7) sorted by relevance

/dports/editors/ted/Ted-2.23/appFrame/
H A DappDocumentMotif.c250 ed->edBottomRulerWidget= in appMakeDocumentWidget()
269 XtSetArg( al[ac], XmNbottomWidget, ed->edBottomRulerWidget ); ac++; in appMakeDocumentWidget()
287 XtSetArg( al[ac], XmNbottomWidget, ed->edBottomRulerWidget ); ac++; in appMakeDocumentWidget()
310 XtSetArg( al[ac], XmNbottomWidget, ed->edBottomRulerWidget ); ac++; in appMakeDocumentWidget()
322 XtManageChild( ed->edBottomRulerWidget ); in appMakeDocumentWidget()
H A DappDocumentGtk.c211 ed->edBottomRulerWidget= gtk_drawing_area_new(); in appMakeDocumentWidget()
214 ed->edBottomRulerWidget, in appMakeDocumentWidget()
221 gtk_widget_show( ed->edBottomRulerWidget ); in appMakeDocumentWidget()
H A DappScrollDocument.c219 ( ed->edBottomRuler, ed->edBottomRulerWidget, scrolledX ); in appDocScrollHorizontally()
399 ed->edBottomRulerWidget, in appFileAdaptHorizontalRulerRange()
H A DappDocument.c403 ed->edBottomRulerWidget= (APP_WIDGET)0; in appInitEditDocument()
578 gtk_drawing_area_size( GTK_DRAWING_AREA( ed->edBottomRulerWidget ), in appSetupDocument()
H A DappFrame.h162 APP_WIDGET edBottomRulerWidget; member
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDocRuler.c617 guiDrawSetConfigureHandler( ed->edBottomRulerWidget, in tedDocSetBottomRuler()
620 guiDrawSetRedrawHandler( ed->edBottomRulerWidget, in tedDocSetBottomRuler()
H A DtedSelectionDescription.c290 tedSetBottomRulerValues( ed->edBottomRuler, ed->edBottomRulerWidget, in tedAdaptToolsToSelection()