Re: Pango::Layout text within Gtk::Entry

2005-04-28 Thread Erdem Gokhan YILMAZ
Hi Bob, Thanks for the fast reply, What you suggest is actually what I am doing. I have derived my own class from Gtk::Entry and implemented the on_grab_focus() method. What I want to do is, poping up a dialog box, whenever the user clicks on Entry field. This dialog box will supply

Pango::Layout::set_markup Gtk::Entry

2005-04-28 Thread Erdem Gokhan YILMAZ
Hi again, I have solved the problem of ambiguity in my previous posting. As I got suspicious, the faulty behavior is due on_grab_focus() event. Problem is solved, when I tried to implement the on_button_press_event() as below. ... this-add_events(Gdk::BUTTON_PRESS_MASK); ... bool

Re: gtkmm / TreeView

2005-04-28 Thread Murray Cumming
Here's an idea: Both TreeViews use the same model. The model has a selected column. The second TreeView puts the model in a TreeModelFilter, showing only the rows where selected==true. In general, please email gtkmm-list rather than me directly. On Wed, 2005-04-27 at 15:18 -0700, Bryce

Re: window handle

2005-04-28 Thread Murray Cumming
On Wed, 2005-04-27 at 18:25 -0700, Paul Rivera wrote: Guys, I would just like to follow up on my question. I'm really stumped on this one. Any help would be greatly appreciated! Thanks. http://www.gtk.org/faq/#AEN540 Use widget-get_window()-gobj() to get the GdkWindow* in gtkmm. --

Re: Backward compatibility

2005-04-28 Thread Murray Cumming
On Thu, 2005-04-28 at 08:43 -0300, Alfredo Kojima wrote: Hi I have written a couple of tools using gtkmm-2.2, but wanted to update to gtkmm-2.4 Problem is that some distributions ship 2.4, some ship 2.2 and I suppose that soon, some will start shipping 2.6 (or 2.8). Furthermore, it seemed

RE: Backward compatibility

2005-04-28 Thread Foster, Gareth
Don't worry about distros that don't ship gtkmm-2.4. They should not be taken seriously. To add weight to this, and give an example, I was looking at *mm packages for Fedora last night, and whilst at one point, getting these packages had been a problem, it seems that now gtkmm is gaining

Re: Backward compatibility

2005-04-28 Thread Murray Cumming
On Thu, 2005-04-28 at 09:05 -0300, Alfredo Kojima wrote: :) The problem is that even decent distros will not have 2.4 if they're not reasonably recent and I need to support them, since they're often common in many companies... That's life. Use whatever version your target platform has, or can

Re: Backward compatibility

2005-04-28 Thread John Taber
We appreciate the new releases. But based on several other posts here, I think a web page that shows a more detailed listing of all the g* lib requirements for each gtkmm release would be most helpful - with a bunch of gtk and gtkmm releases, and different availability on different distros, it

Re: Backward compatibility

2005-04-28 Thread Murray Cumming
On Thu, 2005-04-28 at 09:55 -0600, John Taber wrote: We appreciate the new releases. But based on several other posts here, I think a web page that shows a more detailed listing of all the g* lib requirements for each gtkmm release would be most helpful - with a bunch of gtk and gtkmm

Display widget hierarchy in a gtkmm application

2005-04-28 Thread Raj Kiran Grandhi
Hi, This may be asking for too much, but is there any way of determining the widget hierarchy in a gtkmm (or gtk for that matter) application? By widget hierarchy, I mean somthing like the widget tree display in glade. Is there any command which can do this? Thanks and regards, Rajkiran

Gtkmm-forge digest, Vol 1 #917 - 7 msgs

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