Re: How to make a simple beep?

2009-03-09 Thread Ardhan Madras
Maybe here is not right place to ask such question. Basically, you will need to open /dev/console, call ioctl to the device with KIOCSOUND request (see ) and a integer that describes the freq. Use delay (usleep, nanosleep, etc.), then use 0 as freq to stop the beep. --- ajhwb --- garthskidst.

Re: OpenGL(FreeGlut?) within GTK?

2009-03-09 Thread Yu Feng
Hi Larry, Martin and Jon, On Fri, 2009-03-06 at 19:11 +, Jon Harrop wrote: > On Friday 06 March 2009 16:31:05 Feng Yu wrote: > > Dear list, > > > > What is the usual way of using opengl to display 3d models within a > > GTK application? > > > > I tried to search for GtkGlArea and GtkGlExt on t

Re: widget destroyed: need to disconnect handlers?

2009-03-09 Thread Ardhan Madras
The signal is automatically removed when the widget destroyed. So you don't have to call g_signal_handler*() manually. --- ajhwb --- fka...@googlemail.com wrote: From: "fka...@googlemail.com" To: gtk-app-devel-list@gnome.org Subject: widget destroyed: need to disconnect handlers? Date: Wed, 4 M