Searched refs:fromtitlebar (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dresize.h78 extern void StartResize(XEvent *evp, TwmWindow *tmp_win, Bool fromtitlebar);
H A Dmenus.c1222 Bool fromtitlebar = False; local in function:ExecuteFunction
1393 fromtitlebar =
1401 StartResize(eventp, tmp_win, fromtitlebar);
1409 if (fromtitlebar && Event.type == ButtonPress) {
1410 fromtitlebar = False;
1558 fromtitlebar = belongs_to_twm_window(tmp_win, eventp->xbutton.window);
1602 if (fromtitlebar && Event.type == ButtonPress) {
1603 fromtitlebar = False;
H A Dresize.c144 * \param fromtitlebar action invoked from titlebar button
147 StartResize(XEvent *evp, TwmWindow *tmp_win, Bool fromtitlebar) argument
171 if (Scr->AutoRelativeResize && !fromtitlebar)
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.h23 bool fromtitlebar, bool from3dborder);
H A Dfunctions_win_moveresize.c120 bool fromtitlebar; local in function:movewindow
321 fromtitlebar = belongs_to_twm_window(tmp_win, eventp->xbutton.window);
397 if(fromtitlebar && Event.type == ButtonPress) {
398 fromtitlebar = false;
912 bool fromtitlebar = !from3dborder && local in function:DFHANDLER
920 StartResize(eventp, tmp_win, fromtitlebar, from3dborder);
929 if(fromtitlebar && Event.type == ButtonPress) {
930 fromtitlebar = false;
H A Dwin_resize.c178 * fromtitlebar - action invoked from titlebar button
184 bool fromtitlebar, bool from3dborder)
219 if(Scr->AutoRelativeResize && (from3dborder || !fromtitlebar)) {
183 StartResize(XEvent * evp,TwmWindow * tmp_win,bool fromtitlebar,bool from3dborder) argument

Completed in 14 milliseconds