Re: Partially disable checkbox

2005-08-25 Thread Greg Breland
Disregard this question. Apparently a treeview without a model doesn't emit the button-press-event. I can live with that, just have to re-factor my code a bit. On Wed, 2005-08-24 at 09:13, Greg Breland wrote: I also have a problem detecting a mouse click on a treeview control. I'm currently

Vector Images and GTK

2005-08-25 Thread Raghavendra
Hello everybody, I am developing a GTK application in FC3 linux. The images for the application are provided by the client as WMF formats. As this application will be dynamic i have to include those files as it is. I heard that vector images like WMF gets rasterized when opened in GIMP. Is that

gtk_button_set_markup / animation / background color

2005-08-25 Thread ramare
Dear all, I'm working on the look and feel of my gtk application. -- first : many thanks for those who developped this stuff :-) -- second : gtk_label_set_markup is great but how do I do that with button instead ? The only way is to put a label inside my button

how to create our own help info

2005-08-25 Thread harshavardhanreddy mandeepala
Hi I am using FC3. using glade ,gtk,gnome how to create our own helpinformation for any project . we developed one project using glade and gtk programming. in that we have one button for help . if i click help it should display help information about my project. like we get if we click on help of

Attach objects to text in GtkTextview

2005-08-25 Thread Mathias Andre
Hi, I'm using a GtkTextView to display some text. Now what'd I'd like to do is to attach some extra informations to words. For example attach a file's uri to a particular word (like a link in web browser). I could attach a GtkTextTag to a word, but then I would need to create one different

Re: Attach objects to text in GtkTextview

2005-08-25 Thread Matthias Clasen
On Thu, 2005-08-25 at 15:14 +0100, Mathias Andre wrote: Hi, I'm using a GtkTextView to display some text. Now what'd I'd like to do is to attach some extra informations to words. For example attach a file's uri to a particular word (like a link in web browser). I could attach a GtkTextTag to

Re: gtk_button_set_markup / animation / background color

2005-08-25 Thread Tristan Van Berkom
ramare wrote: Dear all, I'm working on the look and feel of my gtk application. -- first : many thanks for those who developped this stuff :-) -- second : gtk_label_set_markup is great but how do I do that with button instead ? The only way is to put a label

trouble with gtk_editable_set_editable

2005-08-25 Thread Tomaz Canabrava
The Problem: when i try to deactivate a GtkSpinButton widget, it *DOES*, but only by the keyboard. if i try to use it in the not active mode using the arrows atached to it, the value is changed. anyone knows how to stop the buttons working when i try to deactivate the Spinbutton? The Code:

Re: gtk_button_set_markup / animation / background color

2005-08-25 Thread Matthias Clasen
On Thu, 2005-08-25 at 11:14 -0400, Tristan Van Berkom wrote: ramare wrote: Dear all, I'm working on the look and feel of my gtk application. -- first : many thanks for those who developped this stuff :-) -- second : gtk_label_set_markup is great but how do I do

Image manipulation

2005-08-25 Thread Arx Henrique
Hi all, I'm need to manipulate image to create a dithering algoritm to a school project, any one know some tutorial about how to manipulate image in gtk/gdk ? any help would be welcome! cheers Arx Cruz -- A fé remove montanas, mas eu prefiro a dinamite

Re: A few GtkFileChooserDialog questions

2005-08-25 Thread Douglas Vechinski
On Thu, 2005-08-25 at 21:40 +0200, Sven Neumann wrote: Hi, Douglas Vechinski [EMAIL PROTECTED] writes: First, is it possible to make a GtkFileChooserDialog when in GTK_FILE_CHOOSER_ACTION_SAVE action to activate when the user presses Enter or Return in the name entry box so that one

Re: Image manipulation

2005-08-25 Thread Afonso Costa
Hi, try this: http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/index.html Kind regards, Afonso On 8/25/05, Arx Henrique [EMAIL PROTECTED] wrote: Hi all, I'm need to manipulate image to create a dithering algoritm to a school project, any one know some tutorial about how to manipulate

Fwd: Vector Images and GTK

2005-08-25 Thread Raghavendra
Can libwmf built into gtk to display vectors? Hello everybody, I am developing a GTK application in FC3 linux. The images for the application are provided by the client as WMF formats. As this application will be dynamic i have to include those files as it is. I heard that vector images like

A question about GtkUIManager

2005-08-25 Thread Wang, Yong Y
Title: A question about GtkUIManager Hi, I have a question regarding GtkUIManager. Documentation for the ui property of GtkUIManager says The ui property ui gchararray : Read An XML string describing the merged UI. Default value: NULL However, it seems that's not true. Below is

Re: Announcing: Project Ridley

2005-08-25 Thread Christopher James Lahey
On Mon, 2005-08-22 at 12:23 -0400, Jonathan Blandford wrote: Rodrigo Moya [EMAIL PROTECTED] writes: what about libsoup/network library? Wouldn't it also make sense to move it to a libgnet in glib? I don't know of any plans for this. I don't think networking makes a whole lot of sense

Re: canvas notes

2005-08-25 Thread Arjan Molenaar
Quoting Alexander Larsson [EMAIL PROTECTED]: On Mon, 2005-08-15 at 20:06 +0200, Soeren Sandmann wrote: Havoc Pennington [EMAIL PROTECTED] writes: So random thoughts. A few more random thoughts: - Zooming is more than just setting a transformation matrix because the reason you want to

Re: Announcing: Project Ridley

2005-08-25 Thread Alberto Manuel Brandão Simões
I am entering into the discussion thread without reading any other email than this one, but... as for XML we should not create the wheel again. That leads to libxml2 or expat. In my case, I prefer libxml2. Being part of w3c development maybe helps me choosing it. Well, having work with expat

Re: Announcing: Project Ridley

2005-08-25 Thread Philippe De Swert
Hello all, I don't really see much reason ever to break ABI for the forseeable future. There's essentially nothing stopping us from simply leaving deprecated functions in there indefinitely, other than a fairly minor memory footprint increase which will never be paged in anyway. This is an

Re: A question about GtkUIManager

2005-08-25 Thread Matthias Clasen
On Thu, 2005-08-25 at 18:21 +0800, Wang, Yong Y wrote: Hi, I have a question regarding GtkUIManager. Documentation for the ui property of GtkUIManager says The ui property ui gchararray: Read An XML string describing the merged UI. Default

Defining your own new input methods?

2005-08-25 Thread Ken Beesley
Inquiry: Definining your own new input methods? Over a year ago I managed to write some new Simple Composing Input Methods for GTK+, and get them installed (by piggybacking them into gtk-im-extra). I managed to get them working and selectable from within gedit, but it was all more painful

Re: idea: g_alloca_printf

2005-08-25 Thread Behdad Esfahbod
On Thu, 25 Aug 2005, Stefan Kost wrote: gchar *status=g_strdup_printf(_(Loading file \%s\),file_name); g_object_set(G_OBJECT(self),status,status,NULL); g_free(status); This has the advantage that it framents memory with small strings. When e.g. serializing xml it can matter. A solution is:

idea: g_alloca_printf

2005-08-25 Thread Stefan Kost
hi, a little brainer for everyone who fells like having a look at it. At pattern that can be found in many glib based app is: gchar *status=g_strdup_printf(_(Loading file \%s\),file_name); g_object_set(G_OBJECT(self),status,status,NULL); g_free(status); This has the advantage that it framents

Re: Announcing: Project Ridley

2005-08-25 Thread Marco Barisione
Jonathan Blandford wrote: The primary goal of Project Ridley is to cut down on the number of problem libraries that are part of the GNOME platform. We propose to do this by moving functionality into GTK+, wherever it makes sense. What about EggRegex? -- Marco Barisione

A question regarding gtk_clipboard_request_text

2005-08-25 Thread Wang, Yong Y
I think it would be helpful if the documentation can add some notes about this issue. What do you guys think? Thanks Yong -Original Message- From: Nickolay V. Shmyrev [mailto:[EMAIL PROTECTED] Sent: 2005年8月11日 3:39 To: Wang, Yong Y Cc: gtk-devel-list@gnome.org Subject: Re: A question

Re: A question regarding gtk_clipboard_request_text

2005-08-25 Thread Stefan Kost
Hi Yong, if so please send this to the gtk-devel list. @damon: who can relabel the gtk-doc list on the http://mail.gnome.orgmailman/listinfo/ page? It still says: gtk-doc-listCoordination of GTK+ documentation Wouldn't 'Develepment of gtk-doc' be more appropriate ? Stefan Wang, Yong Y

Re: updating bugzilla cases

2005-08-25 Thread Owen Taylor
On Wed, 2005-08-24 at 21:41 +0200, Stefan Kost wrote: hi damon, I went over the open cases for gtk-doc and commented where appropriate. I don't have sufficient rights to close bugs. Now you do. Owen signature.asc Description: This is a

Re[2]: Error on cross compiling glib package

2005-08-25 Thread Andrey Karavaev
On 25/08/05 02:33:16, Xyber Blue wrote: Hi people, Good day to you, I have problems cross compiling glib package ang pango so that these libraries will be used for cross compiling... [snip] /opt/cross_frv/frv-linux-gnu/local/bin/glib-genmarshal: Permission denied When

crossing event

2005-08-25 Thread Calin Vatavu
Hi, how can I detect the key state when the mouse pointer enter/leaves a widget area? The event-crossing.state variable doesn't seem to be updated (it's zero even if I'm holding CTRL or ALT down). Thanks -- ___ Get your free email from

How to create TreeView using TreeStore as mentioned below...........

2005-08-25 Thread Ramachandra CS
Dear Sir, I have one question. That is I need to create treeview in following manner. Please tell me how to create.? Give some ideas. 1.General 2.Network 2.1 Connection 2.2 Configuration 2.2.1 General 2.2.2 2.2.2.1. 2.2.2.2. X 3.

How to create TreeView using TreeStore as mentioned below...........

2005-08-25 Thread Ramachandra CS
Dear Sir, I have one question. That is I need to create treeview in following manner. Please tell me how to create.? Give some ideas. 1.General 2.Network 2.1 Connection 2.2 Configuration 2.2.1 General 2.2.2 2.2.2.1. 2.2.2.2. X 3.

Segfault in gdk_screen_init

2005-08-25 Thread Rich Jerrell
I'm pretty sure I must have screwed something up. I recently installed gtk-2.8.1 and glib-2.8.1 and now I can't seem to run several things in X. The simplest one to get to crash is gimp. It bails out with a segfault in gdk_screen_init in gdkscreen.c Starting program: /usr/bin/gimp Program

Pango-WARNING : No builtin or dynamically loaded modules were found, when running static built application

2005-08-25 Thread lspp_at_fremont
Hi all -- i manage to build the gtk2.6.10 statically and link it with the application (which is built on top of wxGTK) and when i running it, i get the warning of Pang-WARNING **: No builtin or dynamically loaded modules were found. Pango will not work correctly. This probablly means

Re: Can't link to Pango while running configure for GTK+ 2.8.*

2005-08-25 Thread Valdis . Kletnieks
On Wed, 24 Aug 2005 15:26:17 PDT, Armaghan Mallik said: /usr/local/lib/libpangocairo-1.0.so: undefined reference to `pango_fc_font_create_metrics_for_context' Double-check your build of Pango. This error is a Pango routine being unable to find another Pango routine. You'll probably need to

A few GtkFileChooserDialog questions

2005-08-25 Thread Douglas Vechinski
Couple of questions concerning the GtkFileChooserDialog. First, is it possible to make a GtkFileChooserDialog when in GTK_FILE_CHOOSER_ACTION_SAVE action to activate when the user presses Enter or Return in the name entry box so that one does not have to move the mouse to the Save button?

Display widget without window

2005-08-25 Thread Andrew Krause
I have recently completed a backend for an auto-completion feature in my application. My problem is that I don't know a way to display the GtkTreeView without it being attached to a window, but the GtkWindow I used has the handlebar is on the taskbar, which is something I obviously do not want.

Re: A few GtkFileChooserDialog questions

2005-08-25 Thread Sven Neumann
Hi, Douglas Vechinski [EMAIL PROTECTED] writes: First, is it possible to make a GtkFileChooserDialog when in GTK_FILE_CHOOSER_ACTION_SAVE action to activate when the user presses Enter or Return in the name entry box so that one does not have to move the mouse to the Save button? It already

Re: Segfault in gdk_screen_init

2005-08-25 Thread Sven Neumann
Hi, Rich Jerrell [EMAIL PROTECTED] writes: I'm pretty sure I must have screwed something up. I recently installed gtk-2.8.1 and glib-2.8.1 and now I can't seem to run several things in X. The simplest one to get to crash is gimp. It bails out with a segfault in gdk_screen_init in

Re: Display widget without window

2005-08-25 Thread Gian Mario Tagliaretti
2005/8/25, Andrew Krause [EMAIL PROTECTED]: I have recently completed a backend for an auto-completion feature in my application. My problem is that I don't know a way to display the GtkTreeView without it being attached to a window, but the GtkWindow I used has the handlebar is on the

Re: Display widget without window

2005-08-25 Thread Andrew Krause
hide the window decorations http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-decorated and skip the taskbar http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-skip-taskbar-hint cheers Thanks! That's exactly what I needed. I had just actually placed

Some Doubts...

2005-08-25 Thread Ramachandra CS
Dear sir, I am facing some problems to decorate the window.. Problem 1: In my application to decorate the window, I use the call gtk_window_set_decorated (window, FALSE); In this case window doesn't show the close, maximise, and minimise otptions. But when I Press ALT + SPACE, window

multiple displays under Win32

2005-08-25 Thread Mike Davis
Hi, I've written a Gtk-Perl app for a client and recently (for various reasons), have had to get it running on a Windows XP machine on ActivePerl. The problem is that running multiple displays produces a different result for WinXP than it does for Linux on the same hardware (Nvidia FX5200 with

Re: multiple displays under Win32

2005-08-25 Thread James McArthur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, It would appear Mike Davis said the following on 08/25/05 18:04: Under WinXP it's just one big screen with the geometry being the maximum width/height of all the screens together. To the best of my knowledge, Windows treats two monitors as

Re: multiple displays under Win32

2005-08-25 Thread John McDermott
On Thu, 25 Aug 2005 12:01:56 -0400 (EDT),Mike Davis wrote: Running on Linux produces two displays, one with two screens and one with a single screen. Under WinXP it's just one big screen with the geometry being the maximum width/height of all the screens together. Unfortunately for me, my