Home
last modified time | relevance | path

Searched refs:tdObjectWindow (Results 1 – 4 of 4) sorted by relevance

/dports/editors/ted/Ted-2.23/Ted/
H A DtedDrawGtk.c83 if ( ! td->tdObjectWindow ) in tedSetObjectWindows()
90 td->tdObjectWindow= gdk_window_new( win, &xswa, attributesMask ); in tedSetObjectWindows()
92 gdk_window_set_events(td->tdObjectWindow,(GdkEventMask)0); in tedSetObjectWindows()
101 td->tdObjectResizeWindows[i]= gdk_window_new( td->tdObjectWindow, in tedSetObjectWindows()
112 gdk_window_move_resize( td->tdObjectWindow, in tedSetObjectWindows()
124 gdk_window_show( td->tdObjectWindow ); in tedSetObjectWindows()
131 if ( ! td->tdObjectWindow ) in tedHideObjectWindows()
132 { XDEB(td->tdObjectWindow); return; } in tedHideObjectWindows()
134 gdk_window_hide( td->tdObjectWindow ); in tedHideObjectWindows()
H A DtedDrawMotif.c84 if ( ! td->tdObjectWindow ) in tedSetObjectWindows()
87 td->tdObjectWindow= XCreateWindow( display, win, in tedSetObjectWindows()
99 XCreateWindow( display, td->tdObjectWindow, in tedSetObjectWindows()
110 XMoveResizeWindow( display, td->tdObjectWindow, in tedSetObjectWindows()
122 XMapRaised( display, td->tdObjectWindow ); in tedSetObjectWindows()
129 if ( ! td->tdObjectWindow ) in tedHideObjectWindows()
130 { XDEB(td->tdObjectWindow); return; } in tedHideObjectWindows()
133 td->tdObjectWindow ); in tedHideObjectWindows()
H A DtedDocument.h227 APP_WINDOW tdObjectWindow; member
H A DtedDocument.c704 td->tdObjectWindow= (APP_WINDOW)0; in tedMakePrivateData()