[no subject]

2019-02-20 Thread Igor Korot via gtk-list
Hi, ALL, This link https://developer.gnome.org/gtk3/stable/GtkToolbar.html#GtkToolbar-popup-context-menu states that the parameter "button" can be "-1". What is the scenario when this occurs, i.e. it should be the button number that was clicked IIUC? Thank you for clarification.

[no subject]

2016-04-17 Thread 田红
Hi: ... Hello I am from Chinese developers when I was with the use of the volume control when rhythmbox control software crash occurred by viewing the source code found rhythmbox is your official GTK in gtk_volume_button_new () do the following: (1) Open rhythmbox tap the volume control a

[no subject]

2015-05-11 Thread Bernard CANTALOUBE
I have a problem with window VISTA:   All the libraries API-MS-WIN-CORE. are missing.   A stand alone application made with GTK can't work withou them.   Is there a solution ?   Thanks.  ___ gtk-list mailing list gtk-list@gnome.org https://mai

[no subject]

2014-10-18 Thread Ayushi Mrigen
Hi, I started working with gtk+. I cloned gtk+ the repository from git, but config.h is missing. And hence, I am unable to compile. How can I solve this? Thank you! -- *Ayushi Mrigen* *Second year student,* *Department of Mathematics,* *IIT Kharagpur.*

[no subject]

2012-02-27 Thread kususe
Hello to everybody. want to use glib.timeout_add(i,f) in a python script. I have a code like this: if (condition):  glib.timeout_add(i,f) def f:    (...)    i = ()    (condition)    return TrueEven the value of "i" is different each time I call "f", glib.timeout_add(i,f

[no subject]

2011-11-09 Thread Rui Cheang
http://www.culturalcornerstones.org/wordpress/wp-content/themes/modern/inddex.html ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2011-11-08 Thread Rui Cheang
http://jeremymitchellpelt.com/wp-content/themes/twentyeleven/indeex.html ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2011-11-05 Thread Rui Cheang
http://www.troywitt.com/galleries/themes/hybrid/inbex.html ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2011-03-02 Thread Shailendra Jain
http://searchafriend.co.cc/07h1 ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2009-09-01 Thread Ken Resander
Hi Tadej, Thanks for your ultra-fast response. It almost came before I had written the question. Yes, indeed gtk_widget_modify_font did the trick! So simple, but I did not know about this call. Again many thanks. Ken Hi. Have you tried to use gtk_widget_modify_font on your text view?

[no subject]

2009-06-22 Thread SRAVAN KUMAR malyala
sravankumar...@gmail.com ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2009-03-12 Thread Iffat Sadia
hi, what i want to do is to make a label to which i have passed the string random.randinit(5, 10).This label on button"Another" resets value to anyother number,no i want to create widget that shows equivalent number of images.you told me to make widgets seperately and to copy these to the widget,

[no subject]

2009-03-09 Thread rani rajaram
Hi all, How to install devnagiri font & display in gtk? rani ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2009-03-05 Thread rani rajaram
Hi all, How to display text in different languages using pango in gtk? Kindly help. rajaram ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2008-07-26 Thread mehdi dadkhah
hello I am a graphic programmer in Linux system Please help me : How can i create a new ghraphic area(for example a srceen saver) in GTK with setting color and resolution by different values(for example : color:16 bit, resolution: 1024*768) and change screen area to maximize or restore to defaul

[no subject]

2008-06-05 Thread Jean-Philippe Chancelier
Hi all, The link at the end of this mail gives an example of Gtk+ code that can be used to redirect standard output to a GtkTextView. I have changed the original code of Claudio Polegato to replace gdk_input_add by g_io_... functions.

[no subject]

2007-05-07 Thread Peter Netisk
Hello, I am trying to have a background pixmap in GTK text-fields, e.g. in the background of Gedit. Is this possible (with editing gtkrc?)? Regards, Peter X-Mail.net Communications Center

[no subject]

2007-02-03 Thread nostradamo
I have installed gtk2 on windows. but if i want to compile with g++ it does niot find the header files. so my be the paths are not correct. I tried it to modify several times but without results. how does i do that the g++ can find it correct? best greetings Ralf___

[no subject]

2006-11-30 Thread FreeMindeR
How do I configure my compiler (Codeblocks, for example) to use GTK+ on Windows? ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2006-11-14 Thread Shyjumon N.
hi    Can any body tell me what is the reason for the following error. I am using gtk_widget_hide function. (togg:2770): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed With regds, Shyjumon N Mobile: +91-9945006965 The information contained in this e-

[no subject]

2006-11-13 Thread Shyjumon N.
Hi all,     can anybody tell me how, i can make this with autorefreshingi mean instead of clicking toggle, it should toggle to window B, after a specified time. also how i can display sytem time in my gtk application. is there any documetation for window refresh and Gtimer widget.

[no subject]

2006-09-14 Thread Bill Cunningham
test ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

[no subject]

2006-07-26 Thread Johannes Behr
Hi, I would like to port a OpenGL-based plugin to Firefox and need some kind of GUI-toolkit for the right-button popups and some additional log-views. Since firefox on Linux uses gtk I thought utilizing gtk for the plugin-GUI would be a good choose. Is this assumption correct? Comments? Therefo

(no subject)

2006-04-15 Thread Adi Roiban
i have to apply some image processing algorithms using gdk. They all involve only operation on colormap and not directy on the pixels. Can you give me some tips about what stuctures should i used. i tried using a GtkImage whick store information in gdk-pixbuf and then convert the pixbuf into pix

Re: (no subject)

2006-01-09 Thread Martyn Russell
On Sat, 2006-01-07 at 01:49 +0100, [EMAIL PROTECTED] wrote: > hi all, > > I have to show an autodestroying popup message while a computation is running. > I tried with gtk_window and gtk_dialog but they don't show the > label message. (Dialog shows the label after gtk_dialog_run but this locks my

(no subject)

2006-01-06 Thread [EMAIL PROTECTED]
hi all, I have to show an autodestroying popup message while a computation is running. I tried with gtk_window and gtk_dialog but they don't show the label message. (Dialog shows the label after gtk_dialog_run but this locks my procedure...) I'm using gtk2.8. Do you have some ideas how to write

Re: (no subject)

2005-12-19 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set

(no subject)

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical inte

(no subject)

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical inte

(no subject)

2005-12-16 Thread ztuylek
___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

(no subject)

2005-12-12 Thread ztuylek
___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

(no subject)

2005-10-10 Thread MHarish Mnsatya
___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: (no subject)

2005-09-27 Thread Przemysław Sitek
Dnia 2005-09-26 21:43, [EMAIL PROTECTED] napisał: Assignment operator for GtkWidgets? GTK is written in C, thus it does not overload any operator. Is there such a thing, can we do things like MyGtkWidget = SomeGtkWidget? You can do that provided those are POINTERS to widgets (actually

(no subject)

2005-09-26 Thread jalkadir
Assignment operator for GtkWidgets? Is there such a thing, can we do things like MyGtkWidget = SomeGtkWidget? I get a segmentation fault when I try todo that! What am I doing wrong? class Data{ public: std::string str; GtkWidget* obj; public: Data(){str = "";} voi

Re: (no subject)

2005-09-22 Thread Roger Leigh
[EMAIL PROTECTED] writes: > I have been racking my brains trying to find informatio about writing a > callback function that receives two parameters one that indicates the type > of icon I want displayed and the other a character string variable that > holds the different messages this callback fu

(no subject)

2005-09-22 Thread jalkadir
Hi folks! I have been racking my brains trying to find informatio about writing a callback function that receives two parameters one that indicates the type of icon I want displayed and the other a character string variable that holds the different messages this callback function will pass to a a

(no subject)

2005-09-17 Thread Jacob Jennings
I have the latest version of GTK+ installed, that being 2.8, and every GTK application with a system tray icon doesn't use transparency correctly. There is a large white area around the icons. What can I do about this? Here is a screenshot of it in case. Thank you for any help in the right directio

(no subject)

2005-09-01 Thread sudhindra hebbar
  Respected sir,           My problem is when i set focus or select region for entry text ie: gtk_entry_select_region (GTK_ENTRY (enttag),0,            GTK_ENTRY(enttag)->text_length); it works fine in desktop(pc) but when i implement the same in pda(simputer) this entry will not get highlight

(no subject)

2005-09-01 Thread sudhindra hebbar
  Respected sir,                 Iam new to gtk and linux.So iam in dilemma that i must use gtk or glade for development. Which will better in which situation . And our application needs to be ported to simputer(a pda).which will be better ie going for gtk or glade. please suggest me the ri

Re: (no subject)

2005-08-31 Thread Tor Lillqvist
[EMAIL PROTECTED] writes: > But I have intalled that package, what I think the problem is is > that I have not tell the compiler & linker about this library, that > is because I don't know how. But that is surely off-topic on this list. Isn't there any documentation for Dev-Cpp? Isn't there any

Re: (no subject)

2005-08-31 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: But I have intalled that package, what I think the problem is is that I have not tell the compiler & linker about this library, that is because I don't know how. I dont know about compiling on M$ boxes, but you should probably check - If there are more than one cair

Re: (no subject)

2005-08-31 Thread jalkadir
But I have intalled that package, what I think the problem is is that I have not tell the compiler & linker about this library, that is because I don't know how. Thanks > [EMAIL PROTECTED] wrote: > [...] >> In file included from C:/Dev-Cpp/include/gtk-2.0/gdk/gdkcairo.h:23, >> fro

Re: (no subject)

2005-08-31 Thread Olexiy Avramchenko
sudhindra hebbar wrote: 1)Setting decimal precision to entry widget(gtk 2.4). Use GtkSpinButton widget for the numeric entry. It has gtk_spin_button_set_digits(), gtk_spin_button_get_digits() methods for specifying precision. Precision value is stored in "digits" property, so you also may want

(no subject)

2005-08-31 Thread Amit Kumar
I M a beginner and would like to get help on   1. enter text in Entry. 2. Retrive text entered in Entry.   I m using Elips framework                 Free antispam, antivirus and 1GB to save all your messages Only in Yahoo! Mail: http://in.mail.yahoo.com

(no subject)

2005-08-31 Thread sudhindra hebbar
  Hello sir,   I am a beginner and need help regarding 1)Setting decimal precision to entry widget(gtk 2.4). 2)Increasing a font size of text in entry widget. 3)sample code for different entry widget operations. Please help me in this regard. ___

Re: (no subject)

2005-08-30 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: [...] In file included from C:/Dev-Cpp/include/gtk-2.0/gdk/gdkcairo.h:23, from C:/Dev-Cpp/include/gtk-2.0/gdk/gdk.h:30, from C:/Dev-Cpp/include/gtk-2.0/gtk/gtk.h:31, from main.cpp:1: C:/Dev-Cpp/include/gtk-2.0/gdk/gdkcolo

(no subject)

2005-08-30 Thread jalkadir
When compiling my program, I get error messages indicating that there is a problem with the GTK library. I am sure that GTK+ 2.8.x is not responsible for this errors, but something in the way I setted up the Parameters & Compiler options in my 'Dev-Cpp->Project Options->'. This is what I have in t

(no subject)

2005-08-02 Thread goerges papas
Hi,  i n=have installes glib,pgk-config-0.19.When i try to install gtk-2.6.8 and print me the following message:   configure: error: Library requirements (glib-2.0 >= 2.6.0atk >=   1.0.1pango >= 1.7.0) not met; consider adjusting the   PKG_CONFIG_PATH environment variable if your libraries

(no subject)

2005-07-23 Thread Manickam Meyyappan
I am developing an application as my project (MSc)which includes drawing graphs. I am using NPlot library for drawing graphs which includes financial charts such  as plotting volume data against dates. I am using PointPlot class in NPlot to draw the graph, the problem is, eventhough i dont have the

Re: [Dev-C++] (no subject)

2005-07-02 Thread Robert Alatalo
Hello, I will hazzard a guess that you are getting the address of the function rather than the value, but I did notice two things that you may want to review. The first is that you don't beed the friend declarations since you are using a public method. If you want to grant special permissi

(no subject)

2005-06-30 Thread jalkadir
In my class, when I use the "getter" to display the value I get the right output, but when I try using the overloaded extractor operator (<<) I get some hex value displayed. Here is some of the code: --- snip Main.cpp int main() { Money money("12.21"); std::cout << "Value is: " << money.getA

Re: (no subject)

2005-06-24 Thread Antonio Gomes
Why not create only one more window (or gtk_dialog, you know) and place your widgets in it? is wouldn't be enough ?! regards On 6/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > After creating the top window, which contarins a menu, I want to creat > either a dialog box or another window th

(no subject)

2005-06-24 Thread jalkadir
After creating the top window, which contarins a menu, I want to creat either a dialog box or another window that will house several widgets. My question is should I create another window or should I create a widget that will handle the input from the user? Thanks folks! __

(no subject)

2005-06-14 Thread boucetta-hela
when trying to install gtk+2.4.0 under mandrake 10.1, I get this error message : /.libs/libgtk-x11-2.0.so: undefined reference to `g_assert_warning' ./.libs/libgtk-x11-2.0.so: undefined reference to `g_return_if_fail_warning' collect2: ld returned 1 exit status make[4]: *** [gtk-query-immodules-2.0

Re: (no subject)

2005-05-27 Thread Benjamin Lau Wei Yii
Well...there are many ways to configure both IDEs, but so far I only know how to do so for Dev-C++. Anyway, you have 2 choices, either create a Dev-C++ project template, or an empty project and add the appropriate compiler and linker commands every time you create a GTK+ application. In both cases,

(no subject)

2005-05-26 Thread jalkadir
Howdy folks! I have installed the GTK+ runtime as well as the GTK+ development libraries on my MSW-XP; I would like to use Code::Block or Dev-C++ as the IDE, but I have found that none of these IDEs have default settings for GTK+. I have tried to get the right settings on my own, but to now avail.

(no subject)

2005-04-13 Thread trupthi n t
  Hi,   To write/find a function which returns the the widget on which         the current focus is,when i used the following function GtkWidget*  gtk_window_get_focus(GtkWindow *window); The compiler(gtk+1.2.10) gave the following error: [EMAIL PROTECTED] test]# make gcc `gtk-config --cflag

Re: (no subject)

2005-04-12 Thread Carl B. Constantine
* trupthi n t ([EMAIL PROTECTED]) wrote: > Hi, > > To write/find a function which returns the the widget on which > the current focus is,when i used the following function > > GtkWidget* gtk_window_get_focus(GtkWindow *window); > > The compiler(gtk+1.2.10) gave the following error: >

Re: (no subject)

2005-04-12 Thread Antonio Gomes
Hi , this error message is returned because this function is not defined in the gtk 1.2.1 !! take a look at , GTK+ reference manual for 1.X series ... you will see that there is no 'gtk_window_get_focus', but another related fuctions :S If y

(no subject)

2005-04-11 Thread trupthi n t
  Hi, To write/find a function which returns the the widget on which         the current focus is,when i used the following function GtkWidget*  gtk_window_get_focus(GtkWindow *window); The compiler(gtk+1.2.10) gave the following error: [EMAIL PROTECTED] test]# make gcc `gtk-config --cflags` 

(no subject)

2004-10-24 Thread asp
Answering your questions, > Hi , > > I just wants to know the difference between WXwindows and GTK ? > Which is better for use ? The wxWindows was created emphasizing the cross-platform development and is a C++ binding toolkit. So it isn´t shipped in any platform (like GTK is with GNOME or QT is

Re: (no subject)

2004-09-06 Thread Viraj Chatterjee
Use gtk_window_set_icon or gtk_window_set_icon_list if you have icons of various sizes.   -vc - Original Message - From: Vivek singh To: [EMAIL PROTECTED] Sent: Friday, September 03, 2004 5:36 PM Subject: (no subject) Hi all      Please any one tell me haow

(no subject)

2004-09-06 Thread Vivek singh
Hi all Please any one tell me haow to make an icon of a GTK based application in system tray in Linux. Thanking You Vivek Singh___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

(no subject)

2004-08-18 Thread Sisodia Rohit-A5903C
how can i change the background color for scrollwindow widget? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

(no subject)

2004-07-31 Thread Matt Strange
Hello All, I am using GTK 2.4.1 and GCC 3.3.3 and am having trouble setting the GtkProgressBar fraction to low values such as 0.01. When I use these small values and the orientation is set to either GTK_PROGRESS_BAR_LEFT_TO_RIGHT or GTK_PROGRESS_BAR_TOP_TO_BOTTOM, the bar displays as _filled_ ra

(no subject)

2004-05-02 Thread Rob Berquist
Hello all, Upgrading to gtk 2.4.1. Have glib 2.4.1 installed. atk 1.6.0 installed. However, when I compile pango 1.4.0, I get the following error: Writing a pango.modules file to use when running examples before installing Pango. /home/rberquist/Downloads/source/gtk2.4/pango-1.4.0/pango/.libs/l

Re: (no subject)

2004-05-01 Thread Jan-Marek Glogowski
Hi For some reason you don't seem to have a valid "libgdk-x11", which should have been installed with gtk. objdump -T /usr/lib/libgdk-*.so | grep "gdk_threads_lock" should show a "Base" entry for "gdk_threads_lock" like: 0006655c gDO .bss 0004 Basegdk_threads_lock It's also

(no subject)

2004-04-30 Thread mj
hi when I start for example gedit I get this error. $ gedit gedit: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: gdk_threads_lock with google I found a tip to upgrade to 2.4 but after upgrade I get the same error. I also upgraded pango, atk, glib /usr/lib/libgtk-x11-2.0.so.0

(no subject)

2004-04-08 Thread Nima Tshering
hi, can you please list the name of files required to configure XKB for setting up new language in RedHat Linux 9 cheers nim +++ Get a free DrukNet e-mail account and stay in touch http://www.druknet.bt

(no subject)

2004-04-07 Thread bit_nima_tshering
hi, would u kindly give me some hightlights on, How to build a pango module for a new language support in gnome. nim ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

(no subject)

2004-04-05 Thread bit_nima_tshering
___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: (no subject)

2004-03-30 Thread Valdis . Kletnieks
On Tue, 30 Mar 2004 17:36:49 +0800, Leslie Tan <[EMAIL PROTECTED]> said: > Hello guys, > > I been trying to get GTK+ onto my system running AIX 5. However I could not > install glib successfully. Below is my error log. > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" > -DG_DISAB

(no subject)

2004-03-30 Thread Leslie Tan
Hello guys, I been trying to get GTK+ onto my system running AIX 5. However I could not install glib successfully. Below is my error log. - gcc -DHAVE_CONFIG_H -I. -I.

(no subject)

2004-03-15 Thread rajishev rajishev
hi, i am new to the gtk programmig. i am trying to develop a gtk based network related program. I hvae to compile the program including the pcap.h and libnet.h. But I don't know how to add these files for compailing. I am using glade2 for interface designig. I will be thankfull if you give a soluti

(no subject)

2004-02-26 Thread wEngUang
Dear list members GTK tem:) i've found a problem in compiling atk-1.0.3,./configure command exits with an error : "pkg-config --modversion glib-2.0" return 2.0.7,but GLIB (2.2.1)was found." First of all,I uninstalled the glib-2.0.7 installed before,and then I tried to find glib-2.2

Re: (no subject)

2004-02-26 Thread Sven Neumann
Hi, "wEngUang" <[EMAIL PROTECTED]> writes: > i've found a problem in compiling atk-1.0.3,./configure command > exits with an error : "pkg-config --modversion glib-2.0" return > 2.0.7,but GLIB (2.2.1)was found." > > First of all,I uninstalled the glib-2.0.7 installed before,and > then I tri

Re: (no subject)

2004-02-22 Thread Manoj tr
> Hi all, > I am using the GTK+ language for my project , i would > like to use the singal_connect to call the shell > script , and then run it . > Is it work ? > Thank you for your attention!! > thanks a lot!!! > > Best Regards, > aymui > Definitely. u specify a function in g_signal_connect

(no subject)

2004-02-19 Thread aymui hamazaki
Hi all, I am using the GTK+ language for my project , i would like to use the singal_connect to call the shell script , and then run it . Is it work ? Thank you for your attention!! thanks a lot!!! Best Regards, aymui _ 必殺技、飲歌、小星星... 浪漫鈴聲

Re: (no subject)

2004-02-16 Thread Valdis . Kletnieks
On Tue, 17 Feb 2004 06:31:34 GMT, Chaitanya RD Kulkarni <[EMAIL PROTECTED]> said: >i am not ableto compile the very first program(helloworld) > of the official tutorial it says, gtk.h: no such file. It would help if you told us what sort of system you're using, but in general, it's often

(no subject)

2004-02-16 Thread Chaitanya RD Kulkarni
Hi! i am not ableto compile the very first program(helloworld) of the official tutorial it says, gtk.h: no such file i don't know what to do... somebody pls guide...do i need to download all gtk from net??? -chaits.

(no subject)

2004-01-19 Thread Manoj tr
Hai How to create Makefile.am , Makefile and Makefile.in for a group of source programs in c Manoj -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze

(no subject)

2003-11-20 Thread Mike Dailey
Tim: Thank you! That works beautifully! My app looks MUCH better now with a little color! Thanks a million! Now if I can figure out how to add space between columns, my data won't look so bunched up. Thanks, Mike Dailey Message: 6 Date: Thu, 20 Nov 2003 10:02:47 +1300 From: Tim Evans <[EMA

Re: (no subject)

2003-09-17 Thread Sven Neumann
Hi, edscott wilson garcia <[EMAIL PROTECTED]> writes: > On Wed, 2003-09-17 at 15:05, Philippe wrote: > > Hello, > > I've got a dialog with three treeviews and one treemodel filled with the > > names of all the users for the system. I'd like the three treeviews to > > use the same treemodel. yet t

Re: (no subject)

2003-09-17 Thread edscott wilson garcia
On Wed, 2003-09-17 at 15:05, Philippe wrote: > Hello, > I've got a dialog with three treeviews and one treemodel filled with the > names of all the users for the system. I'd like the three treeviews to > use the same treemodel. yet they must not display the same users. > > my question is : is ther

(no subject)

2003-09-17 Thread Philippe
Hello, I've got a dialog with three treeviews and one treemodel filled with the names of all the users for the system. I'd like the three treeviews to use the same treemodel. yet they must not display the same users. my question is : is there a way to filter the rows of a treemodel which are goint

RE: (no subject)

2003-07-29 Thread Murray . Cumming
> From: João Martins [mailto:[EMAIL PROTECTED] > is there a windows version of GTK+ 2.2 for windows? Yes. There is a link from http://www.gtk.org : http://www.gimp.org/~tml/gimp/win32/ Murray Cumming [EMAIL PROTECTED] www.murrayc.com Remember to use the "Reply To All" feature with mailing lists

(no subject)

2003-07-28 Thread João Martins
Hello. I've been thinking about building a professional looking interface for my editor and the GTK+ API seems to be the choice, but im using Windows 98 so.. is there a windows version of GTK+ 2.2 for windows? If yes, where can I download it and how can I install it . In your site the files to d

(no subject)

2003-07-12 Thread [EMAIL PROTECTED]
Hi I have a problem when using gtk2.0 in Mandrake 9.1 : - In gtk-demo and precisely in the Text Widget part the arabic characters are not connected Thank you. -- Faites un voeu et puis Voila ! www.voila.fr ___

(no subject)

2003-07-12 Thread BDKR
___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

(no subject)

2003-07-12 Thread umesh
Hi,  I have designed GUI in wGLADE2. I am able to open source files generated by glade in devC++. Problem is i am unable to create source files in .cpp. In project options .C++ option is disabled. The only available option is .C. Could u please help me in this regard.   Regards Umesh

(no subject)

2003-06-12 Thread Vasja J Zupan
Hi, On my RedHat 8.0 laptop, I've updated evo with red-carpet (1.2.4 -> 1.4). after update all gnome apps (inclouding gnome-terminal) crash with: (gnome-terminal:1354): GLib-GObject-WARNING **: cannot create instance of abstract (non-instantiatable) type `GtkWidget' ed-carpet crashes when I click o

(no subject)

2003-06-03 Thread Debdas Ghosh
Hi, I want to sort the history contents of my GnomeEntry widget in alphabetical order. Can anyone tell me how to do it? How do I obtain the select text content from the GnomeEntry widget. Which signal do I have to handle for that? I tried "activate" but it somehow did not work. What does the "

(no subject)

2003-06-03 Thread Debdas Ghosh
Hi, Can someone tell me how I can sort a GtkListStore alphabetically. I didnt understand how to use GtkTreeSortable. my liststore conatins text. needs to be alpahbetically sorted and it gets updated periodically. hope someone can help me thanks Debdas -- __

(no subject)

2003-03-10 Thread Ben LeMasurier
Hey everyone, what is the function to copy somthing to the clipboard? I have an "edit" menu with the copy/paste/select all options but I don't know how to access the clipboard. I hope this is clear... let me know if it isn't. thanks, Ben ___

Re: (no subject)

2003-02-18 Thread Diego Zuccato
malo p wrote: > Hi i just would like to know if there is a fuction to stop a callback "return" is enough :-) Or "return TRUE" (or FALSE, it depends - see the docs). > if i have understand when we cliked on a button the callback is on and > for the next boucle of the main it 'll work Nope. When yo

(no subject)

2003-02-18 Thread malo p
Hi i just would like to know if there is a fuction to stop a callback if i have understand when we cliked on a button the callback is on and for the next boucle of the main it 'll work could you explain me please maloSeul le silence est grand, tout le reste n'est que faiblesseDo You Yahoo!? -- Une

(no subject)

2002-12-04 Thread Mohamed Elassadi
 

(no subject)

2002-11-28 Thread suzan Allen
Hi everyone, I have a GtkClist with one column that I want to add scrollbars to. I am using gtk+1.2 and found out that I have to add first a scrolled window then add the clist to it. I used gtk_scrolled_window_add_with_viewport(). But the problem is that the clist gets very small and can only

Re: (no subject)

2002-11-10 Thread Sven Neumann
Hi, "Blowfish" <[EMAIL PROTECTED]> writes: > are there any tutorial for beginner about using drawing area ? yes, see http://gtk.org/tutorial/ch-scribble.html Salut, Sven ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listin

(no subject)

2002-11-09 Thread Blowfish
are there any tutorial for beginner about using drawing area ? thanks === Selama Bulan Suci Ramadhan, ikuti Netkuis Ramadhan, Lomba Design E-Card, Opini Berhadiah hanya di www.plasa.com ===

  1   2   >