Help me in building glib-2.28.8

2011-08-16 Thread 先先
o ac_cv_func_posix_getgrgid_r=yes>>arm-linux.cache >>./configure --build=i686-pc-linux --host=arm-linux --target=arm-linux >>--prefix=/usr/gtkdfb --cache-file=arm-linux.cache The error is >> checking for glib-genmarshal... /usr/bin/glib-genmarshal >>

Re: does AT-SPI or ATK help me for client side accessibility of GTK

2011-07-24 Thread Piñeiro
On 07/21/2011 07:16 AM, mmb wrote: hi ,thanks for replying As you are saying "accessibility support on Windows is not ATK/AT-SPI based. One solution could be create a kind of ATK-IA2 bridge, but as far as I know, nobody is doing that." I am using windows XP OS and Monodevelop and CODEBLOCKS IDE

does AT-SPI or ATK help me for client side accessibility of GTK

2011-07-22 Thread mmb
hi ,thanks for replying As you are saying "accessibility support on Windows is not ATK/AT-SPI based. One solution could be create a kind of ATK-IA2 bridge, but as far as I know, nobody is doing that." I am using windows XP OS and Monodevelop and CODEBLOCKS IDE's for developing GTK applications.

Re: gtk 2.x installation from source help me please..dssd

2010-07-02 Thread Jorge Kalmbach
FIX of the path where the files will be installed ./configure.sh script will tell you if you have everything you needed to compile gtk+ What errors are you having? Please provide more info in order to get a more appropiate response. > > > Please can you help me with this. I have Debian Le

gtk 2.x installation from source help me please..dssd

2010-07-02 Thread Nurmurat Gurbanliyew
./configure --prefix=/opt/gtk the above code is the recomendation of your gtk installation.. must I install other packages (GLib, GdkPixbuf, Pango, and ATK) into /opt/gtk destination too. Please can you help me with this. I have Debian Lenny installed and I want to program in gtk and compile

RE: Can you help me compile a single widget?(I want to patch it later on).

2010-01-14 Thread sledge hammer
Hmmm I've read everyone's replies and I think I understand why I can't **easily** do what I request. But one suggestion was pretty interesting. Derive from gtkcontainer and make my own gtkfixed-like custom container. The good thing is that I actually use Gtkmm so I'll probably avoid a lot of bo

Re: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread Claudio Saavedra
El jue, 14-01-2010 a las 08:36 +1100, Andrew Cowie escribió: > On Wed, 2010-01-13 at 23:13 +0200, Claudio Saavedra wrote: > > El mié, 13-01-2010 a las 22:49 +0200, sledge hammer escribió: > > > You'd better try better luck by removing the widgets you don't need, > > than by isolating only one.. bu

Re: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread Tadej Borovšak
Hello. > Is there any reason we shouldn't just tell this person to just subclass > the existing GtkFixed GObject and thence implement whatever they want to > do in the subclass? > > Admittedly subclassing GObjects is a lot of boilerplate work, but it's > still easier than attempting to rip apart t

Re: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread Andrew Cowie
On Wed, 2010-01-13 at 23:13 +0200, Claudio Saavedra wrote: > El mié, 13-01-2010 a las 22:49 +0200, sledge hammer escribió: > You'd better try better luck by removing the widgets you don't need, > than by isolating only one.. but still, all this seems a bit strange to > me. Is there any reason we

Re: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread David Nečas
On Wed, Jan 13, 2010 at 11:19:33PM +0200, sledge hammer wrote: > > Well I thought a "patched" gtkfixed would be treated as a "custom" widget. So > I thought that all a head to do is point it to the system's gtk+ headers and > libs. Am I wrong in doing this? I just want to leave my system gtkfixe

RE: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread sledge hammer
Well I thought a "patched" gtkfixed would be treated as a "custom" widget. So I thought that all a head to do is point it to the system's gtk+ headers and libs. Am I wrong in doing this? I just want to leave my system gtkfixed intact and just create a new widget named "gtkfixed2" or something l

Re: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread Claudio Saavedra
El mié, 13-01-2010 a las 22:49 +0200, sledge hammer escribió: > Can you help me with this? Is my approach correct? If not, can someone > guide me through? I really want to solve this(get a working patched > gtkfixed). You are gonna need a lot of GTK+ anyway. All the widgets that a

Re: Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread Tadej Borovšak
Hello. > Hi, I want to use GtkFixed as my preferred container(yes I am aware of the > warnings against it). Currently there is an old bug that prevents me from > fully utilising it. I am referring to bug 81630. Although there are > available 2 patches there is no word from the developers. I want t

Can you help me compile a single widget?(I want to patch it later on).

2010-01-13 Thread sledge hammer
_class_install_child_property' /tmp/cc7diEaF.o: In function `gtk_fixed_child_type': gtkfixed.c:(.text+0x24f): undefined reference to `IA__gtk_widget_get_type' /tmp/cc7diEaF.o: In function `gtk_fixed_init': gtkfixed.c:(.text+0x262): undefined reference to `IA__gtk_object_get_type

Re: Help me

2008-08-04 Thread Diego Jacobi
2008/7/27 mehdi dadkhah <[EMAIL PROTECTED]>: > 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,

Help me

2008-08-04 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

Re: new user problem, Please Help me

2007-11-28 Thread Micah Carrick
Here's some sample code I posted on www.gtkforums.com in response to somebody asking about modal dialogs: http://www.gtkforums.com/about826.html I show 3 types of a dialog window. One other thing you might want to read about when to use modal and how your dialogs and windows should act, read

Re: new user problem, Please Help me

2007-11-28 Thread Michael Lamothe
Hi Watchara, I think the concept that you are looking for is called "modal". Usually, the window on top is called the "child" window and the one behind the child is called the "parent" window. The child needs to be modal and have a transient window set to be that of the parent. Look at the "Moda

new user problem, Please Help me

2007-11-26 Thread Watchara Kangkun
Hello, I am new GTK+ user. I use glade to create UI. and now i have the problem - i make "window" and "AccountLayout" . Now, when i call my program it will show "window" and "AccountLayout" and can click/move "window" and "AccountLayout". but i want to when "AccountLayout" is show , i want to ca

image resolution problem help me plz

2007-09-30 Thread anju rao
the system resolution, the image should always be centered. I am not able to any related documents or function. Can anyone please help me in this regard. Awaiting for a quick reply. thanks & Regards, Amruta - Forgot the famous last words? Access

Re: Help me I bought a GTK+ 1.2 book now!!!

2007-08-03 Thread Jamiil Abduqadir
David Necas (Yeti)" <[EMAIL PROTECTED]> To: Sent: Friday, August 03, 2007 6:03 AM Subject: Re: Help me I bought a GTK+ 1.2 book now!!! > On Fri, Aug 03, 2007 at 08:27:58AM +0530, Madhusudan C.S wrote: >> I am a newcomer to GTK+ world. Inorder to learn GTK+ I bought a &

Re: Help me I bought a GTK+ 1.2 book now!!!

2007-08-03 Thread Yeti
On Fri, Aug 03, 2007 at 08:27:58AM +0530, Madhusudan C.S wrote: > I am a newcomer to GTK+ world. Inorder to learn GTK+ I bought a > book titles "Sams Teach Yourself GTK+ in 21 days" in a local book stores. > Unfortunately I came to know that the book is based on GTK+ 1.2.6 and not on > GT

Help me I bought a GTK+ 1.2 book now!!!

2007-08-02 Thread Madhusudan C.S
Hi all, I am a newcomer to GTK+ world. Inorder to learn GTK+ I bought a book titles "Sams Teach Yourself GTK+ in 21 days" in a local book stores. Unfortunately I came to know that the book is based on GTK+ 1.2.6 and not on GTK+ 2.x which has become the standard for GTK+ development from p

libgdk-directfb-2.0.so: undefined reference to `IA__gdk_colormap_change' Can anyone help me

2007-05-09 Thread Stumpe Robert
Hi Wiliam, I have the same problem like you, but building gtk for mipsel. this is what I found out so far: With IA__gdk_colormap_change the function gdk_colormap_change is meant. The gdk_colormap_change is called within gdk_colors_store (in gdk/gdkcolor.c). In the gdk API Reference (http

libgdk-directfb-2.0.so: undefined reference to `IA__gdk_colormap_change' Can anyone help me

2007-04-02 Thread William Tambe
I have already posted this item on the gtk bugzilla site without any response. I am trying to build gtk+-2.10.11 using directfb instead of x11 using --with-gdktarget=directfb but this is what I always get: /usr/src/gtk+-2.10.11/gdk/.libs/libgdk-directfb-2.0.so: undefined reference to `IA__gdk

Re: Our program with GTK 2.2.4 die every 8days. Help me plz!

2007-03-30 Thread Andrew Sobala
김은혁 wrote: > > We must use GTK-2.2.0. For a long time we developed our progam with 2.2.0 > > and have no time to convert to other GTK version. You do know that all versions of GTK 2.x are source and binary compatible, right? So if you download a later version of GTK+, it should just drop in.

Our program with GTK 2.2.4 die every 8days. Help me plz!

2007-03-30 Thread 김은혁
We're using GTK-2.2.4 on XFree86 4.2.1. But our program died every 8days without dumping core. We found out the reason why it died. First XFree86 died and consequently, our program died. This is the error msg when it died. The program 'L

Re: Please help me..

2006-06-20 Thread Michael L Torrie
> play,* pause and stop buttons and one progress bar*. i have to write > *events* for those play & all buttons. if anybody have idea of this > please help me. or tell me where i get source code of this. Do you have a specific question? I doubt anyone here will write your program for

Please help me..

2006-06-20 Thread Kalli Math
* for those play & all buttons. if anybody have idea of this please help me. or tell me where i get source code of this. with regards, Prashanth km "SASKEN RATED Among THE Top 3 BEST COMPANIES TO WORK FOR IN INDIA - SURVEY 2005 conducted by the BUSINESS TODAY - Mercer -

Re: PLEASE HELP ME!!!!

2005-12-07 Thread Claudio Saavedra
he downloads arebut they just give me > pagesWTF!?!?!?! > I'm used to the window popping up asking to "Save" or "Run" but all I > get here is some page with all these links and stuff!!!Can someone > PLEASE help me!I've never been so confused Dea

PLEASE HELP ME!!!!

2005-12-07 Thread Susan Jimenez
o the window popping up asking to "Save" or "Run" but all I get here is some page with all these links and stuff!!!Can someone PLEASE help me!I've never been so confused -- ~Kitana Ash~ ___ gtk-list mailing list gtk-list@g

Re: who can help me !!

2005-07-31 Thread Michael Ott
Hello! > I am making a problem using glade . I have insert a image into the window , > now > I wang to copy one region to another place in the same picture . how can I do > , > if anybody have any ideas? Can gdk_draw_drawable do it ? how to use it ? help > me , thx !! I thin

who can help me !!

2005-07-29 Thread xue_hu2001
I am making a problem using glade . I have insert a image into the window , now I wang to copy one region to another place in the same picture . how can I do , if anybody have any ideas? Can gdk_draw_drawable do it ? how to use it ? help me , thx !! 需要一个2000兆的免费邮箱吗?网易免费邮箱是中国最多人使用

Re: Please, help-me, show itens selected in tree_view

2004-06-16 Thread Olexiy Avramchenko
Jean BrÃfort wrote: You are right, it is not defined. I can't understand why. GtkTreePath is not GObject. These GTK_WHATEVER() macroces are not just typecasts, they *really* check object's type (when checks are not disabled). Olexiy ___ gtk-list mail

Re: RE:Re: Please, help-me, show itens selected in tree_view

2004-06-16 Thread Jean Bréfort
Le jeu 17/06/2004 Ã 05:27, Ranieri a Ãcrit : > path = GTK_TREE_PATH (l->data); > > GTK_TREE_PATH exist ? > You are right, it is not defined. I can't understand why. You can use: path = (GtkTreePath*) l->data; or: G_TYPE_CHECK_INSTANCE_CAST (l->data, GTK_TYPE_TREE_PATH, GtkTre

RE:Re: Please, help-me, show itens selected in tree_view

2004-06-16 Thread Ranieri
path = GTK_TREE_PATH (l->data); GTK_TREE_PATH exist ? Jean BrÃfort wrote: Le mer 16/06/2004 Ã 05:40, Ranieri a Ãcrit : This code was not correct. The error message is: test.c: In function `main': test.c:55: `CList' undeclared (first use in this function) I apologize, I mi

Re: Please, help-me, show itens selected in tree_view

2004-06-15 Thread Jean Bréfort
Le mer 16/06/2004 Ã 05:40, Ranieri a Ãcrit : > This code was not correct. > The error message is: > > test.c: In function `main': > test.c:55: `CList' undeclared (first use in this function) I apologize, I mistyped, it's GList, not CList > test.c:55: (Each undeclared identifier is reported only

Re: Please, help-me, show itens selected in tree_view

2004-06-15 Thread Ranieri
This code was not correct. The error message is: test.c: In function `main': test.c:55: `CList' undeclared (first use in this function) test.c:55: (Each undeclared identifier is reported only once test.c:55: for each function it appears in.) test.c:55: `l' undeclared (first use in this function) te

Re: Please, help-me, show itens selected in tree_view

2004-06-15 Thread Jean Bréfort
Oops, my code was not correct, the list was not freed :-( Here is a new (and hopefully better) version: GtkTreeModel *model2 = GTK_TREE_MODEL (model); CList *l = gtk_tree_selection_get_selected_rows (tree_view); GtkTreePath *path; GtkTreeIter iter; char *str; GList *list = l; while (l) { p

Re: Please, help-me, show itens selected in tree_view

2004-06-15 Thread Jean Bréfort
Le mar 15/06/2004 Ã 05:14, Ranieri a Ãcrit : > How to show to which item this chosen team in tree_view? > The part of the source code that is wrong is commented. > > Very Obliged GtkTreeModel *model2 = GTK_TREE_MODEL (model); CList *l = gtk_tree_selection_get_selected_rows (tree_view); GtkTre

Please, help-me, show itens selected in tree_view

2004-06-14 Thread Ranieri
How to show to which item this chosen team in tree_view? The part of the source code that is wrong is commented. Very Obliged #include #include int main(int argc, char **argv) { int i; GtkWidget *main_window; GtkWidget *fixed_mw; GtkWidget *tree_view; GtkWidget *scrolled

Help me out of this trouble!

2004-04-15 Thread Raghavendra Ulhas Adrakatti, Noida
Hi everybody, I am very new to Gtk.I have used it only once that too long back. Currently we are developing a GUI for a mobile application.. We need to use Gtk ( using Glade tool ) under windows 2000 and then port it on a completely different

Re: help me!

2004-01-29 Thread Manoj tr
pardon once again to all. I am friendly to all cheers Manoj - Original Message - From: Behdad Esfahbod <[EMAIL PROTECTED]> Date: Thu, 29 Jan 2004 04:50:59 -0500 To: Manoj tr <[EMAIL PROTECTED]> Subject: Re: help me! > On Thu, 29 Jan 2004,

help me!

2004-01-29 Thread Manoj tr
what is wrong with here. The prog has no error in compiling. please help me Thanks in advance Manoj -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through y

help me!

2004-01-28 Thread Manoj tr
Hai all I add an image on a window. This window is appeared by a parent window after clicking a button. The code is follows, GdkPixmap *pixmap=NULL; GdkBitmap *mask=NULL; window1 = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_container_set_border_width (GTK_CONTAINER (window1), 0)

Re: Please any one can help me?!

2004-01-09 Thread Mama Mari
Dear all, Thanks for replying. But still I have question. I will explain what computer I have and what compiler...etc. 1- What do you mean by: "If the toolkit doesn't double buffer" Is it the way GTK draw? or what 2- What about FLTK? Do you think that it is without 2 buffering technique? 3-

Re: Please any one can help me?!

2004-01-08 Thread Sven Neumann
Hi, Tara Milana <[EMAIL PROTECTED]> writes: > The way around this is to use "back buffers" and that's > X Pixmaps, in GTK it is refered to as a GdkPixmap. > What you do is draw to the GdkPixmap first (same thing, > draw a solid background, then details). Then you "put" > the GdkPixmap to the GdkW

Re: Please any one can help me?!

2004-01-08 Thread Tara Milana
I'm assuing you are using Linux/X. Each widget that you can "draw" to has an associated window (an X Window in this case). In GTK it is refered to as a GdkWindow (built around an X Window). When you "draw" to a window, you almost always draw the window's "background" (usually a solid color or a t

Re: Please any one can help me?!

2004-01-08 Thread Owen Taylor
On Thu, 2004-01-08 at 04:09, Mama Mari wrote: > Dear All, > I am a beginner in using the GUI Toolkits. I have started with FLTK. > Later on I discovered that FLTK has a drawing problem. It is flashing when > you resize the window or some objects (like scrollbar) blinks. > I used some demo programs

Please any one can help me?!

2004-01-08 Thread Mama Mari
Dear All, I am a beginner in using the GUI Toolkits. I have started with FLTK. Later on I discovered that FLTK has a drawing problem. It is flashing when you resize the window or some objects (like scrollbar) blinks. I used some demo programs which written by Microwindows. They have the same prob

Please any one can help me?!

2004-01-08 Thread Mama Mari
Dear All, I am a beginner in using the GUI Toolkits. I have started with FLTK. Later on I discovered that FLTK has a drawing problem. It is flashing when you resize the window or some objects (like scrollbar) blinks. I used some demo programs which written by Microwindows. They have the same prob

Re: Can somebody help me in getting gtk.h!!!!

2003-08-14 Thread Bart Vandewoestyne
Vikash wrote: > >After that it started giving error like gint, gchar, gbooloean etc. > All these are typedefs and it is available in gtk.h.I am not able to get > gtk.h Socan anybody help me in locating this file. If you're working under Windows, why not just try '

Re: please help me.......

2003-08-14 Thread Noah Levitt
gtkrc files in required. > But there are many rc files on my system.Please anyone help me and tell me > which rc file should be changed and wat changes should be done to my program to make > my widgets look as in the theam. > Please help me. >

please help me.......

2003-08-08 Thread kiran kumar
install them.According to a book by Donna martin some changes to the gtkrc files in required.    But there are many rc files on my system.Please anyone help me and tell me which rc file should be changed and wat changes should be done to my program to make my widgets look as in the theam

Re: please help me.......

2003-08-07 Thread Dave Smith
On Wednesday 06 August 2003 22:38, Noah Levitt wrote: > You don't need to change any gtkrc files to install a theme. > All you have to do is drop it in ~/.themes or > /usr/share/themes. > > Noah > > On Wed, Aug 06, 2003 at 12:30:26 -0700, kiran kumar wrote: > > Hello everyone, > > According to a bo

Re: For the LOVE OF GOD will someone please help me..

2002-11-28 Thread Ronald Bultje
Hi Joshua, On Fri, 2002-11-29 at 05:02, Joshua L. McDowell wrote: > PLEASE if ANYONE has ever written a GOOD how to please pass it on. Why don't you just install a standard distribution like RedHat-8.0, Suse-latest or Debian-3.0/testing that does all this for you? -- Ronald Bultje <[EMAIL PROT

Re: For the LOVE OF GOD will someone please help me..

2002-11-28 Thread Sven Neumann
Hi, "Joshua L. McDowell" <[EMAIL PROTECTED]> writes: > PLEASE if ANYONE has ever written a GOOD how to please pass it on. I > am about to give up on this and throw linux out in the trash! http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Salut, Sven ___

For the LOVE OF GOD will someone please help me..

2002-11-28 Thread Joshua L. McDowell
I am new to the GTK+ market and for the most part the whole "Open Source" thing. I have downloaded, recompiled, and installed X, the various Kernels and so on. But this has GOT to be the most rediculous thing I have ever seen. I watned to build Mazolla to get that extra bang for the buck as I

Please, help me with Tree

2002-07-07 Thread Arno Dark
Hello, Before with Gtk 1.2 I use GtkCTree but now I can see this in gtkctree.h with gtk 2 : #ifndef GTK_DISABLE_DEPRECATED. So I suppose that it's not a good idea to use this widget and consequently I want to use GtkTreeView. But I have many probleme with this widget. I wan't to do this : http://

Hi all,could u help me in chinese display in GTK?

2002-04-22 Thread root
Hi: I have seen some articale including yours about Gtk internationalize, all of those method are *edit the ~/gtkrc or /etc/gtkrc file to set gtkwidget with different font *use api: gtk_set_locale(); gtk_rc_parse_string();

Can u help me with GtkLayout problem?

2002-04-21 Thread robbie
ndow,dx,0,widget->allocation.width-dx,widget->allocation.height); then gtk_layout_expose_area (layout,..) to send expose signal       is the difference make the thing wrong? I wonder      Dear gtk experts,can u help me?any hints is appreciated   Best wish robbie      

Re: Please help me with a widget for multi columned data entry.

2002-01-30 Thread Brian Bruns
I think there is a widget in the gtkextra (gtkextra.sourceforge.net) stuff that is like that. On Wed, 30 Jan 2002, Dino Cherian K wrote: > Hi all, > > Anybody please help me with a widget for multi columned data entry. > > I want to make data entry in a columned fashion s

Re: Please help me with a widget for multi columned data entry.

2002-01-30 Thread Jean-Christophe Berthon
Title: RE: Please help me with a widget for multi columned data entry. You should then have a look at GtkExtra -->http://gtkextra.sourceforge.net (if I'm correct)     Best regards,---Jean-Christophe Berthon   Cap Gemini -- Ernst & YoungFranceSkill IS -- Image QualityEmail: [EMA

RE: Please help me with a widget for multi columned data entry.

2002-01-30 Thread zze-coframi balr001
Title: RE: Please help me with a widget for multi columned data entry. Yes you are right but in GTK I don't think it'spossible to have a clist with one column with editable field and another with label. -Message d'origine- De : Dino Cherian K [mailto:[EMAIL PRO

Re: Please help me with a widget for multi columned data entry.

2002-01-30 Thread Dino Cherian K
gine- > De : Dino Cherian K [mailto:[EMAIL PROTECTED]] > Envoye : mercredi 30 janvier 2002 16:01 > A : [EMAIL PROTECTED] > Objet : Please help me with a widget for multi columned data entry. > > Hi all, > > Anybody please help me with a widget for multi columned dat

RE: Please help me with a widget for multi columned data entry.

2002-01-30 Thread zze-coframi balr001
Hello, try to use GtkTable. Isabelle -Message d'origine- De : Dino Cherian K [mailto:[EMAIL PROTECTED]] Envoye : mercredi 30 janvier 2002 16:01 A : [EMAIL PROTECTED] Objet : Please help me with a widget for multi columned data entry. Hi all, Anybody please help me with a widge

Please help me with a widget for multi columned data entry.

2002-01-30 Thread Dino Cherian K
Hi all, Anybody please help me with a widget for multi columned data entry. I want to make data entry in a columned fashion so that the user can visually enter the tabular data. I mean the one that can be done with a spread sheet. Thanks Dino

Please help me with a widget for multi columned data entry.

2002-01-30 Thread Dino Cherian K
Hi all, Anybody please help me with a widget for multi columned data entry. I want to make data entry in a columned fashion so that the user can visually enter the tabular data. I mean the one that can be done with a spread sheet. Thanks Dino

someone can help me?

2001-12-12 Thread 黃慶 Kason Huang
Title: someone can help me? I want to create two button named "Lower Case"& "A" . when I click the  "Lower Case" button,the "A" button should change to the "a" button,the button's name changed. I do the following code,but th

help me

2001-10-17 Thread 김용일
Hi...I am in a jam. please help me. I attached my example program for menu. I don't know what problem is   1. I want to know about my makefile whether is ok or wrong.   2. if make file is ok, what is the problem? when compile is running the error message is displayed.

Re: help me in GTK

2001-10-15 Thread Olaf
Title: Re: help me in GTK Hello For programming you might have a closer look at the tutorial at http://www.gtk.orgThe tutorial might also be included in your system. In SuSE 7.0 it's called „gtk-doc“. I think there's also an advise for compiling. If you want a tool for creating the G

help me in GTK

2001-10-15 Thread bhushan shelke
hello can any one hekp me in learning GTK right from configuring to compiling i am using red hat 7.1 thanx in advanceDo You Yahoo!? Make a great connection at Yahoo! Personals.

Help Me!!!

2001-07-06 Thread Edwin Calo
I'm new on it...I'm making some stuff with gtk.  I have a lot of shell scripts that I'm trying to convert in gtk format   My questio is, any idea or help to put the output of the scripts ( now change in gtk format ) in a kind of notepad or something like that..   Thank you

Re: FG: Help Me

2001-07-04 Thread John Cupitt
E_NORMAL].green = 0; rc_style->bg[GTK_STATE_NORMAL].blue = 0; rc_style->color_flags[GTK_STATE_NORMAL] = GTK_RC_BG; gtk_widget_modify_style (widget, rc_style); gtk_rc_style_unref (rc_style); > 3) I have marked all my labels to align >left in glade but all label are center >align

FG: Help Me

2001-07-04 Thread Linux Developer
Hi All, I am new to gtk/gnome development although I am doing programming since 12 years and know many languages like vb, vc, vfox, java, cgi/perl, asp, php.. I have made a program which was made in vb previously just a few things are left and I would like u all to help me to transform our

How to exit from this mailing list? HELP me to exit...

2001-02-27 Thread lore
Please unsubscribe this mailing list for me!   Lore___gtk-list mailing list[EMAIL PROTECTED]http://mail.gnome.org/mailman/listinfo/gtk-list

please help me !!!!!(editor)

2000-12-30 Thread vellore soms
tutorial should I master. I have to develop this editor in a week's time. so please help me!. _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.redif

Re: Can anyone help me with this code?

2000-09-06 Thread Iain
> In this case, I think, that you should call the gtk_exit() in > the last existing process, not in the newly created process - I'd rather > finish it in regular way. (exit()). When you call gtk_exit(), it should > deallocate all the resources used by gtk, and probably also close > connections b

Re: Can anyone help me with this code?

2000-09-06 Thread Havoc Pennington
Carlos Toledo <[EMAIL PROTECTED]> writes: > gtk_exit (0); use _exit(0) not gtk_exit() or exit(). Havoc ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Can anyone help me with this code?

2000-09-06 Thread Jan Jirmasek
On Tue, 5 Sep 2000, Carlos Toledo wrote: Hi! I don't understand the reason why are you doing it (the creating new process). If is it possible, you should avoid multithreading in a gtk program. If you really need it, it should be enough to use threads in the gtk program (see gtk faq). In th

Can anyone help me with this code?

2000-09-05 Thread Carlos Toledo
Hello, I have a problem with this code, when I create a child process using gtk the program always dies with a broken pipe. Here is the !#"!$% code: #include #include void sistema (GtkWidget *widget, gpointer *data) { int pid, index, w, estado, i=10; pid = fork (); s

Re: Please someone help me to unsubscribe.

2000-07-22 Thread Havoc Pennington
¬x¨}­Z <[EMAIL PROTECTED]> writes: > I lost my password so that I can't unsubscribe myself from the mailing list. > I've try to send mail to mailto:[EMAIL PROTECTED] but get no human contact. >Please someone help me to > unsubscribe from the mailing list, please.

Please someone help me to unsubscribe.

2000-07-22 Thread 洪良茂
I lost my password so that I can't unsubscribe myself from the mailing list. I've try to send mail to mailto:[EMAIL PROTECTED] but get no human contact.  Please someone help me to unsubscribe from the mailing list, please.

Can you help me?

2000-06-18 Thread S A
Hello men, I am from Saudia Arabia acutly from Riyadh. At this time, I work in linux arabzation projrct. This project based on pango,gtk and glade tools. Until now I am learning gtk and glade so I need more and more examples to help me. Please send any simple example that you think he may help