On Sat, May 13, 2006 at 10:37:55PM +0200, LI Ying wrote:
> I want to write a libvncserver which can load diffrent kinds of images.
> I need the information of images, so that I can tell the server how to
> load it.
> With the help of lib-pixbuf, I can get the information about the height
> and widt
Hello,
I want to write a libvncserver which can load diffrent kinds of images.
I need the information of images, so that I can tell the server how to
load it.
With the help of lib-pixbuf, I can get the information about the height
and width.
But I need to know other information like "bitsPerPixelI
I am trying to write a function that draws stuff in a
drawingarea immediately.
I want the images to be drawn directly when I call the
function.
What I am trying to make is something like this:
void main_function(...) //called directly after
program start
{...
My_drawing_function(...);
//the image
Hello all!
I write "value-changed" signal handler for GtkAdjustment object.
GtkAdjustment object set to GtkScrolledWindow container with GtkTreeView
in it.
when in main loop executes next code:
gtk_tree_selection_select_path (selection, tree_path);
I get next errors in console:
Gtk-CRITICAL **:
Hi,
its written as docbook xml. See here for more info:
http://scrollkeeper.sourceforge.net/documentation/writing_scrollkeeper_omf_files/index.html
Stefan
Am Donnerstag, den 11.05.2006, 21:16 +0200 schrieb Fernando ApesteguĂa:
> Hi,
>
> I would like to write the gnome help for a little applicati