summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.c
Commit message (Collapse)AuthorAgeFilesLines
* (xm_update_menu): Fix loop termination test.Karl Heuer1996-07-131-1/+3
|
* Undo previous change.Karl Heuer1996-07-071-12/+0
|
* (lw_motif_menu_related_event_p): A predicate to identify keyboard eventsMiles Bader1996-07-041-0/+12
| | | | intended only for menus.
* (make_menu_in_widget): Set mapping delayRichard M. Stallman1996-06-101-1/+4
| | | | for cascade buttons to zero.
* (destroy_all_children): When freeing a cascade button, free its submenu too.Richard M. Stallman1996-04-031-2/+16
| | | | | (make_menu_in_widget): Use a cascade button gadget, not a widget. Include Xm/CascadeBG.h.
* (destroy_all_children): New arg first_child_to_destroy.Richard M. Stallman1996-03-251-41/+88
| | | | | | | (make_menu_in_widget): New arg keep_first_children. (xm_update_menu): Preserve the first children even if later ones have a structural change. (update_one_menu_entry): Use this_one_change field.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (xm_popup_menu): New arg `event'.Richard M. Stallman1995-08-021-14/+17
|
* (activate_button, xm_update_cascadebutton): Don't use prototype.Karl Heuer1995-05-201-3/+8
|
* (update_one_menu_entry, make_menu_in_widget):Richard M. Stallman1995-04-141-2/+2
| | | | Specify more useful names in XmCreatePulldownMenu calls.
* (*): remove function prototypes.Paul Reilly1995-04-081-64/+152
| | | | | (xm_pop_down_callback): Call the deactivation callback only when popping down the top level submenu.
* (remove_grabs): Use type Widget for `menu'.Richard M. Stallman1995-04-071-2/+2
|
* (make_menu_in_widget): Differentiate a separator entry ("--") from aPaul Reilly1994-11-081-2/+6
| | | | | title. (xm_pop_down_callback): Filter all but the last pop down callbacks.
* (update_one_menu_entry): Use the parent of the cascade button as thePaul Reilly1994-11-071-1/+1
| | | | | parent of the pulldown, rather than the cascade button itself. This works around a Motif SIGSEGV in the function `InSharedMenuHierarchy'.
* (make_menu_in_widget): Add support for displaying a title in pop upPaul Reilly1994-10-021-1/+46
| | | | | | menus. (make_main, xm_set_main_areas, xm_manage_resizing): New functions to create and manage a Motif Main Window widget.
* entered into RCSRichard M. Stallman1994-09-181-2/+7
|
* *** empty log message ***Paul Reilly1994-09-161-4/+21
|
* Initial revisionRichard M. Stallman1994-01-181-0/+1495