GTK DND

2014-08-25 Thread Neil Munro
le appreciation (but obviously, no comments are required) I wrote much of this app before I knew half of what I do now and it's going to be cleaned up once this DND issue is resolved. Thanks, Neil 'Niadh' Munro. ___ gtk-app-devel-list m

GTK3 VTE

2012-04-18 Thread Neil Munro
ust really struggling to find the correct documentation to solve this. Any help is greatly appreciated. Neil ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Re : Iconview stock items

2012-01-22 Thread Neil Munro
rsion of GTK2 (cf the link you send). The current > version is available on the gtk homepage. The Gtk-documentation has > really been improved since. > > > > 2012/1/17 Neil Munro : >> On 17 January 2012 18:20, Nicolas SOUBEIRAN >> wrote: >>> Le 17/01/2012

Re: Re : Iconview stock items

2012-01-17 Thread Neil Munro
On 17 January 2012 18:20, Nicolas SOUBEIRAN wrote: > Le 17/01/2012 02:02, Neil Munro a écrit : > >> On 16 January 2012 19:01, Nicolas SOUBEIRAN >>  wrote: >>> >>> Use gtk_widget_render_icon_pixbuf >>> If you need a custom size, you may look after gtk

Re: Re : Iconview stock items

2012-01-16 Thread Neil Munro
On 16 January 2012 19:01, Nicolas SOUBEIRAN wrote: > Use gtk_widget_render_icon_pixbuf > If you need a custom size, you may look after gtk_icon_size_register > > Is this a gtk3 function as I cannot find it as a function of a gtk2 widget: http://www.gtk.org/api/2.6/gtk/GtkWidget.html _

Iconview stock items

2012-01-14 Thread Neil Munro
es a model and that the model has a label and an image but beyond that without getting the examples working I don't know how much I am understanding is accurate or not. Thanks, Neil ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http:/

Re: Real time removal of toolitem

2012-01-14 Thread Neil Munro
gtk_widget_hide( GTK_WIDGET( pd->tb_cmd ) ); else gtk_widget_show( GTK_WIDGET( pd->tb_cmd ) ); Thanks though. 2012/1/14 David Nečas : > On Sat, Jan 14, 2012 at 12:34:10PM +, Neil Munro wrote: >>       I was wondering if it is possible to remove a

Real time removal of toolitem

2012-01-14 Thread Neil Munro
supported? I don't see why it's not supported as a toolitem is a widget and should be destroyed like all other widgets and I have tried the while( gtk_pending_events( ) )... trick and that's not worked so does anyone have any ideas? Tha

Re: Keybindings

2011-10-18 Thread Neil Munro
Thanks, that's gotten me on the right track now. Neil On 18 October 2011 17:04, Dong Luo wrote: > Please check references for gtk and gdk. I just did that and came with a > simple example showing the keyBindings. Please note that it's not tested as > I currently don't

Re: Keybindings

2011-10-17 Thread Neil Munro
have figured out the key-press-event is the key here, but I can't seem to figure it out yet. Do I set up a signal_connect from the window or something? > > -- > *From:* Neil Munro > *To:* gtk-app-devel-list@gnome.org > *Sent:* Sunday, October 16, 2011

Re: glib and relative file names

2011-10-16 Thread Neil Munro
am > process that likely to be wrong. g_get_current_dir() return your > home directory path most likely because you invoke your program > from there. > >Ardhan > > > --- neilmu...@gmail.com wrote: > > From: Neil Munro > To: gtk-app-devel-list@gnome.org > Subj

Keybindings

2011-10-16 Thread Neil Munro
accelerator group to work with widgets on screen, but what I want to do here has no widget to click or whatever to show these. Thanks, Neil Munro ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

glib and relative file names

2011-10-08 Thread Neil Munro
Hey guys I am trying to work out a system to pass files to the application I am working on, now it can accept absolute paths but it doesn't seem to like relative paths can someone have a look at my code and see why the G_FILE_TEST_EXISTS check fails? I have tried making the argument a

Re: Notebooks and GLists

2011-08-31 Thread Neil Munro
I use such an id system though? Also sorry if this top posts its being composed on my phone, I don't know how it copes yet. On 30 Aug 2011 23:49, "Michal Suchanek" wrote: > On 30 August 2011 23:08, Neil Munro wrote: >> Hi folks >> Not a very descript title

Notebooks and GLists

2011-08-30 Thread Neil Munro
Hi folks Not a very descript title, but I fail to come up with a better one. Anyway my problem is as follows. I have a notebook with reorderable tabs which each displays a sourceview widget. Each sourceview widget represents a document where a document is an instance of an object/struct

VTE help

2011-07-29 Thread Neil Munro
I have been struggling to find examples and documentation on the vte library for C. I have found a small example here http://www.gtkforums.com/viewtopic.php?f=3&t=3304&hilit=vte but I am still struggling for help since that example uses a deprecated call fork_command call which should be fork_comma

Searching a gtk text view

2011-07-21 Thread Neil Munro
can apply tags and insert marks without invalidating your iterators, but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset) will invalidate all outstanding iterators If someone could help me I would be very appreciative. Neil M

Re: Help with closing a notebook page (GTK2)

2011-07-05 Thread Neil Munro
that page to the front > first or not. > > Or is there something I've overlooked? > walter > > > > > From: Bill C > To: gtk-app-devel-list@gnome.org > Sent: Sun, July 3, 2011 3:54:13 PM > Subject: Re: Help with closing a

Re: Help with closing a notebook page (GTK2)

2011-07-03 Thread Neil Munro
On 3 July 2011 19:31, Thomas Bollmeier wrote: >>Ursprüngliche Nachricht- >>Von: "Neil Munro" >>Gesendet: 02.07.2011 23:40:02 >>An: gtk-app-devel-list@gnome.org >>Betreff: Help with closing a notebook page (GTK2) >> >>Hi, I have used

Re: Help with closing a notebook page (GTK2)

2011-07-03 Thread Neil Munro
On 3 July 2011 01:25, Bill C wrote: > On 03/07/11 07:40, Neil Munro wrote: >> >> Hi, I have used pygtk before so I am familiar with some of the basic >> concepts of gtk, but this is my first attempt with an actual gtk+ C >> application and I have run into a few issu

Help with closing a notebook page (GTK2)

2011-07-02 Thread Neil Munro
g. I have attached the code for your reference in the hopes that someone shall be able to point out my no doubt simple mistake. Many thanks in advance, Neil Munro ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.o

Re: State of GTK+ on Windows (Was: gtk 2 or 3)

2010-10-28 Thread Neil Bird
Around about 28/10/10 13:42, z...@excite.it typed ... Take a look at http://www.codeblocks.org/. Not seen that one before, thanks! -- [n...@fnx ~]# rm -f .signature [n...@fnx ~]# ls -l .signature ls: .signature: No such file or directory [n...@fnx ~]# exit ___

Re: State of GTK+ on Windows (Was: gtk 2 or 3)

2010-10-28 Thread Neil Bird
Around about 28/10/10 12:48, John Emmas typed ... If I'm honest Neil, GTK2 does take a lot of getting used to if you've come from an MFC background - but once you've gotten your head around GTK, it really works very well indeed. I guess it would; I've used GTK far mo

State of GTK+ on Windows (Was: gtk 2 or 3)

2010-10-28 Thread Neil Bird
Around about 28/10/10 09:35, Tor Lillqvist typed ... GTK+ 2 is to some extent usable on Windows, sure. Unfortunately, for some aspects, earlier versions (up to 2.16 or so) are better than the later ones up to the current stable version (2.22). So what are the curent issues with the Win32 GTK+

Re: gtkHScale - scroll wheel behaviour

2009-01-21 Thread Neil
Ignore. But, for those who may be interested, it can be done by connecting to the "scroll-event" signal and calling the gtk_adjustment_set_value() method to position the slider where you want. ___ gtk-app-devel-list mailing list gtk-app-dev

gtkHScale - scroll wheel behaviour

2009-01-20 Thread Neil
ethod provides the behaviour that i am looking for because it not only changes the direction the slider moves, but it also moves the slider to the other end of the scale. thanks, neil ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: GTK+ v2.12.2 build for Windows ?

2007-11-30 Thread Neil Bird
Around about 30/11/07 11:13, Tor Lillqvist typed ... > ... not MSVC's, which you apparently use as you > talk about "release mode" and "debug mode"). OT: I can see where the assumption comes from, but as it happens we do debug and release builds using gcc (arg, to Makefile), it's not just a

Re: C vs C++ for GTK

2007-11-26 Thread Neil Bird
Around about 25/11/07 12:31, Benoît Dejean typed ... > I've switched gnome-system-monitor to C++ and i'm very happy with it. Just out of interest, did you choose GTKmm or C++ with vanilla GTK+? I'm looking at doing some GTK from C++ (I've previously only really used GTK+ from C), and on th

Re: implementing a collapsable/expandable widget

2006-09-27 Thread Neil Roberts
of it in the gtk-demo program. - Neil ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

panel_applet_get_size() lies

2006-07-27 Thread Neil Bird
First off, I apologise if, this being a GNOME API and not strictly GTK API question, it doesn't belong here, but I couldn't see an equivalent mailing list, and the GNOME list I'm on & tried is more for users than programmers. I have an issue with panel_applet_get_size(); it lies! It r