Re: some question ?



fullsail wrote:

English:
hello all, I have some questions, need help.

First, as we known , Gimp can produce "header" type image  file,
The GUM(Gimp User Manual) say it can use in C source, but how?

I don't know, but i've used xmp's and it worked and works very well.
 
Second, what different follow two statements?
gtk_widget_set_usize(GTK_WIDGET(window), 200, 200);

This function sets the minimum size that the window can have (200x200).

gtk_window_set_default_size(GTK_WINDOW(window), 200, 200);

And this sets the default size of window. Try to play like this: set min
size to 100x100 and default to 200x200. Show the window and try to
resize it using ie. Your mouse. The window's size will be 200x200, but
You wont be able to resize it less than 100x100.

-- 
Maciej Hrebien





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]