[Lazarus] Main menu hiding
Henry Vermaak
henry.vermaak at gmail.com
Mon Oct 20 13:30:14 CEST 2008
On 20/10/2008, Mark Morgan Lloyd <markMLl.lazarus at telemetry.co.uk> wrote:
>
> I could see the description and wasn't expecting great things, but was
> rather feverishly looking for an alternative to gtk 1.
>
> When I have time I'll try a different distro on the test machine which
> hopefully will allow me to get gtk 2 working. However I'd be very
> reluctant to move from Debian since It's probably the best choice when
> working on multiple architectures- I've got x86, ARM and SPARC here.
i'm not sure i follow here. i've been running lazarus gtk2 under
debain testing for more than a year.
the menu hiding thing i don't understand either, but you can do it
manually on gtk2 with gtk_widget_hide(PGtkWidget(MainMenu.Handle));
and show again with gtk_widget_show. you can see if it's visible with
gtk_widget_visible (surprise).
(i've gone back to debian from ubuntu, fwiw)
henry
More information about the Lazarus
mailing list