Hi,
Due to an unexpected bout of insomnia, I've replaced the deprecated
Combo with a ComboBox in GToolbar.[Ch].
John
Index: ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/gtk/ChangeLog,v
retrieving revision 1.62
diff -u -3
Lars Gullik Bjønnes wrote:
> Rob <[EMAIL PROTECTED]> writes:
>
> | Hi,
>
> | There are few clashes with LyX's boost stuff on the FreeBSD system.
> | I use compiler gcc 3.4.2.
>
> | 1. Following patch is needed to have cstdint.hpp compile without
> |error message (I have tried to investigate wh
Hi,
I've written a function (attached patch) to take something like "S-C-n"
and translate it into the "n" form that GTK wants for
its accelerators. However, when I add accelerators to menu elements
(not just the ones my function generates, any accelerator will do)
runtime errors are generated at
On Mon, 2004-09-27 at 21:37, Lars Gullik Bjønnes wrote:
> What is this doing? Only removeing whitespace from the end of lines?
> My emacs is setup to do that automatically...
Despite being firmly on the vi side of the text-editor cold war, I
actually do a lot of editing in gedit: I do end up with e
Andreas Vox wrote:
> Hi!
>
> While browsing the sources, trying to understand how LyX works, I
> stumbled over this piece of code:
>
> /// return the toolbar for this view
> Toolbars & getToolbars() { return *toolbars_.get(); }
> ///
> Toolbars const & getToolbasr() const { return *toolbars_.get
Andreas Vox <[EMAIL PROTECTED]> writes:
| Hi!
>
| While browsing the sources, trying to understand how LyX works, I
| stumbled over this piece of code:
>
| /// return the toolbar for this view
| Toolbars & getToolbars() { return *toolbars_.get(); }
| ///
| Toolbars const &
Lars Gullik Bjønnes wrote:
> | Angus (just to show I can be picky too ;-)
> Copycat.
Smarty pants.
--
Angus
Hi!
While browsing the sources, trying to understand how LyX works, I
stumbled over this piece of code:
/// return the toolbar for this view
Toolbars & getToolbars() { return *toolbars_.get(); }
///
Toolbars const & getToolbasr() const { return *toolbars_.get(); }
Angus Leeming <[EMAIL PROTECTED]> writes:
| John Spray wrote:
>
>> Hi,
>>
>> Today's gtk+ improvement: implementation of "Text Style" dialog, aka
>> layout->character.
>>
>> * GCharacter.[Ch], glade/character.glade: New files
>> * Dialogs.C, Makefile.am: move from FormCharacter to GCharacter
John Spray wrote:
> Hi,
>
> Today's gtk+ improvement: implementation of "Text Style" dialog, aka
> layout->character.
>
> * GCharacter.[Ch], glade/character.glade: New files
> * Dialogs.C, Makefile.am: move from FormCharacter to GCharacter
> * ghelpers.h: copy findPos() from xforms helpers
10 matches
Mail list logo