Home
last modified time | relevance | path

Searched refs:PAGE_STACK (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpage.c69 int pageLayoutMode=PAGE_STACK;
1165 if (pageLayoutMode == PAGE_STACK) { in TogglePageLineShown()
1282 case PAGE_STACK: in PrintOnePage()
1774 ok &= TgEnableMenuItemByIndex(menu, PAGE_STACK,
1775 (pageLayoutMode==PAGE_STACK));
1777 (pageLayoutMode!=PAGE_STACK));
1802 case PAGE_STACK: return StackedPageMenu(X, Y, TrackMenubar);
1989 case PAGE_STACK:
2015 case PAGE_STACK: DestroyPinnedMenu(MENU_TILEDPAGE); break;
H A Dfile.c1676 if (pageLayoutMode == PAGE_STACK) {
1704 if (pageLayoutMode == PAGE_STACK) {
2704 pageLayoutMode = PAGE_STACK;
3280 case PAGE_STACK:
5026 if (pageLayoutMode == PAGE_STACK) {
5220 if (!(pageLayoutMode == PAGE_STACK &&
5354 if (pageLayoutMode == PAGE_STACK) {
6717 if (pageLayoutMode == PAGE_STACK &&
6777 } else if (pageLayoutMode == PAGE_STACK) {
7287 if (pageLayoutMode!=PAGE_STACK ||
[all …]
H A Dgrid.c269 if (pageLayoutMode == PAGE_STACK || !pageLineShownInTileMode) return;
300 if (pageLayoutMode == PAGE_STACK || !pageLineShownInTileMode) return;
1513 (pageLayoutMode==PAGE_STACK));
1516 (pageLayoutMode!=PAGE_STACK));
H A Dconst.h647 #define PAGE_STACK 0 macro
H A Dnavigate.c1495 PageLayoutSubMenu(PAGE_STACK); in ToggleSlideShow()
1496 if (pageLayoutMode != PAGE_STACK) return; in ToggleSlideShow()
H A Dstrtbl.c4158 FreeChoiceQuickMouseStatusStrings(&pageMouseStatus[(PAGE_STACK<<1)+1]); in CleanUpChoiceQuickMouseStatusStrings()
4160 FreeChoiceQuickMouseStatusStrings(&pageLayoutMouseStatus[(PAGE_STACK<<1)+1]); in CleanUpChoiceQuickMouseStatusStrings()
H A Dchoice.c904 case PAGE_STACK: sprintf(s, "%1d/%1d", curPageNum, lastPageNum); break; in ShowPage()
1624 } else if (pageLayoutMode == PAGE_STACK) {
H A Dmenu.c2673 (pageLayoutMode==PAGE_STACK));
2675 (pageLayoutMode!=PAGE_STACK));
2772 if (pageLayoutMode==PAGE_STACK && curPage!=NULL) { in RedrawTitleWindow()
H A Draster.c908 pageLayoutPixmap[PAGE_STACK] = XCreateBitmapFromData(mainDisplay, in InitPattern()
H A Dmenuinfo.c216 { (char*)(&pageLayoutPixmap[PAGE_STACK]), NULL,
H A Dcmd.c2248 if (pageLayoutMode == PAGE_STACK && firstPage != lastPage) {
H A Dspecial.c2717 PageLayoutSubMenu(PAGE_STACK); in MergeWithTable()