Searched refs:toplevel (Results 51 - 75 of 93) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd80 set dlg [toplevel .dlg$_dlgid]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DMakefile.vc226 @echo * variable TCLLIBPATH to the toplevel directory of xotcl and
/macosx-10.10/vim-55/src/
H A Dgui_at_fs.c203 static void SFcreateWidgets __ARGS((Widget toplevel, char *prompt, char *ok, char *cancel));
2369 SFcreateWidgets(toplevel, prompt, ok, cancel)
2370 Widget toplevel;
2384 XtNtransientFor, toplevel,
2773 vim_SelFile(toplevel, prompt, init_path, show_entry, x, y, fg, bg, scroll_fg, scroll_bg)
2774 Widget toplevel;
2800 SFdisplay = XtDisplay(toplevel);
2801 SFcreateWidgets(toplevel, prompt, _("OK"), _("Cancel"));
H A Dnormal.c567 normal_cmd(oap, toplevel)
569 int toplevel UNUSED; /* TRUE when called from main() */
727 if (toplevel && stuff_empty())
818 if (toplevel && stuff_empty())
1333 if (curwin->w_p_scb && toplevel)
1341 if (curwin->w_p_crb && toplevel)
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dprogressbar.c196 siglongjmp(toplevel, 1);
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dexterns.h241 toplevel; /* For error conditions. */
H A Dsys_bsd.c829 longjmp(toplevel, -1);
H A Dcommands.c1421 longjmp(toplevel, 1);
2705 longjmp(toplevel, 1);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm849 toplevel $w
875 toplevel .help
H A Dtknewsbiff404 toplevel .help
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c964 if (macDraw->toplevel &&
965 TkMacOSXResizable(macDraw->toplevel->winPtr)) {
968 switch (TkMacOSXWindowClass(macDraw->toplevel->winPtr)) {
H A DtkMacOSXWm.c1440 macWin->toplevel = winPtr->parentPtr->privatePtr->toplevel;
2212 macWin->toplevel = macWin;
4216 Tcl_Panic("Tk_MoveToplevelWindow called with non-toplevel window");
4424 * Automatically add the toplevel itself as the last element
4534 * coordinates. The argument tkwin must be a toplevel window.
4558 * toplevel window. Unless the geometry is specified by the user
4618 * a toplevel window that is resizable. If the window is
4781 * Set the title for a toplevel window. If the window is embedded,
5301 * (or pop-up) menu, or as a toplevel floatin
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c443 * Find frontmost toplevel window at a given screen location.
1673 macWin->toplevel = winPtr->parentPtr->privatePtr->toplevel;
2434 "a frame, labelframe or toplevel", NULL);
2451 macWin->toplevel = macWin;
4431 Tcl_Panic("Tk_MoveToplevelWindow called with non-toplevel window");
4592 * add the toplevel itself as the last element of the list.
4699 * tkwin must be a toplevel window.
4722 * This function calculates the initial bounds for a new Mac toplevel
4763 * This function determines if the passed in window is part of a toplevel
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp291 GtkWidget* toplevel = gtk_widget_get_toplevel(widget); local
292 if (widgetIsOnscreenToplevelWindow(toplevel))
293 webkitWebViewBaseSetToplevelOnScreenWindow(webView, GTK_WINDOW(toplevel));
1156 // toplevel window is a GTK_WINDOW_POPUP and the focus has been
H A DWebKitWebView.cpp468 GtkWidget* toplevel = gtk_widget_get_toplevel(GTK_WIDGET(webView)); local
469 if (!widgetIsOnscreenToplevelWindow(toplevel))
470 toplevel = 0;
474 toplevel ? GTK_WINDOW(toplevel) : 0,
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFrame.c4 * This module implements "frame", "labelframe" and "toplevel" widgets
378 * "toplevel" and "labelframe" Tcl commands. See the user
431 * and "toplevel" commands. Now it is used directly by Tk_Init to
433 * "frame" and "toplevel" commands for details on what it does.
445 TkCreateFrame(clientData, interp, argc, argv, toplevel, appName)
450 int toplevel; /* Non-zero means create a toplevel window,
465 toplevel ? TYPE_TOPLEVEL : TYPE_FRAME, appName);
571 * This occurs when someone tried to create a frame/toplevel
1965 * If the given command name to the command for a toplevel windo
[all...]
H A DtkMenu.c36 * used for menubars must be children of the toplevel widget that they
49 * as a menubar using the "-menu" option of the toplevel's pathname configure
477 int toplevel;
489 toplevel = 1;
495 toplevel = 0;
502 new = Tk_CreateWindowFromPath(interp, tkwin, windowName, toplevel ? ""
633 * If there already exist toplevel widgets that refer to this menu,
1301 * If any toplevel widgets have this menu as their menubar,
1621 * We don't do this for menubars since they are not toplevel
3147 Tcl_Interp *interp; /* The interpreter the toplevel live
475 int toplevel; local
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dwidget30 wm iconwindow . [toplevel ._iconWindow]
430 -command [list destroy [winfo toplevel $w]]
477 toplevel $w
567 # This procedure creates a toplevel window that displays the code for a
579 toplevel $top
/macosx-10.10/tcl-105/tk/tk/tests/ttk/
H A Dnotebook.test27 test notebook-1.3 "Cannot add toplevel" -body {
28 .nb add [toplevel .nb.t]
97 toplevel .t
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c671 longjmp(toplevel, -1);
H A Dcommands.c1340 longjmp(toplevel, 1);
2430 longjmp(toplevel, 1);
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html3588 if (defined($toplevel))
3590 push @lines, ($level==$toplevel ? $CHAPTEREND : $SECTIONEND);
3599 $toplevel = $level;
3603 $T2H_SPLIT && $level == $toplevel);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkMenu.c35 * must be children of the toplevel widget that they are attached to. And on
47 * menubar using the "-menu" option of the toplevel's pathname configure
467 int i, index, toplevel;
479 toplevel = 1;
485 toplevel = 0;
493 toplevel ? "" : NULL);
622 * If there already exist toplevel widgets that refer to this menu, find
1288 * If any toplevel widgets have this menu as their menubar, the
1611 * toplevel windows. Also, since this gets called before CloneMenu
3166 Tcl_Interp *interp, /* The interpreter the toplevel live
465 int i, index, toplevel; local
[all...]
H A DtkFrame.c4 * This module implements "frame", "labelframe" and "toplevel" widgets
354 * These functions are invoked to process the "frame", "toplevel" and
405 * "toplevel" commands. Now it is used directly by Tk_Init to create a
407 * "toplevel" commands for details on what it does.
424 int toplevel, /* Non-zero means create a toplevel window,
440 toplevel ? TYPE_TOPLEVEL : TYPE_FRAME, appName);
544 * This occurs when someone tried to create a frame/toplevel while we
1953 /* Not a frame or toplevel, skip it */
1970 * If the given command name to the command for a toplevel windo
417 TkCreateFrame( ClientData clientData, Tcl_Interp *interp, int argc, char **argv, int toplevel, char *appName) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor594 toplevel .new -padx 10 -pady 5

Completed in 487 milliseconds

1234