comparison src/gui_motif.c @ 843:9f279ebda751 v7.0f01

updated for version 7.0f01
author vimboss
date Tue, 25 Apr 2006 22:13:59 +0000
parents 1f3b1021f002
children d3bbb5dd3913
comparison
equal deleted inserted replaced
842:a209672376fd 843:9f279ebda751
490 490
491 XtAddCallback(tabLine, XmNpageChangedCallback, (XtCallbackProc)tabline_cb, 491 XtAddCallback(tabLine, XmNpageChangedCallback, (XtCallbackProc)tabline_cb,
492 NULL); 492 NULL);
493 XtAddEventHandler(tabLine, ButtonPressMask, False, 493 XtAddEventHandler(tabLine, ButtonPressMask, False,
494 (XtEventHandler)tabline_menu_cb, NULL); 494 (XtEventHandler)tabline_menu_cb, NULL);
495
496 gui.tabline_height = TABLINE_HEIGHT;
495 497
496 /* 498 /*
497 * Set the size of the minor next/prev scrollers to zero, so 499 * Set the size of the minor next/prev scrollers to zero, so
498 * that they are not displayed. Due to a bug in OpenMotif 2.3, 500 * that they are not displayed. Due to a bug in OpenMotif 2.3,
499 * even if these children widget are unmanaged, they are again 501 * even if these children widget are unmanaged, they are again