[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(Aucun)




   In my languages, I have several menus in addition to the "traditonal" menus
of the Centaur editor.  That is why I am interested in increasing the width of
this editor, and I wish that users do not need to do this operation themselves.
That is, when they click the "Editor" button of the Centaur menu, I wish they
can obtain a more wide window.

   If I consult the "User Interface Manual" about the function "make-ctview", I
read:
	The introduction of resources renders this function slightly obsolete,
	since virtually all arguments may be determined from ctedit resources.

   OK. I look over the "Centaur Resource Manual" and put
	Centaur.Editor.WidthHint: 550
in my ".centaur.rdb" file.  I was very disappointed: no effect.  In fact, it
seems to me that the only way to do that is to put:
	({ctedit-parameters}:width {ctedit}:parameters 550)
in my ".centaur" file.  This solution works fine, but I consider that it is
somewhat dirty.

   Is there a nice solution, when we wish to change the width of a window
(editor-view) which constains an editor.  In other words, how to change the
default property "WidthHint" for any editor?

   Yours faithfully,

				     J.-M.