Re: gtk3 replacement for gdk_pixmap_foreign_new

2012-01-04 Thread Steve .
bound messages to lists as well as inbound replies which eliminates those nasty thoughts of "wtf happened to my sent mail..." Basically i avoid the web ui when possible. A good client will permit threaded view which works fine with gmail as a basic mail server. Steve On Wed, Jan 4, 2

Re: item factory menu parents

2011-11-26 Thread Steve .
Apparently I've been sending to the wrong list. Sorry about that. On Fri, Nov 25, 2011 at 5:58 PM, Steve . wrote: > Hello, > > I'm trying to get the parent widget of a menu from the callback function > of a menu created with item factory macro. > > I was under the

item factory menu parents

2011-11-25 Thread Steve .
soon. So i have: window fixed drawable menu menu items What is the suggested method of obtaining the drawable from the menu item callback? Steve __

Re: gtk_menu_popup () and GtkMenuPositionFunc ()

2011-11-21 Thread Steve .
Scratch that, After taking a couple min break and re-RTFM'n I noticed I had a bug the size of a train. Working with no problems now. On Mon, Nov 21, 2011 at 3:53 AM, Steve . wrote: > I'm having trouble manually positioning a popup menu. > > Looking at the prototype of gtk_me

gtk_menu_popup () and GtkMenuPositionFunc ()

2011-11-21 Thread Steve .
pose to be positioned and i'm having a difficult time finding information. Any help would be greatly appreciated. Steve ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: glib osx: 'error: only weak aliases are supported'

2011-05-10 Thread Steve Klabnik
Wow. Almost a full year later, I've found the solution to this issue. I found it on the xfce mailing list: http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/17123 Basically, when running ./configure on darwin, if you get this error, you need to pass in --disable-visibility, and it'l

glib osx: 'error: only weak aliases are supported'

2010-07-02 Thread Steve Klabnik
://gist.github.com/457910 Does anyone have any ideas? I did some googling, but didn't find anything. Thanks in advance. -Steve ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

glib osx: 'error: only weak aliases are supported'

2010-07-01 Thread Steve Klabnik
://gist.github.com/457910 Does anyone have any ideas? I did some googling, but didn't find anything. Thanks in advance. -Steve ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk accessibility on Windows

2007-05-03 Thread Steve Lee
Thanks, I've added some info to the bug. On 5/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Lainaus Steve Lee <[EMAIL PROTECTED]>: > > > What is the status of accessibility on the Windows port of gtk? > > See http://bugzilla.gnome.org/show_bug.cg

gtk accessibility on Windows

2007-05-01 Thread Steve Lee
re that I'm working on an a11y project (Jambu) to be based on the Linux Screen Reader (LSR) but that will be ported to Windows and for which I'm interested in using GTK for GUI. Thanks -- Steve Lee www.fullmeasure.co.uk www.oatsoft.org www.schoolforge.org.uk _

RE: gtk cross compilation

2006-12-06 Thread steve kirby
arm-linux? I haven't had a chance to look at your tool Sergei - does it do this type of thing? TIA, Steve Sergei Steshenko <[EMAIL PROTECTED]> wrote: --- "Shyjumon N." wrote: > Hi Magnus Myrefors, > Thanks for your support. actually what i can find

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-30 Thread steve kirby
ere. That would be a big help. Sergei, I can't reach your website - perhaps you could attach to an email. TIA, Steve Sergei Steshenko <[EMAIL PROTECTED]> wrote: --- steve kirby wrote: > > Thanks to all for your help so far. Got past the Xlib problem in co

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-28 Thread steve kirby
k.org and compiled and installed both. Does Pango require a flag when doing the configure so as to use Cairo? --Steve - Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done f

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-28 Thread steve kirby
Thanks Mariano, Any idea where I can get the libX11-devl package? --steve Mariano Suárez-Alvarez <[EMAIL PROTECTED]> wrote: On Tue, 2006-11-28 at 08:58 -0800, steve kirby wrote: > Hi David, > > Thanks for your reply. > > I see what you mean. config.log saves

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-28 Thread steve kirby
't work. I do have a /usr/lib/X11 and a /usr/X11R6/lib/X11. Do I need to provide a flag on the command line of configure? What X libraries is it looking for and where do they need to be? TIA, Steve David Neèas (Yeti) <[EMAIL PROTECTED]> wrote: On Mon, Nov 2

v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-27 Thread steve kirby
e the X11 stuff is, but I couldn't find a Intrinsic.h file on my Redhat box.) == Usually "configure" works right out of the box. This one seems unusually cantankerous. Any hints on what I may be messing up would be a big help. I know I can turn

Re: [gtk-list] Diabling an entry in TreeView

2005-05-31 Thread Steve Feehan
ial/sec-sel-click-menus.html#sec-selections-function -- Steve Feehan ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

using properties in gobject instance_init

2004-07-08 Thread Steve Feehan
I hope this is the correct forum for this question... For example, the object is created: g_object_new(FOO_TYPE, "name", "Steve", NULL); In the instance_init function for type Foo I would like to use this property. But it appears that the set_property function is called

GTK Warning

2004-02-02 Thread Steve Slade
the list. Any help is greatly appreciated. Thank you. Steve ___ 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 Steve Grimaud
nd it. 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. Steve Grimaud Sven Neumann wrote: Nothing is more fustrating than being told by a gtk application that lib xyz doesn&#

gtktext help

2003-09-23 Thread Steve
better to use besides gtktext then please recommend it and I will give it a try. thanks Steve ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Referencing Widgets?

2003-09-01 Thread Steve Woodward
On Mon, 2003-09-01 at 13:24, Mikoyan wrote: > On Mon, 2003-09-01 at 18:48, Steve Woodward wrote: > > I'm sure this is an FAQ but I've been unable to find the right answer. > > I'm new to GTK and Linux programming, my background is C programming in > > Windows

Referencing Widgets?

2003-09-01 Thread Steve Woodward
g about lookup_widget, but you have to specify some other widget as the first parameter. So I guess what I am ultimately asking is how to reference widgets...many thanks in advance. Steve W ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Error in 'making' glib-2.2.2

2003-08-01 Thread Steve Nelson
I am fairly new to all of this, but when I try and make glib-2.2.2 on an HP 11.0 machine, I get the following: gcc -shared -fPIC -Wl,+h -Wl,libglib-2.0.sl.200 -Wl,+b -Wl,/usr/local/lib -o .li bs/libglib-2.0.sl.200.2 .libs/garray.o .libs/gasyncqueue.o .libs/gbacktrace.o . libs/gbsearcharray.o .

treeview and forcing an edit on a cell

2002-07-31 Thread Steve Przepiora
Hello All, I need to begin an edit on a cell in a treeview from a callback and don't see a way to do it. Does any one know of an example of this? Steve ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinf

Complile Error

2001-10-22 Thread Steve Boris
I'm just getting started with GTK and I tried compiling the helloworld program to see if my system( RedHat 7.1 ) is configured correctly and I get this error message gcc -g -Wall `gtk-config --cflags` -L/usr/lib -L/usr/X11R6/lib helloworld.o -lgtk -lgdk -lglib -lX11 -lXext -lm -o helloworld

Testing of GTK GUIs

2001-10-15 Thread Steve Whitchurch
Hi; The question that I have is: How are people testing GTK GUIs What tools are you using ??? Thanks Regards Steve -- Steve Whitchurch | Email:[EMAIL PROTECTED] Mentor Graphics Corp.| Phone:(503)685-7945 8005 SW Boeckman Road| Fax: (503)685-4867

GObject life cycle

2001-09-28 Thread Baker, Steve
Could someone explain or point me to texts that describe the correct way to implement object destruction with GObjects? As far as I understand, when refcount reaches zero, the dispose and finalize functions for that object will be called if they exist. So what I need to know is: - what needs to

RE: Problem with GTK 1.3.6 on mingw32

2001-07-03 Thread Steve Menard
libintl built for mingw (which does NOT come with it, I checked). Any help on that? or pointers? I have done numerous searches on google without success >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On >>Behalf Of Steve Menard >>Sent: Tues

Problem with GTK 1.3.6 on mingw32

2001-07-03 Thread Steve Menard
bintl.h:10: libintl.h: No such file or directory make: *** [gconvert.o] Error 1 I have looked everywhere, but I cant find this libintl.h anywhere ... what am I missing? Thanks for your help . Steve __

Re: replacement for CList in GTK2

2001-05-30 Thread Steve Ramsay
ave been gboolean returning FALSE. All seems to be working now. Steve Ramsay ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

replacement for CList in GTK2

2001-05-30 Thread Steve Ramsay
e. Thanks for any help. Steve Ramsay ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Source code widget

2001-05-24 Thread Steve Cresawn
, which is useful both as a source code editor and as an excellent example of how to use the python bindings. Below are some relevant links. Steve http://www.moleskine.f2s.com/ http://www.moleskine.f2s.com/files/Moleskine-0.7.1.tar.gz http://www.moleskine.f2s.com/files/GtkScintilla-0.7.0.t

mnemonics, version 1.3.5

2001-05-23 Thread Steve Ramsay
I had before when the label has underscores within it, and I only want the first one used as a mnemonic. Any suggestions on how I can get my current solution to work with the new code would be appreciated. Steve Ramsay ___ gtk-list mailing list [EMA

Re: Can't get ./configure to work.

2000-07-15 Thread Steve Howes
things but it could not get > 1.2.8 into ./configure program. > > Any suggestions? Obliged John. > You do of course have glib-devel-1.2.8.rpm installed that is what provides glib-config not just glib-1.2.8.rpm i.e. you need both. -- Steve - Chel

Re: rpm problem

2000-07-07 Thread Steve Howes
nce it has to scan the extra directory. > > > How can I point to the correct copy of gtk-config ??? > > It is part of the gtk package, so you shouldn't use any from another > origin. > > W > I think it is the gtk+-devel-1.2.8-1.rpm that is need to compile here. -- Steve - Cheltenham, UK - In love and light we are In darkness we are no less ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list