On Apr 6, 2005 2:40 AM, regatta <[EMAIL PROTECTED]> wrote:
> I didn't know about this until I check the document in
> http://developer.gnome.org/doc/API/2.0/libgnomeui/GnomeIconList.html (
> I didn't know from glade)
>
> anyway , is there any alternative ?
It's deprecated because gtk2.6 now has a
Hello people
I have created a context menu, attached to a panel applet. Now I need to
1. First set the fore color of this panel applet context menu item,
individually.
2. How can I refer to a menu-item name, in my source file. On
compilation I am getting an error message that the specified refer
Hi,
Why don't you include the code... probably a part of it... Make
sure you are not deadlocking (reading a pipe at both ends..)
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf.net
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
___
gtk-app-devel
Hi,I'm using gtk 1.2. How I can insert images in my application?
Please send me some examples.
Giovanni
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi,
I fixed it. I did numerous things, but in the end (I am not entirely
certain if this was all I did though) it seems that (atleast part of)
the problem was due to using a fixed buffer size for the read/write
channel operations in the callbacks.
When I started dynamically allocating the buffer b
1. Is there a discussion somewhere on themes and engines? Do these terms
refer to
the same thing?
2. Who sets the default theme for gtk+ applications? Does this default come
with
the package or does my Linux vendor (Suse in my case) have anything to do
with it?
3. What other themes are availabl
GLib 2.6.4 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/v2.6/
glib-2.6.4.tar.bz2 md5sum: af7eeb8aae764ff763418471ed6eb93d
glib-2.6.4.tar.gzmd5sum: 41ed6bd40b513c817afba8a61e72312d
This is a bug fix release and is source and binary compatible
with 2.6.0.
GLib is the low-le
On Wed, 2005-04-06 at 09:42 -0500, Eckhoff, Michael A wrote:
> 1. Is there a discussion somewhere on themes and engines? Do these terms
> refer to
> the same thing?
No, read this http://www.gtk.org/~otaylor/gtk/2.0/theme-engines.html
The first and second paragraphs should be enough.
> 2. Who se
Hi -
I was trying to adapt the GDK demo from "Multi-Head Support Overview", and was
getting a link unresolved on "gdk_display_new()".
The fix was to substitute "gdk_display_open()" instead:
THIS CODE SUCCESSFULLY REDIRECTS TO SPECIFIED MONITOR:
---
GtkWidget *
image_new_from_file_at_size (const char *filename, gint width, gint height)
{
GtkWidget *image = NULL;
GdkPixbuf *pixbuf;
GError *error;
const gchar *st = "icon_size";
g_return_val_if_fail (filename != NULL, NULL);
error = NULL;
pixbuf =
hi to all;
i am very new to this. i am developing gui with gtk.
now i created a list view and a file selector, the file what ever i am
selecting i want to display it to the listview. how can i do this.
and i want to display the root file system in tree view with checkboxes.
so that i can check f
11 matches
Mail list logo