Tooltip position

2005-04-22 Thread Andrew E. Makeev
Hi, Is there a standart way to handle tooltip position just before it's shown? I mean a way that used for menu position - connect to the signal and calculate x, y. If not would someone explain how to that, please? Regards, -andrew ___ gtkmm-list

problem with custom menu

2005-04-22 Thread John Taber
I'm having a problem with the newer way to use a custom menu - can someone help out - thanks. fileMenu = new Gtk::Menu(); openMenuItem = new Gtk::MenuItem(Open); fileMenu-attach(*openMenuItem,0,0,0,0); fileMenuItem = new Gtk::MenuItem(File, fileMenu); menubar = new Gtk::MenuBar();

Re: problem with custom menu

2005-04-22 Thread Murray Cumming
On Fri, 2005-04-22 at 05:41 -0600, John Taber wrote: I'm having a problem with the newer way to use a custom menu - can someone help out - thanks. fileMenu = new Gtk::Menu(); openMenuItem = new Gtk::MenuItem(Open); fileMenu-attach(*openMenuItem,0,0,0,0); Table (and Menu, I guess) attach

[Fwd: Getting a modal run]

2005-04-22 Thread Bob Caryl
Hmmm... either the list is down, or the following never got there; so here it is again. Bob Original Message Subject:Getting a modal run Date: Thu, 21 Apr 2005 16:23:05 -0500 From: Bob Caryl [EMAIL PROTECTED] To: gtkmm-list gtkmm-list@gnome.org Hello

Re: problem with custom menu

2005-04-22 Thread Murray Cumming
On Fri, 2005-04-22 at 09:38 -0600, John Taber wrote: Thanks for suggestion - it eliminated the error but my menuitems are still not showing Are you calling show()? (to test I added a second one at 0,1,0,2). I have read the documentation but I cannot understand what the table is

[Fwd: [Fwd: Getting a modal run]]

2005-04-22 Thread Bob Caryl
Hello all, I don't know why I'm not receiving anything from the list. I saw on the archive that the prior message was posted. At any rate, I wish apologize to everyone for wasting your time with the question posted originally. All I had to do was delve a bit deeper in the docs to find out

Re: problem with custom menu

2005-04-22 Thread John Taber
Huh? I'm simply trying to build a simple menu and ::attach with the table coordinates is exactly what is in the gtkmm API documentation (under widgets/menu) and what compiles (menu-append will not compile for me). I don't want to use actions for several reasons related to what other widgets I

Re: problem with custom menu

2005-04-22 Thread John Taber
Thanks for suggestion - it eliminated the error but my menuitems are still not showing (to test I added a second one at 0,1,0,2). I have read the documentation but I cannot understand what the table is supposed to do and maybe that is where my problem is. btw other gtk documentation I have

Re: Feature request: Number of matches in Gtk::EntryCompletion

2005-04-22 Thread rob page
I think this should be directed at the gtk mailing list as gtkmm is just a wrapper for that and isn't supposed to extend gtk Rob. On 4/20/05, Matthias Kaeppler [EMAIL PROTECTED] wrote: You should really be able to figure out how many matches were found. This whole EntryCompletion class is a

Re: problem with custom menu

2005-04-22 Thread Murray Cumming
On Fri, 2005-04-22 at 11:03 -0600, John Taber wrote: Huh? I'm simply trying to build a simple menu and ::attach with the table coordinates is exactly what is in the gtkmm API documentation (under widgets/menu) and what compiles (menu-append will not compile for me). What compilation error

RE: problem with custom menu

2005-04-22 Thread Murray Cumming
On Fri, 2005-04-22 at 17:23 +0100, Foster, Gareth wrote: to the top or bottom ? ). Btw - what is the best way to check versions on my installed gtk, gtkmm, glib (one machine is Fedora, one is ubuntu debian). thks. rpm -q gtkmm-devel Or maybe rpm -q gtkmm2-devel ?

Re: problem with custom menu

2005-04-22 Thread Murray Cumming
On Fri, 2005-04-22 at 10:19 -0600, John Taber wrote: You are right, the table coordinates are different - previously you could just append the menuitem. What is this previously API? I didn't even know that this Menu::attach() method existed. What are you actually trying to do? I'm sure

Gtkmm-forge digest, Vol 1 #912 - 9 msgs

2005-04-22 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