GTK DND

2014-08-25 Thread Neil Munro
Hi all, I write an app called X2, which is a small programming editor (yeah, I know, who DOESN'T have an editor these days) but I'm having some difficulty deciding and implementing how to handle multiple drag and drop... things. I want (and currently handle) drag and drop files onto an

GTK3 VTE

2012-04-18 Thread Neil Munro
Hey all I am trying to convert a project from gtk2 to gtk3 using both regular compilation and autotools, I can't seem to find much about how to access vte. I currently type: gcc `pkg-config --cflags --libs gtk+-3.0 vte` -o app app.c -Wall Is vte referred to the most recent version based

Re: Re : Iconview stock items

2012-01-22 Thread Neil Munro
you send). The current version is available on the gtk homepage. The Gtk-documentation has really been improved since. 2012/1/17 Neil Munro neilmu...@gmail.com: On 17 January 2012 18:20, Nicolas SOUBEIRAN nicolas.soubei...@gmail.com wrote: Le 17/01/2012 02:02, Neil Munro a écrit : On 16

Re: Re : Iconview stock items

2012-01-17 Thread Neil Munro
On 17 January 2012 18:20, Nicolas SOUBEIRAN nicolas.soubei...@gmail.com wrote: Le 17/01/2012 02:02, Neil Munro a écrit : On 16 January 2012 19:01, Nicolas SOUBEIRANnicolas.soubei...@gmail.com  wrote: Use gtk_widget_render_icon_pixbuf If you need a custom size, you may look after

Re: Re : Iconview stock items

2012-01-16 Thread Neil Munro
On 16 January 2012 19:01, Nicolas SOUBEIRAN nicolas.soubei...@gmail.com 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:

Re: Real time removal of toolitem

2012-01-14 Thread Neil Munro
( pd-tb_cmd ) ); else gtk_widget_show( GTK_WIDGET( pd-tb_cmd ) ); Thanks though. 2012/1/14 David Nečas y...@physics.muni.cz: On Sat, Jan 14, 2012 at 12:34:10PM +, Neil Munro wrote:       I was wondering if it is possible to remove a tool item from a toolbar instantly

Iconview stock items

2012-01-14 Thread Neil Munro
I am working with an icon view and am trying to load stock items into the gdk_pixbuf_new_from_file( ) but it's not working, I assume that is perhaps because I am using the function wrong, is there a way to do what I am trying to do? I am following the tutorial here:

Re: Keybindings

2011-10-18 Thread Neil Munro
-- *From:* Neil Munro neilmu...@gmail.com *To:* gtk-app-devel-list@gnome.org *Sent:* Monday, October 17, 2011 11:43 AM *Subject:* Re: Keybindings On 17 October 2011 15:54, Dong Luo us...@yahoo.com wrote: Hi, I did not use gtk recently. But I figure you can just let the toplevel widget

Re: Keybindings

2011-10-17 Thread Neil Munro
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 neilmu...@gmail.com *To:* gtk-app-devel-list@gnome.org *Sent:* Sunday, October 16, 2011 6:55 AM *Subject

Keybindings

2011-10-16 Thread Neil Munro
an 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

Re: glib and relative file names

2011-10-16 Thread Neil Munro
. 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 neilmu...@gmail.com To: gtk-app-devel-list@gnome.org Subject: glib and relative file names Date: Sat, 8 Oct 2011 19:54

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

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 hramr...@centrum.cz wrote: On 30 August 2011 23:08, Neil Munro neilmu...@gmail.com wrote: Hi folks Not a very descript

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

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=3t=3304hilit=vte but I am still struggling for help since that example uses a deprecated call fork_command call which should be

Searching a gtk text view

2011-07-21 Thread Neil Munro
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 Munro static void Search

Re: Help with closing a notebook page (GTK2)

2011-07-05 Thread Neil Munro
overlooked? walter From: Bill C bi...@netspace.net.au To: gtk-app-devel-list@gnome.org Sent: Sun, July 3, 2011 3:54:13 PM Subject: Re: Help with closing a notebook page (GTK2) On 04/07/11 06:26, Neil Munro wrote: On 3 July 2011 19:31, Thomas

Re: Help with closing a notebook page (GTK2)

2011-07-03 Thread Neil Munro
On 3 July 2011 01:25, Bill C bi...@netspace.net.au 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 issues. I have

Re: Help with closing a notebook page (GTK2)

2011-07-03 Thread Neil Munro
On 3 July 2011 19:31, Thomas Bollmeier tbollme...@web.de wrote: Ursprüngliche Nachricht- Von: Neil Munro neilmu...@gmail.com 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 pygtk before so I am familiar

Help with closing a notebook page (GTK2)

2011-07-02 Thread Neil Munro
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.org/mailman