Re: Looking for table widget

2000-06-08 Thread Murray . Cumming
ath. It's an old problem though - even Windows doesn't have this as a default 'control'. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Looking for table widget

2000-06-09 Thread Murray . Cumming
> GtkExtra has GtkSheet. You should be able to get it from > http://magnet.fsu.edu/~feiguin/ I mean http://magnet.fsu.edu/~feiguin/gtk/ Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED

Re: gtkmm3?

2011-03-16 Thread Murray Cumming
On Tue, 2011-03-15 at 22:11 -0400, Josh Bialkowski wrote: > I was reading the gtkmm book and when I hit the clock example for > drawing widgets with cairo, I realized that this was exactly what I was > looking for (i.e. wanting to draw widgets with cairo). It was only after > I couldn't get the exa

Re: [gnome-db] GVariant to replace GValue?

2011-09-06 Thread Murray Cumming
On Tue, 2011-09-06 at 18:51 -0500, Daniel Espinosa wrote: > I'm reading about GVariant, still I don't understand all details, but > found it equivalent to GValue and may be better on memory usage. > > Are you considering to replace GValue by GVariant? GVariant values are for constant values. You

Getting a GMenuItem from GtkBuilder

2013-07-19 Thread Murray Cumming
Should the code below work, to get a menu item from a GtkBuilder using the markup? It doesn't seem to. I'm guessing at the XML syntax based on this: https://developer.gnome.org/gtk3/unstable/GtkBuilder.html#BUILDER-UI I would use Glade to show me the correct syntax, but it doesn't use this // syn

GtkApplication actions: app and win prefixes/groups

2013-09-27 Thread Murray Cumming
When would someone want to use a GAction action prefix other than "app." or "win."? I'm creating my own GSimpleActionGroup, with it's own group name (the prefix), as a way to have a set of menu items that's populated at runtime. Is there a downside to not using "app" or "win"? -- murr...@murrayc

Re: tutorial on hiding a widget and showing another in it's place?

2013-10-27 Thread Murray Cumming
On Sun, 2013-10-27 at 09:28 +0100, Murray Cumming wrote: > On Sat, 2013-10-26 at 10:33 -0400, Patrick wrote: > > Hi Everyone > > > > I have a table of buttons. On clicking a button I would like a new table > > of buttons to take the first tables place. > > >

Re: tutorial on hiding a widget and showing another in it's place?

2013-10-27 Thread Murray Cumming
On Sat, 2013-10-26 at 10:33 -0400, Patrick wrote: > Hi Everyone > > I have a table of buttons. On clicking a button I would like a new table > of buttons to take the first tables place. > > I am assuming I do this by hiding the first table, and inserting another > in the callback function but I

Re: glib vs. gdbus-codegen: file collision

2013-11-15 Thread Murray Cumming
hich might be related: > > * Failed Patch: glib-2.35.x-external-gdbus-codegen.patch ! > * ( > /var/lib/layman/gnome-next/dev-libs/glib/files/glib-2.35.x-external-gdbus-codegen.patch > ) > > Does anyone know what's happening with this? Problems with Gentoo packages sh

Replacement for gtk_widget_override_background_color() with GtkTextView

2015-02-11 Thread Murray Cumming
exact clues about what people should do. But I don't know what CSS would replace gtk_widget_override_background_color() for a GtkTextView. If I use "background-color: #whatever" then only the background of the content's text is colored, not the background of the whole area.

Re: Replacement for gtk_widget_override_background_color() with GtkTextView

2015-02-15 Thread Murray Cumming
On Fri, 2015-02-13 at 14:50 +, Emmanuele Bassi wrote: > hi; > > On 11 February 2015 at 13:08, Murray Cumming wrote: > > The gtk_widget_override_*() functions were recently deprecated: > > https://git.gnome.org/browse/gtk+/commit/?id=63efdca2 > > (Th

Re: Replacement for gtk_widget_override_background_color() with GtkTextView

2015-02-20 Thread Murray Cumming
On Sun, 2015-02-15 at 11:40 +0100, Murray Cumming wrote: > However, while getting these screenshots I noticed that the change is > caused by different GTK+ versions, regardless of what API I use. I'll > try to narrow down what caused the change and file a bug. I was wrong again. T

Re: Strategy for unit testing GTK+ applications in C

2015-05-18 Thread Murray Cumming
parts of your source code need to be loosely coupled anyway. -- Murray Cumming murr...@murrayc.com www.murrayc.com ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Murray Cumming
e? For instance: https://git.gnome.org/browse/glibmm/tree/MSVC_Net2013 -- Murray Cumming murr...@murrayc.com www.murrayc.com ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Murray Cumming
de of source > tree), but it's worth discussing to see what changes can be done to > make them work and incorporate into source tree. > > What say you? Apparently the existing projects work so far at least for some people, so please do try to work with

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Murray Cumming
ntinue to be the case unless the build files are in the upstream dependencies' repositories where people can maintain them together over time. All attempts to do this separately fail. -- Murray Cumming murr...@murrayc.com www.murrayc.com ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

RE: Glade-- for Gnome2

2003-03-04 Thread Murray . Cumming
re I could find the sources? Google give us this: http://home.wtal.de/petig/Gtk/ Which also mentions the glademm mailing list. Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: list of g_signal_connect options

2003-03-04 Thread Murray . Cumming
the gtk-demo. Thanks! The signals for each widget are listed 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: 'Huge list' widget

2003-03-25 Thread Murray . Cumming
implementations 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 Cummin

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:

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.ht

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

2003-06-05 Thread Murray . Cumming
deprecated. However, you will probably need to port any GtkCList 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-lis

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

2003-06-04 Thread Murray . Cumming
se of the > slashes "/" in the filename) 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 [EM

RE: gtk+ and tinyx (kdrive)

2003-06-13 Thread Murray . Cumming
uot;cross-compiling" 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: Licensing

2003-06-18 Thread Murray Cumming
e using LGPL libraries such as GTK+ to develop closed-source product. Their lawyers seem to be satisfied. The LGPL is well 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 te

RE: list-widget for gtk+

2003-06-25 Thread Murray . Cumming
w: http://www.gtkmm.org/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/bin

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" feat

qdata callback not called

2003-06-25 Thread Murray . Cumming
am I 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 P

RE: qdata callback not called

2003-06-26 Thread Murray . Cumming
button to container: container adopts button, reference count 1, > not floating > destroy button: button is removed from parent, reference > count drops to 0, finalized > > But if you destroy a floating button, nothing will happen to > the reference count. OK, thanks. Out

Re: GtkCellRenderer

2003-07-03 Thread Murray Cumming
le wrote their own, but wouldn't it make sense to have > them part 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

RE: Configure woes

2003-07-10 Thread Murray . Cumming
thout any > complaint. However, I later see this... > > checking 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

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-

RE: GtkCellEditable or a better way?

2003-07-12 Thread Murray . Cumming
he editable_cells part 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 _

RE: GtkCellEditable or a better way?

2003-07-13 Thread Murray . Cumming
at simple in plain GTK+. Maybe you need to mark it as editable somehow too. Have you looked 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: [gtkmm] Printing in GTK+ environment

2003-07-13 Thread Murray . Cumming
; Hopefully, >Igor Gorbounov I 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 PROTEC

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

Re: Glib not detected

2003-07-22 Thread Murray Cumming
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. -- 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 info

Re: Autoconf hello world

2003-07-22 Thread Murray Cumming
t this week. A GTK+ 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 PR

RE: Placing text over a GtkImage

2003-07-29 Thread Murray . Cumming
he image ? > In this way, if possible, 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 &q

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" feat

RE: install php-gtk on mdk9.1

2003-08-01 Thread Murray . Cumming
ontact details. 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
guide might help: http://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: Order of widgets when displayed on top of each other

2003-08-14 Thread Murray . Cumming
ome canvas somehow "worked > around" the GTK problem. I think 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
people are making very significant contributions. The core coders will take time to give you detailed critiques and tell you how to move forward. 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

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

2003-08-14 Thread Murray . Cumming
ou were not talking about replacements. > yet 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

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

2003-09-13 Thread Murray Cumming
the TreeViewColumn, CellRenderer, CellRenderer 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: [TextView issues]

2003-09-14 Thread Murray Cumming
resized. I suspect that it is a GTK+ GtkTreeView bug. You 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: 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 PROT

Re: [destroy event]

2003-10-07 Thread Murray Cumming
X to close the window. If you don't want the window 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 eas

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 Mu

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.

RE: gdk_draw_string deprecated?

2003-10-14 Thread Murray . Cumming
ting/ar01s10.html 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-15 Thread Murray . Cumming
ult. Jhbuild 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 di

RE: why is gtk install so difficult?

2003-10-15 Thread Murray . Cumming
ackage on my system is installed 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 diffi

RE: why is gtk install so difficult?

2003-10-16 Thread Murray . Cumming
and the gentoo distro is all source all 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
articular version of GTK+ on RedHat 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

RE: why is gtk install so difficult?

2003-10-17 Thread Murray . Cumming
> Hi, yes it is likely. Can you give me some more information? Is it likely on debian or Redhat, for instance? When/where have you seen such a problem? 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-21 Thread Murray . Cumming
pms. > I give up. You have to have more than a basic understanding of the > operating system and general installation procedures for > programs to get > these all to build and install. Well done. Try the rpms for a simpler life. Murray Cumming www.murrayc.com [EMAIL PROTECTED]

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

gtk_tree_model_filter_set_modify_func()

2003-11-04 Thread Murray . Cumming
I can't figure out what gtk_tree_model_filter_set_modify_func() http://cvs.gnome.org/lxr/source/gtk+/gtk/gtktreemodelfilter.c#2389 is meant to do. Is there an example or test somewhere that uses it? Murray Cumming www.murrayc.com [EMAIL PROT

RE: GTK vs QT

2003-11-08 Thread Murray . Cumming
GTK+ 1.2. http://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 vs QT

2003-11-08 Thread Murray . Cumming
'm glad to know this! Thanks for the info! 8) Then you will be interested in Cedric's excellent installer. It installs the demo too, so you don't have to take my word for it. See the link on our download page: http://www.gtkmm.org/download.sht

RE: Plot graph widget

2003-11-11 Thread Murray . Cumming
ov Yes, there is, in cvs. Please encourage him to make a release if you want one. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

RE: automatic scrolling window (scrolledwindow)

2003-11-12 Thread Murray . Cumming
p. (Please link to one if it is big). Regarding the cursor, as I 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

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 [E

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 [E

RE: [gtkmm] "Autoscrolling" TextView

2003-11-18 Thread Murray . Cumming
es it to drop out of the bottom position. > > I implemented this a long time ago in my LostIRC application, > which can > be found at http://lostirc.sourceforge.net/. You should see the > onScroll and onResize functions in src/gtkmm/TextWidget.cpp. I think I saw something about

RE: (GObject) What are "properties"?

2003-11-19 Thread Murray . Cumming
the struct. The new private instance data 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
s that need to have its state > stored in config files. There's also a set 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 cor

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 mailin

RE: spreadsheet

2003-12-02 Thread Murray . Cumming
e talking about this list: > > [EMAIL PROTECTED] > > or is there another list? That's the one, 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
seems to occur in g_string_len (), actually > i couldn't find any bug report in the bugzilla project. Make sure that you are using the latest gtk 2.2.x. I remember a very significant GIOChannel memory bug that Daniel Elstner fixed about a year ago. Then try to make a small test case for bug

RE: New to GTK; some beginner questions.

2003-12-02 Thread Murray . Cumming
Amit BHATNAGAR wrote: > I would like to use GTKmm (and > Glademm) as C++ would be my primary development language of choice. Although you might mean glademm (which does code-generation), you probably mean libglademm, which instantiates Uis from .glade files at runtime. Murray C

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 mailin

RE: adapting gtk-2.0 to gtk-1.2

2003-12-19 Thread Murray . Cumming
ive.com/[EMAIL PROTECTED]/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 P

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

When are GtkTreeIters invalid

2004-01-21 Thread Murray . Cumming
Exactly what operations cause existing GtkTreeIters to be invalid? Is it the same for all TreeModels? I can't seem to find the relevant part in the API docs. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROT

RE: When are GtkTreeIters invalid

2004-01-22 Thread Murray . Cumming
kTreeIter would no longer be valid after 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: 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 support

Re: what are gtk-critical errors?

2004-02-19 Thread Murray Cumming
rs > given to gtk_pixmap_new() was NULL, which isn't allowed. Also, running your program 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: GtkAction - no gtk_action_set_sensitive()?

2004-03-31 Thread Murray Cumming
s because GTK+ doesn't provide gtk_action_set_sensitive(). I've put this in bugzilla: http://bugzilla.gnome.org/post_bug.cgi Let's go ahead and add it to gtkmm. -- Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list [E

Re: [gtkmm] Entry() popup menuitems

2004-05-12 Thread Murray Cumming
ew text cell? It's probably not easy. But I'm CCing this to [EMAIL PROTECTED] in case anybody knows of a way. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtkmm] Entry() popup menuitems

2004-05-12 Thread Murray Cumming
e will miss the cut, copy, and paste menu items. I doubt this is worth the bother. > On Wed, 2004-05-12 at 15:49, Murray Cumming wrote: > > On Wed, 2004-05-12 at 13:41 -0600, Diana Esch-Mosher wrote: > > > Is there any convenient way to delete the "input methods" or the &q

GtkTreeView column right-click

2004-04-28 Thread Murray Cumming
I'd like to popup a menu when the user right-clicks on a GtkTreeView's column header. Does anyone know of any example code for that, or even an app that does that? Obviously I don't want to access the private GtkTreeViewColumn::button. -- Murray Cumming www.murrayc.com [

Re: GTK+ Mac OS X port

2004-05-01 Thread Murray Cumming
On Fri, 2004-04-30 at 20:14, Victor wrote: > Hi all, > I am looking for a GTK+ port for Mac OS X. GTK+ (and gtkmm) are available via the Fink system. I don't know much more about it though. -- Murray Cumming www.murrayc.com [EMAIL PROTECTED]

Re: to display an image

2004-06-24 Thread Murray Cumming
On Wed, 2004-06-23 at 13:09 -0400, Haripriya Ganta wrote: > Hi, > > I need to display an image in gtkmm and i'm new to gtkmm. Could anyone > please suggest me how to do it. Thanxs in advance. Use the Gtk::Image widget. -- Murray Cumming [EMAIL PROTECTED

Re: [gtkmm] Actions / UIManager and OO programming style

2004-06-29 Thread Murray Cumming
On Tue, 2004-06-29 at 01:29 +0200, Christer Palm wrote: > Hi! > I've been working for a while with the new UIManager/Action classes, but > I have some difficulty in finding the "right" way of using them. > > First of all, although I can connect a Button to an Action using > connect_proxy(), it w

Re: [gtkmm] Re: Actions / UIManager and OO programming style

2004-06-29 Thread Murray Cumming
On Tue, 2004-06-29 at 11:27 +0200, Sven Neumann wrote: > Hi, > > Christer Palm <[EMAIL PROTECTED]> writes: > > > Second, Action doesn't have any useful public/protected > > constructors. This makes it impossible to subclass Action, which > > seems to me like a natural way of creating actions. >

Re: [gtkmm] Actions / UIManager and OO programming style

2004-06-30 Thread Murray Cumming
On Tue, 2004-06-29 at 22:37 +0200, Christer Palm wrote: > Murray Cumming wrote: > >>Second, Action doesn't have any useful public/protected constructors. > > > > > > There are no public constructors because they are meant to be used via > > RefPtr. The

Re: [gtkmm] Problems with setting toolbar icon size

2004-09-12 Thread Murray Cumming
ople what to use instead when it tells people that functions are deprecated. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtkmm] Gdk::Window problem

2004-10-20 Thread Murray Cumming
> I found the problem, why Gdk::Window in GTKMM-2.4 is not compatible now > with GdkWindow in GTK+-2.4. What do you mean? Exactly what problem are you encountering? Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-list m

Re: [gtkmm] Gdk::Window problem

2004-10-20 Thread Murray Cumming
> Murray Cumming wrote: > >>>I found the problem, why Gdk::Window in GTKMM-2.4 is not compatible now >>>with GdkWindow in GTK+-2.4. >>> >>> >> >>What do you mean? Exactly what problem are you encountering? [snip] > GTKMM declaring paint_l

Re: [gtkmm] Gdk::Window problem

2004-10-20 Thread Murray Cumming
ndows, then I see no problem. The fact that you don't need to cast in C (because of how O-O is implemented in C for this small part of the API), but you do in C++, is of no interest to us. Lots of things are different (better) in C++. Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.ope

Re: [gtkmm] Gtk::TreeView performance

2004-10-20 Thread Murray Cumming
t you mean "other model columns" rather than "another cells", you might try using the set_cell_data_func() callback instead. http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1TreeViewColumn.html#a19 Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus

Re: [gtkmm] Gtk::TreeView performance

2004-10-20 Thread Murray Cumming
s can be assigned through another cells only... > > Assuming that you mean "other model columns" rather than "another cells", > you might try using the set_cell_data_func() callback instead. > > http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1

GtkCellRendererCombo example?

2004-11-05 Thread Murray Cumming
Is anyone using GtkCellRendererCombo yet? Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GtkCellRendererCombo example?

2004-11-05 Thread Murray Cumming
but the example isn't working. I think I know what the problem is now, so expect to see it in the next gtkmm 2.5 tarball. Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GtkCellRendererCombo example?

2004-11-07 Thread Murray Cumming
escription of the choice. But I guess this would require access to the whole GtkComboBox API. Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

  1   2   3   >