Re: GtkCombo

2001-04-20 Thread jgotts
In message [EMAIL PROTECTED], [EMAIL PROTECTED] write s: In message [EMAIL PROTECTED], Paul Davis writes: In message [EMAIL PROTECTED]you write: Do anyone know what signal to use to handle the user clicking on the down ^^ Oops, I meant to say Does. arrow in the GtkCombo widget? i believe

Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Raymond Wan
Hi all, I was wondering if it would be possible to add some text file in the GTK+ 2.0 distribution (whenever it comes out) that gives brief instructions on how to port something from 1.2.x to 2.0? Maybe not even instructions, but three lists of widgets: one of widgets that should be

Option menus

2001-04-20 Thread Jered Bolton
How do you connect callbacks to the individual items (or widgets) inside on option menu, after it has been created? (In otherwords I'm using glade and it provides no means of connecting to the "activate" signal.) I've been trawling through a few archived lists and get the general impression that

Re: Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Havoc Pennington
Raymond Wan [EMAIL PROTECTED] writes: I was wondering if it would be possible to add some text file in the GTK+ 2.0 distribution (whenever it comes out) that gives brief instructions on how to port something from 1.2.x to 2.0? Maybe not even instructions, but three lists of widgets:

Re: Fw: how about changing our GDK's back-end architecture ?

2001-04-20 Thread Havoc Pennington
"seongnam, oh" [EMAIL PROTECTED] writes: i am trieing to build your GTK+ 1.3.2 with Nano-X GDK. The nano-x port does not work at the moment. You might try the linux-fb port, or use the small X server at handhelds.org. Havoc ___ gtk-list mailing

Re: Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Owen Taylor
Raymond Wan [EMAIL PROTECTED] writes: Hi all, I was wondering if it would be possible to add some text file in the GTK+ 2.0 distribution (whenever it comes out) that gives brief instructions on how to port something from 1.2.x to 2.0? Maybe not even instructions, but three lists

Re: Fw: how about changing our GDK's back-end architecture ?

2001-04-20 Thread Sven Neumann
Hi, Havoc Pennington [EMAIL PROTECTED] writes: "seongnam, oh" [EMAIL PROTECTED] writes: i am trieing to build your GTK+ 1.3.2 with Nano-X GDK. The nano-x port does not work at the moment. You might try the linux-fb port, or use the small X server at handhelds.org. or try the DirectFB

Re: Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Bart Kuik
On 20 Apr 2001 17:39:55 +1000, Raymond Wan wrote: Hi all, I was wondering if it would be possible to add some text file in the GTK+ 2.0 distribution (whenever it comes out) that gives brief instructions on how to port something from 1.2.x to 2.0? Maybe not even instructions, but

Re: Posting in other languages

2001-04-20 Thread Markus Fischer
On Thu, Apr 19, 2001 at 06:56:42PM +0200, Hugues Bernard wrote : [french version below, experimenting Jrgen suggestion :-] some points: 1. Think about power which is lost in (bad) translanting/understanding english'topic. This is wasteful. [...] Quelques arguments: 1. Pense un

subclassing gtkcheckbutton

2001-04-20 Thread Deborah Swayne
I would like a widget that is just like a checkbutton, but with two checkbox areas for one label. The left one responds to left button events, and the right one to middle and right button events. Would it be a better strategy to subclass the checkbutton directly, or to start by subclassing the

gtk description

2001-04-20 Thread Eamonn Martin Galvin
I have completed a project in GTK and as part of my report, wish to include a reasonably brief (max 3-4 pages) description of GTK and how it operates. Does anyone know of a link to where I could find such information? I have been trying to piece it together from gtk.org and the api but it is

Re: Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Helmethead
On Fri, Apr 20, 2001 at 03:34:23PM +, Bart Kuik wrote: . I'm using Gtk-Perl now because I don't like the c-implementation of a object-system on a non-object-oriented language, Pray tell, why does that amuse me so?? :) Bart ___

RE: Posting in other languages

2001-04-20 Thread Jürgen Mangler
Am 19.04.2001 schrieb(en) Hugues Bernard: [french version below, experimenting Jrgen suggestion :-] [Sorry, no German version, 'cause "I habe mein Deutsch vergessen"] Your German seems far better than my french, I can only understand your writing but I'm far away from doing own sentences like

Re: Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Havoc Pennington
Bart Kuik [EMAIL PROTECTED] writes: btw, what about the bindings for other languages? Do they also change with Gtk 2.0? To some extent this is up to the language binding maintainers, but yes I assume they will change. Havoc ___ gtk-list

hello

2001-04-20 Thread manbinder pal
hi , i m just the begginner in the GTK+ field.i want 2 ask no. of question 1) if we have no of .C files for the application ,including some .h files , how do we compile and run the application in this case. 2) the package required for this GTK+ is gtk and glib.Are these packages inbuilt in

how about changing our GDK's back-end architecture ?

2001-04-20 Thread seongnam, oh
Hi Folks... i am trieing to build your GTK+ 1.3.2 with Nano-X GDK. but i can't make a Library. then i analized your GDK back-end part.and only i get a compiled version, which is not still running. your source is not simple. then how about changing your GDK back-end like libSDL's video ?

RE: Posting in other languages

2001-04-20 Thread Jürgen Mangler
Am 19.04.2001 schrieb(en) Hugues Bernard: [french version below, experimenting Jrgen suggestion :-] [Sorry, no German version, 'cause "I habe mein Deutsch vergessen"] Your German seems far better than my french, I can only understand your writing but I'm far away from doing own sentences like

Focus with gtklistitems

2001-04-20 Thread Ian King
How can I prevent a gtklistitem from getting the focus, say in a gtklist or gtkcombo box without breaking the default behaviour of the list or combo box. I am currently unsetting the CAN_FOCUS flag for each list item but this prevents the item's parent from functioning correctly. I would like

Hscale/Hbox sizing

2001-04-20 Thread ngustavson
I am using an 2 Hscales packed into 1 Hbox , each scale is packed into a frame. I want to increase the height of the scale to make a blockier bar for scrolling, but all attempts to do this with gtk_widget_set_usize on the box and scale fail to increase the height. What am I doing wrong?

Re: Option menus

2001-04-20 Thread Damon Chaplin
Jered Bolton wrote: How do you connect callbacks to the individual items (or widgets) inside on option menu, after it has been created? (In otherwords I'm using glade and it provides no means of connecting to the "activate" signal.) I've been trawling through a few archived lists and get

Re: Suggestion for GTK+ 2.0 distribution...

2001-04-20 Thread Bart Kuik
On 21 Apr 2001 01:22:06 +1000, Helmethead wrote: On Fri, Apr 20, 2001 at 03:34:23PM +, Bart Kuik wrote: . I'm using Gtk-Perl now because I don't like the c-implementation of a object-system on a non-object-oriented language, Pray tell, why does that amuse me so?? :)

Drawing lines in a gtk_layout

2001-04-20 Thread Jose Fernando Diago
Hello. I'm actually developing some kind of editor with icons and connections between them. I choose the gtk_layout to put my icons because it allows me to put them in any x,y position and it doesn't need to be redrawn. But now I trying to draw lines in the layout to connect the icons but the

ANNOUNCE: gBib 0.1.1 released!

2001-04-20 Thread Alejandro Aguilar Sierra
gBib version 0.1.1 has been released! This program is a user-friendly editor and browser for BibTeX bibliographic databases. You can use it also to insert citations inside a LyX (http://www.lyx.org/) document. This release is a major improvement over the old public release (0.5.d). The code has

Linking Problem

2001-04-20 Thread sanal vk
Hi, I am getting following errors while linking a library, in which I don't have any control. Undefined reference to _xstat Undefined reference to _fxstat I am using gcc 2.96 on Red Hat Linux release 7.0 (Kernel 2.2.16-22 on an i686). I tried installing glibc-2.2.1 and linking

Re: [gtk-list] Tearoffs in GtkItemFactory - their existence is omitted in the reference documentation

2001-04-20 Thread Markus Fischer
On Thu, Mar 23, 2000 at 12:12:56PM -0500, Matthew Hiller wrote : Someone may want to fix this - the reference documentation on GtkItemFactory doesn't mention "Tearoff" as a valid GtkItemFactoryEntry item_type (I had to look at the gtk+ source to learn that it was.) No one seems

Re: Drawing lines in a gtk_layout

2001-04-20 Thread Havoc Pennington
Hi, Drawing to a layout you have to draw to layout-bin_window and offset by layout-xoffset and layout-yoffset. Havoc ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list