Re: what are gtk-critical errors?

2004-02-19 Thread Murray Cumming
with the --g-fatal-warnings option when debugging will help you to find the problem. -- Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Setting colour of a window

2004-01-28 Thread Murray . Cumming
this-get_window()-set_background(Gdk::Color(maroon)); this-get_window()-clear(); However, it is still gray . Where am I wrong? I doubt that maroon is a supported color string, but I don't know what strings are supported. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: When are GtkTreeIters invalid

2004-01-22 Thread Murray . Cumming
removing a row. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Destroying widgets properly

2004-01-19 Thread Murray . Cumming
Because you mentioned C++, I should mention that memory mangement is IMHO easier and more C++-like with gtkmm. Murray Cumming www.murrayc.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of The Surprises Sent: Montag, 19. Januar

RE: adapting gtk-2.0 to gtk-1.2

2003-12-19 Thread Murray . Cumming
]/msg4.html You should use libglade instead. The program should then be easier to port from GTK+ 1.2 to GTK+ 2, because there will be less code. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http

RE: spreadsheet

2003-12-02 Thread Murray . Cumming
The GtkSheet is not available in GTK-2.0, and no similar functionality. I have not seen you asking for it on the gtkextra mailing list. That would be the logical first step. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list

RE: spreadsheet

2003-12-02 Thread Murray . Cumming
, as listed on the gtkextra web page. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Avoid Memory Leakage

2003-12-02 Thread Murray . Cumming
I am using gtk+ 2.2.4, so it should be the last stable release. Every time when i use any GString / function i get leakage. Then try to make a small test case for bugzilla. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list

RE: (GObject) What are properties?

2003-11-19 Thread Murray . Cumming
thing in glib 2.3 also does this, howeer. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: (GObject) What are properties?

2003-11-19 Thread Murray . Cumming
of widgets that can be used as views on object properties: http://developer.gimp.org/api/1.3/app/app-gimppropwidgets.html In the long run we plan to move this functionality out of the GIMP core into a separate library. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: [gtkmm] Animation and GTK+

2003-11-17 Thread Murray . Cumming
Igor Gorbounov wrote: Hello! I urgently need an example of animation using GTK+. Please, help me! See the pixbuf stuff in the demo. I don't know whether it is an example of what you need, but it is an example. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: GtkTree in testgtk

2003-11-14 Thread Murray . Cumming
There is a testgtk demo program from gtk+-2.2.4. And it shows a Gtktree with lines between nodes. Who knows how it was done? I don't know where the sources are. In the tarball, in the test directory. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: automatic scrolling window (scrolledwindow)

2003-11-12 Thread Murray . Cumming
said before: This sounds unpleasant. Would it also scroll when you click on the scrollbar. That would mean that it would scroll on the way to the scrollbar, and also when you click on the scrollbar. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: GTK vs QT

2003-11-08 Thread Murray . Cumming
://www.gimp.org/~tml/gimp/win32/ People seem to be using gtkmm 2 fairly happily on Windows anyway. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: GTK+-2.3.0 released [unstable]

2003-10-25 Thread Murray . Cumming
From: [EMAIL PROTECTED] * Installing this version will overwrite your existing copy of GTK+-2.0. If you have problems, you'll need to reinstall GTK+-2.0.6. This looks like a copy/paste error. It should mention 2.2 rather than 2.0. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: why is gtk install so difficult?

2003-10-17 Thread Murray . Cumming
? Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: why is gtk install so difficult?

2003-10-16 Thread Murray . Cumming
of the time for people who think that's fun. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: why is gtk install so difficult?

2003-10-16 Thread Murray . Cumming
or Debian in reality. If the packages are broken then the packages should be fixed. That's not a building-from-source problem. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman

RE: why is gtk install so difficult?

2003-10-15 Thread Murray . Cumming
and garnome make it much easier. But still it's only something that developers of GTK+ should need to do. Other people don't need to compile from source. I see no problem. If your disribution makes it difficult to install something, then it's a problem with the distribution. Murray Cumming

RE: why is gtk install so difficult?

2003-10-15 Thread Murray . Cumming
with autoconf and make, without trouble, from sendmail, bind, apache, Perl, X, etc etc etc. You are unusual. GTK is only hard to compile and install by hand because the developers have chosen to make it so. Nobody decided to make anything difficult. Murray Cumming www.murrayc.com [EMAIL PROTECTED

RE: gdk_draw_string deprecated?

2003-10-14 Thread Murray . Cumming
Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: If clist is deprecated..then what?

2003-10-13 Thread Murray . Cumming
From: Brent Clements [mailto:[EMAIL PROTECTED] I was reading the documentation for GTK and I noticed that the CLIST widget was now deprecated. If that is the case, then what has replaced it? http://developer.gnome.org/doc/API/2.2/gtk/gtk-question-index.html#id2903891 Murray Cumming

RE: Use of gnome and gtk libraries in my application...

2003-10-13 Thread Murray . Cumming
From: Brent Clements [mailto:[EMAIL PROTECTED] I was just curious, when writing my application, do I have the ability to use functions from both libraries(gnome and gtk) Yes. or do I have to pick one or the other to write my application? No. Murray Cumming www.murrayc.com [EMAIL

Re: [destroy event]

2003-10-07 Thread Murray Cumming
to be destroyed (the default in GTK+) just hide it instead in your signal handler and return the appropriate boolean value (I forget) to stop further processing (and therefore window destruction) of the signal. It's easier in gtkmm. Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: Can't compile pango 1.2.5 with SunOS 5.8

2003-09-19 Thread Murray . Cumming
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I've got a problem with compiling pango 1.2.5 on a SunOS 5.8 (SPARC) Do we have to guess? Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http

Re: [TextView issues]

2003-09-14 Thread Murray Cumming
would need to reimplement this in GTK+ and C to confirm that. Murray Cumming [EMAIL PROTECTED] www.murrayc.com test.cpp Description: Binary data

Re: [GtkTreeView is too complicated for simple list.]

2003-09-13 Thread Murray Cumming
attribute and CellRenderer data-changed callback can be guessed automatically most of the time. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Order of widgets when displayed on top of each other

2003-08-14 Thread Murray . Cumming
the canvas is meant to solve a different set of problems. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Order of widgets when displayed on top of each other

2003-08-14 Thread Murray . Cumming
. It's up to you (people in general) to then do the work that they suggest. There is no alternative to doing the work. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk

RE: Order of widgets when displayed on top of each other

2003-08-14 Thread Murray . Cumming
each of these has been around in various forms for years. Yet they have not reached the necessary level of quality and nobody has really tried to make them reach it. Dodgy stuff should stay in extra libraries until it stops being dodgy. Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: install php-gtk on mdk9.1

2003-08-01 Thread Murray . Cumming
. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: substitute for GtkCList ???

2003-08-01 Thread Murray . Cumming
://developer.gnome.org/dotplan/porting/ar01s12.html#gtk-tree Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Placing text over a GtkImage

2003-07-29 Thread Murray . Cumming
, I believe that I can reduce the pictures that need create/edit. I'm fairly sure that you can use Pango to put text on an image, but I have no idea how exactly. Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists

RE: (no subject)

2003-07-29 Thread Murray . Cumming
From: João Martins [mailto:[EMAIL PROTECTED] is there a windows version of GTK+ 2.2 for windows? Yes. There is a link from http://www.gtk.org : http://www.gimp.org/~tml/gimp/win32/ Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists

Re: Glib not detected

2003-07-22 Thread Murray Cumming
of information about it in the archives or google. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Glib not detected

2003-07-22 Thread Murray Cumming
On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: Murray Cumming wrote: I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it in the archives or google

Re: Autoconf hello world

2003-07-22 Thread Murray Cumming
+ hello world without the fancy GNOME stuff would be a bit easier. It's just a matter of using PKG_CHECK_MODULES. This might be helpful: http://www.murrayc.com/learning/linux/using_libraries/using_libraries.shtml#cflagsandlibs -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: [gtkmm] Printing in GTK+ environment

2003-07-14 Thread Murray . Cumming
would investigate libgnomeprint and libgnomeprintui. Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: [gtkmm] Printing in GTK+ environment

2003-07-14 Thread Murray . Cumming
From: Igor Gorbounov [mailto:[EMAIL PROTECTED] I would investigate libgnomeprint and libgnomeprintui. So it's not wraped for C++ yet... Igor Gorbounov No, it's not. That should be quite easy to do, by looking at existing *mm projects. Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: GtkCellEditable or a better way?

2003-07-13 Thread Murray . Cumming
at the demo code yet? Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: GtkCellEditable or a better way?

2003-07-12 Thread Murray . Cumming
of the gtk-demo, in the GTK+ tarball. It's much easier in gtkmm. We have Gtk::TreeView::append_column_editable(): http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08s02.html#id2877740 Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list

RE: Configure woes

2003-07-10 Thread Murray . Cumming
for working mkdir -p... yes mkdir: too few arguments Try `mkdir --help' for more information. It seems the script isn't passing something too the mkdir command, however, I'm at a loss to see what it is. Anybody have any knowledge of this problem? Murray Cumming [EMAIL PROTECTED

RE: Configure woes

2003-07-10 Thread Murray . Cumming
Sorry about not supplying version info. RH9 and PHP-GTK 0.5.2 Isn't there a PHP-GTK mailing list? Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists. ___ gtk-list mailing list [EMAIL

Re: GtkCellRenderer

2003-07-03 Thread Murray Cumming
of the standard distibution? See also: http://bugzilla.gnome.org/show_bug.cgi?id=116552 -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

qdata callback not called

2003-06-26 Thread Murray . Cumming
misunderstanding something? We use this in the internals of gtkmm and I'm sure it works most of the time, so I am confused. We can of course just connect to the destroy signal if we can't get this to work consistently. Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: qdata callback not called

2003-06-26 Thread Murray . Cumming
But if you destroy a floating button, nothing will happen to the reference count. OK, thanks. Out of interest, can we explicitly finalize the button, or do we have to add it to a container, then destroy it, in order to avoid the leak. Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: list-widget for gtk+

2003-06-25 Thread Murray . Cumming
/gtkmm2/docs/tutorial/html/ch08.html Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: GTK+ and Java

2003-06-25 Thread Murray . Cumming
From: Fahad Khalid [mailto:[EMAIL PROTECTED] Hi All, Please let me know if there is any support for Java in GTK+. Kindly also tell of any method available to get those libraries used from java. There is a Java binding listed here: http://www.gtk.org/bindings.html Murray

RE: GTK+ and gcc 2.95.3

2003-06-25 Thread Murray . Cumming
From: Luiz Rafael Culik Guimaes [mailto:[EMAIL PROTECTED] How to compile gtk with gcc 2.95.3 Just like with any other compiler. Do you have a specific problem with that version of gcc? Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists

Re: Licensing

2003-06-18 Thread Murray Cumming
understood. It would be best to contact the FSF if you think they should explain their licenses even more clearly. I think that licenses for commercial libraries tend to be far more restrictive and vague. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: gtk+ and tinyx (kdrive)

2003-06-13 Thread Murray . Cumming
and is a very normal issue for embedded developers. I believe there are solutions. I don't know what they are. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: porting from GTK+12. to GTK+2.x

2003-06-05 Thread Murray . Cumming
or GtkCTree code to GtkTreeView - that's not a simple conversion and it might take a while. It's worth it though. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: I'm Havin trouble getting Gtk+ to work on both linux and windows

2003-06-04 Thread Murray . Cumming
) Maybe an exact error message would be more helpful. Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the Reply To All feature with mailing lists. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: copy text the to the clipboard

2003-04-03 Thread Murray . Cumming
It depends on the widget. For simple text, gtk_editable_copy_clipboard() might be what you need. Or there's something similar for GtkTextView. For custom data you'll need to understand the concepts. Here are some C++ examples: http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch16.html Murray

RE: TreeView speedup

2003-03-28 Thread Murray . Cumming
Can't you just freeze and unfreeze the TreeView somehow when adding lots of rows? Murray Cumming [EMAIL PROTECTED] www.murrayc.com -Original Message- From: Olaf Fraczyk [mailto:[EMAIL PROTECTED] Sent: Freitag, 28. März 2003 10:49 To: Andrew E. Makeev Cc: gtkmm-main; GTK-MAIN

RE: 'Huge list' widget

2003-03-25 Thread Murray . Cumming
of the GtkTreeModel. This is not very difficult to do, though a bit laborious (That's why they came up with C++ :) This might be easier in gtkmm, though we have no official examples of it yet. But I think some people have done it. Murray Cumming [EMAIL PROTECTED] www.murrayc.com

RE: list of g_signal_connect options

2003-03-04 Thread Murray . Cumming
in the GTK+ documentation. For instance, http://developer.gnome.org/doc/API/2.0/gtk/GtkButton.html Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: TreeView: editable cell data

2003-01-31 Thread Murray Cumming
CellRenderer signals. See the editable_cells part of gtk-demo. adIt's simpler and better documented in gtkmm/ad. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: TreeView: editable cell data

2003-01-31 Thread Murray Cumming
. The edited returns final string from this GtkEntry only. Right? Look at CellRendererText, or whatever you are using. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo

Re: Update a GtkTreeView

2003-01-27 Thread Murray Cumming
creating a new model. It works, but I don't know if it's really 'clean'. How can I free the old model ? Tree models are reference counted. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http

Re: [gtkmm] TreeView GTK+-2.1.3 / GTK+-2.0.9 difference

2002-12-06 Thread Murray Cumming
an email about this recently. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: upgrading from GLIB1.2 to GLIB2.0 ..

2002-11-21 Thread Murray Cumming
or source? If you installed from source, did you specify the prefix properly. If you still have problems maybe you could show the exact error. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
this, also. For example, someone could provide a patch with another override for set_cursor() in Gdk::Window: I did this recently in order to implement Bakery::BusyCursor. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 16:51, ERDI Gergo wrote: On 28 Aug 2002, Murray Cumming wrote: Thanks, you 've proved that GTK itself works fine :). I just was wondering if GTKMM has simple way to do this, also. For example, someone could provide a patch with another override for set_cursor

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 17:25, ERDI Gergo wrote: On 28 Aug 2002, Murray Cumming wrote: I hope you don't mean you wrote a set_cursor override. I meant overload. I must stop doing that. Actually, I meant overload as well That won't work in other cases, like Gnome::Canvas::Item

Re: [gtkmm] Re: How to restore cursor?

2002-08-28 Thread Murray Cumming
On Wed, 2002-08-28 at 18:19, ERDI Gergo wrote: On 28 Aug 2002, Murray Cumming wrote: I suppose we could create the abstract concept of a default cursor (implemented as a boolean) and check for it in each method that takes a cursor. Is that what you mean? well, by 'default cursor' I

Forcing the GUI to update

2002-08-22 Thread Murray Cumming
Can anyone tell me how to force GTK+ to update the GUI? For instance, my signal handler does a lot of processing, so I want to change the cursor to the watch cursor (with gdk_window_set_cursor()). But that doesn't actually happen until after the signal handler has finished. -- Murray Cumming

RE: Forcing the GUI to update

2002-08-22 Thread Murray Cumming
On Thu, 2002-08-22 at 09:13, Seisdedos Nuñez, Monserrat wrote: Insert these lines in your code: while (g_main_pending()) g_main_iteration(FALSE); Thanks. That works fine. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Murray Cumming

TreeView: row number from GtkTreeIter?

2002-07-27 Thread Murray Cumming
Is there any easy way to get the row number if I have a GtkTreeIter, like a reverse of gtk_tree_model_iter_nth_child()? -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman

GtkTableChild publc API

2002-06-27 Thread Murray Cumming
to change any of the values, and when those new values would begin to be used. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtkmm] Gtk::RC

2002-06-20 Thread Murray Cumming
. Maybe they should all be functions in the Gtk::RC namespace. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [Job Posting] Senior GTK Systems Programmer in NY

2002-04-26 Thread Murray Cumming
/murray/talks/2002/GUADEC3/ -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: some questions about GTK2

2002-04-21 Thread Murray Cumming
On Sun, 2002-04-21 at 11:00, Tomasz Wegrzanowski wrote: I have some questions about GTK2. 2. What's the state of non-C bindings to GTK2 ? C++: http://www.gtkmm.org -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list

GtkTreeView::row-activated signal and modifier keys

2002-04-20 Thread Murray Cumming
I think that GtkTreeView sends the row-activated signal when a row is double-clicked, though I'm not sure because the signal isn't documented. What would be the best way to find out whether the user was holding down the Ctrl key when he double-clicked on the row? -- Murray Cumming [EMAIL

TreeView: cell-changed signal?

2002-03-24 Thread Murray Cumming
I'm using a GtkTreeView, with a GtkListStore model. There is a GtkTreeView row_changed signal, but I can't see how to detect when a particular column of a row has changed. I suppose I could store a copy of all the data and do a comparison, but that would be silly. -- Murray Cumming [EMAIL

RE: pixmap doesn´t show in drawing_area

2002-03-24 Thread Murray Cumming
here... Don't report problems without giving us details so that we can help you. That's just disinformation. but it is much more pleasant to work with than GTK+.. Well, this part I like. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk

Re: configure: error: Cannot find GTKmm: Is gtkmm-config in path?

2002-03-20 Thread Murray Cumming
in Ximian's bugzilla. [EMAIL PROTECTED] would have been slightly more appropriate. pjs On Tue, 2002-03-19 at 21:12, pjs wrote: can someone make sense of this error for me? im running red hat 7.2 and ximian-gnome pjs -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com

<    1   2   3   4   5