Re: cannot compile gtk app on os x (linker errors)

2006-07-13 Thread Sergei Steshenko
--- Mark Kegel <[EMAIL PROTECTED]> wrote: > I've installed the latest GTK+ version from CVS and would like to > compile some GTK apps on my Mac OS X (PPC) box. However, whenever I > compile I'm getting the following linker errors: > > % make > gcc `pkg-config gtk+-2.0 --cflags` -c buttons.c > g

cannot compile gtk app on os x (linker errors)

2006-07-13 Thread Mark Kegel
I've installed the latest GTK+ version from CVS and would like to compile some GTK apps on my Mac OS X (PPC) box. However, whenever I compile I'm getting the following linker errors: % make gcc `pkg-config gtk+-2.0 --cflags` -c buttons.c gcc -o buttons buttons.o `pkg-config gtk+-2.0 --libs` /usr/b

Docs or examples: gnomecanvas.CanvasGroup with pygtk?

2006-07-13 Thread Christian Convey
I'm having trouble figuring out exactly how to use a canvas group in pygtk.  There's decent C documentation for it, but when I try to guess at the corresponding pygtk usage I get failed C assertions or I get segfaults.  Specifically I'm having trouble creating a canvasitem whose parent is a canvasg

Re: Draw order

2006-07-13 Thread John Cupitt
On 7/13/06, Atanas Atanasov <[EMAIL PROTECTED]> wrote: > I would like to explicitly specify the drawing order inside a bin > widget such as GtkFixed or something else similar? However the > documentation does not specify anything particular. Once more I know > that the windows style absolute positi

Re: Draw order

2006-07-13 Thread Paul Davis
On Thu, 2006-07-13 at 15:00 +0200, Atanas Atanasov wrote: > I would like to explicitly specify the drawing order inside a bin > widget such as GtkFixed or something else similar? However the > documentation does not specify anything particular. Once more I know > that the windows style absolute pos

Re: chid windows on parent window

2006-07-13 Thread Paul Davis
On Thu, 2006-07-13 at 14:57 +0200, Atanas Atanasov wrote: > Is there another way to fake the GtkWwindow apearance (for example > inside a GtkFixed) apart from libmetacity-private? the "frame" that surrounds a GtkWindow, complete with "iconify", "minimize", "hide" buttons and a window title is put

Draw order

2006-07-13 Thread Atanas Atanasov
I would like to explicitly specify the drawing order inside a bin widget such as GtkFixed or something else similar? However the documentation does not specify anything particular. Once more I know that the windows style absolute positioning is against the architecture of Gtk+, but I would like to

Re: chid windows on parent window

2006-07-13 Thread Atanas Atanasov
Is there another way to fake the GtkWwindow apearance (for example inside a GtkFixed) apart from libmetacity-private? Atanas ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK+ port ?

2006-07-13 Thread Atanas Atanasov
2006/7/13, Michael Ekstrand <[EMAIL PROTECTED]>: > According to my understanding, you're mostly correct. The one remaining > piece of the puzzle, for GTK 2.8 and later, is Cairo - GDK is the > display driver, yes, but there needs to be a Cairo backend to your > target to actually display anything

Re: regarding CList

2006-07-13 Thread Paul Davis
On Thu, 2006-07-13 at 03:36 -0700, cnu_sree wrote: > when we click button in the man window then on edialog should open in this we > have textentry. > if we enter data in this then the data will added to clist in the main > window, > please help. > give me som e examples. CList is a deprecated wid

Re: chid windows on parent window

2006-07-13 Thread Paul Davis
On Wed, 2006-07-12 at 22:20 -0700, cnu_sree wrote: > I have a set of GtkWindow-s and I would like to enclose them in a > single frame . What widget can I use for the parent frame / window? It is > important that > the child windows will appear inside the parent window and one will > not see them ou

Re: regarding CList

2006-07-13 Thread Surya Kiran Gullapalli
You can take a look at Observer design pattern.SuryaOn 7/13/06, cnu_sree <[EMAIL PROTECTED]> wrote: when we click button in the man window then on edialog should open in this we have textentry.if we enter data in this then the data will added to clist in the mainwindow,please help.give me som e exa

GTK+ port ?

2006-07-13 Thread Atanas Atanasov
First of all I am not sure if this is the best mailing list to post. Please direct me to some other place if necessary. I am interested in porting GTK+ to a different "display platform". The documentation indicates that GTK communicates with the underlying platform through GDK, which in term has a

regarding CList

2006-07-13 Thread cnu_sree
when we click button in the man window then on edialog should open in this we have textentry. if we enter data in this then the data will added to clist in the main window, please help. give me som e examples. sree -- View this message in context: http://www.nabble.com/regarding-CList-tf1936402.

Re: How to make timeout I/O on GIOChannel

2006-07-13 Thread Martyn Russell
On Tue, 2006-07-11 at 16:49 +0700, Ady Wicaksono wrote: > I want to make a timeout I/O on GIOChannel > > Anybody has example for this? > > How can i use select() or poll() on GIOChannel? Well, you can use g_io_channel_unix_get_fd() to get the file descriptor and then use select() or poll() with