Commit Graph

14 Commits

Author SHA1 Message Date
slamm
316e8a6a8f Add support for popup menus. 1998-06-03 21:50:48 +00:00
ramiro
74e126280b ToolTip abstraction step one: Move XmLGrid hacks to the XmL library. 1998-05-29 21:03:26 +00:00
slamm
94f4dbd27e Make editing work with cell of type XmICON_CELL and Tree cells. Make edit start when user clicks twice on a cell. Rename a few functions. 1998-05-29 18:26:49 +00:00
slamm
9fdcff48b0 Add a test case for the show/hide column behavior. 1998-05-28 17:41:34 +00:00
slamm
1bb49d3aae Add show/hide column buttons. Overload XmNvisibleColumns to set the actual number of visible columns when XmRESIZE_IF_POSIBLE is set. Previously, XmNvisibleColumns was used to request a width equal to an average column width times the number given. That behavior is still available when the horizontal size policy is XmCONSTANT. 1998-05-28 17:41:31 +00:00
ramiro
c69e326bd5 Add macros to build unused widgets. 1998-05-28 07:26:08 +00:00
slamm
5fe8450fa8 Minor logic fix. 1998-04-24 22:23:13 +00:00
slamm
03e5c90207 Add a new horizontalSizePolicy, XmRESIZE_IF_POSSIBLE.
This resizes the columns to make the fit in the available widget width
without scrollbars.  This is made possible by a new function,
SizeColumnsToFit(), which is adapted from Outliner.cpp:applyDelta().
Also add a resource for minColumnWidth.
1998-04-23 01:29:30 +00:00
ramiro
16fdfe3078 Add a makefile that actualy works. Update tree4.c for slamm's
XmLTreeDeleteChildren() improvement.
Coded by slamm@netscape.com.
1998-04-15 09:19:34 +00:00
ramiro
c3bb235f20 Fix problem in grid delete callback. It didn't set the row or column
position.  Plus, it updated the row/column count before making the callback,
so you could no longer access the userData with XtVaGetValues.

Also add XmLTreeDeleteChildren() to XmLTree.

This code written by Steve Lamm <slamm@netscape.com> and reviewed by
ramiro.
1998-04-15 09:15:00 +00:00
ramiro
5cd4167bae Make XfeWidgets and company behave like other modules in the tree. They
now export their headers as all good modules should.
Also, dont build widgets and demos that are not needed.
r=slamm,a=ramiro.
1998-04-08 04:25:42 +00:00
ramiro
00715d578a Add XmNiconSpacing resource. r=slamm,a=ramiro. 1998-04-08 04:21:40 +00:00
ramiro
66bedeb768 Add XmNignorePixmaps resource. r=slamm,a=ramiro 1998-04-08 04:20:39 +00:00
ltabb
3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00