Searched refs:MENUBAR (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixMenu.c405 } else if ((menuPtr->menuType != MENUBAR)
452 if ((menuPtr->menuType == MENUBAR)
511 if (menuPtr->menuType == MENUBAR) {
536 if (menuPtr->menuType == MENUBAR) {
591 if (menuPtr->menuType == MENUBAR) {
676 if (menuPtr->menuType == MENUBAR) {
732 if (menuPtr->menuType == MENUBAR) {
919 if (menuPtr->menuType == MENUBAR) {
1333 if ((cascadeEntryPtr->menuPtr->menuType == MENUBAR)
1393 int padY = (menuPtr->menuType == MENUBAR)
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkMenuDraw.c551 if (menuPtr->menuType == MENUBAR) {
656 if (menuPtr->menuType == MENUBAR) {
678 if (menuPtr->menuType != MENUBAR) {
685 if (menuPtr->menuType == MENUBAR) {
698 if ((index > 0) && (menuPtr->menuType != MENUBAR)
710 if (menuPtr->menuType != MENUBAR) {
1056 if (menuPtr->menuType == MENUBAR) {
H A DtkMenu.h282 int menuType; /* MASTER_MENU, TEAROFF_MENU, or MENUBAR. See
483 * a menu bar, a MENUBAR instance is created. All instances have the same
492 #define MENUBAR 2 macro
H A DtkMenu.c484 0, &index) == TCL_OK) && (index == MENUBAR)) {
3200 if (instancePtr->menuType == MENUBAR
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkMenuDraw.c556 if (menuPtr->menuType == MENUBAR) {
665 if (menuPtr->menuType == MENUBAR) {
687 if (menuPtr->menuType != MENUBAR) {
694 if (menuPtr->menuType == MENUBAR) {
707 if ((index > 0) && (menuPtr->menuType != MENUBAR)
719 if (menuPtr->menuType != MENUBAR) {
1065 if (menuPtr->menuType == MENUBAR) {
H A DtkMenu.h269 int menuType; /* MASTER_MENU, TEAROFF_MENU, or MENUBAR.
476 * as a menu bar, a MENUBAR instance is created. All instances have the same
485 #define MENUBAR 2 macro
H A DtkMenu.c494 0, &index) == TCL_OK) && (index == MENUBAR)) {
3184 if (instancePtr->menuType == MENUBAR
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixMenu.c412 } else if ((menuPtr->menuType != MENUBAR)
457 if ((menuPtr->menuType == MENUBAR)
514 if (menuPtr->menuType == MENUBAR) {
539 if (menuPtr->menuType == MENUBAR) {
654 if (menuPtr->menuType == MENUBAR) {
707 if (menuPtr->menuType == MENUBAR) {
892 if (menuPtr->menuType == MENUBAR) {
1305 if ((cascadeEntryPtr->menuPtr->menuType == MENUBAR)
1365 int padY = (menuPtr->menuType == MENUBAR) ? 3 : 0;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinMenu.c570 if ((menuPtr->menuType == MENUBAR)
590 if ((menuPtr->menuType == MENUBAR) && (mePtr->type == TEAROFF_ENTRY)) {
595 if ((menuPtr->menuType == MENUBAR)
661 if ((menuPtr->menuType == MENUBAR)
720 if ((menuPtr->menuType == MENUBAR)
2395 int padY = (menuPtr->menuType == MENUBAR) ? 3 : 0;
2877 if ((menuPtr->menuType == MENUBAR)
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinMenu.c592 if ((menuPtr->menuType == MENUBAR) && (mePtr->type == TEAROFF_ENTRY)) {
597 if ((menuPtr->menuType == MENUBAR)
664 if ((menuPtr->menuType == MENUBAR)
723 if ((menuPtr->menuType == MENUBAR)
2532 int padY = (menuPtr->menuType == MENUBAR) ? 3 : 0;
3069 if ((menuPtr->menuType == MENUBAR)
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXMenu.c1138 if (menuPtr->menuType == MENUBAR) {
1479 if (menuPtr->menuType == MENUBAR) {
1799 (menuBarPtr != NULL) && (menuBarPtr->menuType != MENUBAR);
3058 if (menuPtr->menuType == MENUBAR) {
3107 int padY = (menuPtr->menuType == MENUBAR) ? 3 : 0;
3969 if (menuPtr->menuType == MENUBAR) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dopenroad.vim85 syntax keyword openroadClass MATRIXFIELD MENUBAR MENUBUTTON MENUFIELD
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXMenu.c785 if (cascadeEntryPtr->menuPtr->menuType == MENUBAR
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c10638 #define MENUBAR 2 macro
10654 int menuType; /* MASTER_MENU, TEAROFF_MENU, or MENUBAR */
10714 if ((menuRefPtr->menuPtr)->menuType != MENUBAR) {
10716 "target menu widget must be a MENUBAR type");

Completed in 332 milliseconds