Tristan Van Berkom wrote:
On Thu, Oct 16, 2008 at 10:01 PM, Daniel Yek <[EMAIL PROTECTED]> wrote:
...create a (custom) composite widget to contain several standard GTK+
widgets...(It is nicer if all widgets appear in the same design view.)
...Is pluggable widget the replacement mechanism
Hi,
I have been wondering, if I were to create a (custom) composite widget
to contain several standard GTK+ widgets from within a larger Glade
project, is there a way I can keep both the application layout and the
composite widget layout in the same Glade-3 project? (It is nicer if all
widget
GLib 2.19.0 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.19/
http://download.gnome.org/sources/glib/2.19/
glib-2.19.0.tar.bz2 md5sum: 0ff01feebce78b61ce37877e20d71eba
glib-2.19.0.tar.gz md5sum: 994a5b839883e83d0af9e6e86a2e15b7
This is the first development release leadin
GLib 2.18.2 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.18/
http://download.gnome.org/sources/glib/2.18/
glib-2.18.2.tar.bz2 md5sum: d11a5cc5e08cff53349a3481816fdaff
glib-2.18.2.tar.gzmd5sum: 0f2bf241fc93d95a0bd599a9c2a352ca
This is a bug fix release in the 2.18 serie
I have the following entries in a gtkrc file. Style "ScrollbarSlider" works
on widgets of class GtkScrollbar.
Style "CheckButtonSize" has no effect on widgets of class GtkCheckButton.
style "ScrollbarSlider"
{
GtkScrollbar::min-slider-length = 14
}
class "GtkScrollbar" style "Scrollbar
On Thu, Oct 16, 2008 at 05:12:40PM +0300, Arto Karppinen wrote:
> Hi, were developing an application which is supposed to show user images
> downloaded from web server using xmlrpc. The problem is that we cant
> quite figure out how to create a pixbuf from a buffer which contains the
> RAW conte
gary liquid wrote:
arto,
have you considered caching the downloaded file to disk and reading from
there using the standard function?
This would give you the obvious benefit of allowing offline usage and
faster requerying.
There isn't an infinite amount of memory available and having to
down
Hi, were developing an application which is supposed to show user images
downloaded from web server using xmlrpc. The problem is that we cant
quite figure out how to create a pixbuf from a buffer which contains the
RAW contents of a file.
Functions like:
gdk_pixbuf_new_from_data
gdk_p
I'm trying to monitor the changes in a file from /sys (as you know, it's
a sysfs filesystem), but setting a file monitor with g_file_monitor_file
doesn't work. No matter what I do, I can't receive the changed signal
from the file monitor.
sysfs, being a virtual file system, doesn't generate an
On Thu, 2008-09-18 at 12:58 +0200, Miguel Gómez wrote:
> I'm trying to monitor the changes in a file from /sys (as you know, it's
> a sysfs filesystem), but setting a file monitor with g_file_monitor_file
> doesn't work. No matter what I do, I can't receive the changed signal
> from the file mo
Dnia 2008-09-18, czw o godzinie 12:58 +0200, Miguel Gómez pisze:
> I'm trying to monitor the changes in a file from /sys (as you know,
> it's
> a sysfs filesystem), but setting a file monitor with
> g_file_monitor_file
> doesn't work. No matter what I do, I can't receive the changed signal
> fro
Hi,
I have a question about positioning of the file-chooser dialog.
The position of the dialog is not correct. I'm using the latest stable
version of GTK 2.14.3. The code is compiled on win32.
--- CODE --
GtkWidget *dialog;
dialog = gt
12 matches
Mail list logo