slamm
d21acb3c00
Fix double click behavior in such a way that inline editing still works. #149082 SF1 in.
1998-07-09 16:42:06 +00:00
slamm
d63964d924
Make a warning debug-only. #123912 (SF1 in).
1998-06-20 00:42:41 +00:00
slamm
ef57960f31
Add support for popup menus.
1998-06-03 21:50:48 +00:00
ramiro
6f63db6d27
ToolTip abstraction step one: Move XmLGrid hacks to the XmL library.
1998-05-29 21:03:26 +00:00
slamm
9637cf9007
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
9ab3acf7be
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
9a286400a0
Add macros to build unused widgets.
1998-05-28 07:26:08 +00:00
slamm
7cf2699917
Minor logic fix.
1998-04-24 22:23:13 +00:00
slamm
064c092ade
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
6f8d4c63e4
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
ec996ce8ad
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
44c709e25e
Add XmNiconSpacing resource. r=slamm,a=ramiro.
1998-04-08 04:21:40 +00:00
ramiro
750ae8c773
Add XmNignorePixmaps resource. r=slamm,a=ramiro
1998-04-08 04:20:39 +00:00
ltabb
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00