Glibmm::Module does not support glib's G_MODULE_BIND_LOCAL flag

2005-04-04 Thread Phillip Neiswanger
Is this by design? -- phil ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Gtkmm-forge digest, Vol 1 #900 - 1 msg

2005-04-04 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Re: mouse move signal

2005-04-04 Thread Paul Davis
>Hi! I placed a drawingarea inside an eventbox since >DrawingAreas cannot receive events. I called why do you think that? ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

mouse move signal

2005-04-04 Thread Paul Rivera
Hi! I placed a drawingarea inside an eventbox since DrawingAreas cannot receive events. I called add_events( ALL_EVENTS_MASK ). Now it can detect almost all signals through on_event(). But why doesn't it detect when the mouse moves? What is the signal for mouse motion? Is it signal_drag_motio

Re: need some design advice

2005-04-04 Thread Antonio Coralles
Rob Benton wrote: > Here's my situation. I have a Gtk::Table holding a number of > Gtk::EventBox's defined at runtime. I want to catch a > click/button_press event on each of the eventboxes. Inside this handler > I also want to be able to check the status of the surrounding > eventboxes. But I

Re: need some design advice

2005-04-04 Thread Paul Davis
>Here's my situation. I have a Gtk::Table holding a number of >Gtk::EventBox's defined at runtime. I want to catch a >click/button_press event on each of the eventboxes. Inside this handler >I also want to be able to check the status of the surrounding >eventboxes. But I can't send a call b

need some design advice

2005-04-04 Thread Rob Benton
Here's my situation. I have a Gtk::Table holding a number of Gtk::EventBox's defined at runtime. I want to catch a click/button_press event on each of the eventboxes. Inside this handler I also want to be able to check the status of the surrounding eventboxes. But I can't send a call back t

Gtk::ScrolledWindow Question

2005-04-04 Thread Andrew Krause
By using this line of code: textview->scroll_to(textview->get_buffer()->get_insert(), 0); ... the ScrolledWindow scrolls to show the cursor on the screen. My problem is that if the ScrolledWindow contains an HBox that contains a TextView, the above code does not work. The vertical scrollbar fl

Signals to and from menus

2005-04-04 Thread Sudrien
I have hacked away at the Gtk::Menu::popup() stuff to find that the way I am popping up menus can not control where they pop up. *sigh* I come back to questions of when signals are emmited, and where to, beyond the scope of the libsigc++ documentation. 1. When you click a title in a menubar, obv

Re: Widget type name

2005-04-04 Thread Bo Lorentsen
Murray Cumming wrote: Normal C++ RTTI can give you a string, but dynamic_cast<> is the only sensible way to do this. Ok, sad but thanks ... I will see if I can use this instead. /BL ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org

Re: gtkmm tutorials

2005-04-04 Thread Antonio Coralles
Paul Rivera wrote: > Hi! Why is it that when I google for gtkmm tutorials, > I only get the gtkmm documentation? The tutorial in > the gtkmm documentation doesn't have much about > signals. Can you give me urls to other gtkmm > tutorials, code snippets or even forums? I would > really apprecia

Re: Gtk(mm) without X server

2005-04-04 Thread ERDI Gergo
On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: I try this but I still get the 'Gtk-warning: Cannot open display' error. and my application doesn't launch. Maybe you left a Gtk::Main instance around? -- .--= ULLA! =-. `We are not here to give users what \ http://cactus.r

Re: Gtk(mm) without X server

2005-04-04 Thread tc6
I try this but I still get the 'Gtk-warning: Cannot open display' error. and my application doesn't launch. Quoting ERDI Gergo <[EMAIL PROTECTED]>: > On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: > > > I guess the problem comes from the gtk.main.run() that requires an access > to X > > events. Is

gtkmm tutorials

2005-04-04 Thread Paul Rivera
Hi! Why is it that when I google for gtkmm tutorials, I only get the gtkmm documentation? The tutorial in the gtkmm documentation doesn't have much about signals. Can you give me urls to other gtkmm tutorials, code snippets or even forums? I would really appreciate it! __

Re: Gtk(mm) without X server

2005-04-04 Thread ERDI Gergo
On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: I guess the problem comes from the gtk.main.run() that requires an access to X events. Is there a way to avoid this problem? Use Glib::Main::run() in the server code, this just makes the GLib event system work (with the IO stuff as well), but doesn't try

Gtk(mm) without X server

2005-04-04 Thread tc6
I'm looking for a simple way to run gtk(mm) app in console mode without widget (I don't need frame buffer display). I plan to build an application that can be both client or server. The server version has to be designed for embedded application without X server. I can run my application (with gtk w