Re: more of a C question than GTK+3.0??

2014-09-06 Thread Gary Kline
and putting them into gtk_label_new(). { I am not explaining anything to this list, but at least I know what I want to try } . On 09/05/14 21:12, Gary Kline wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years

Re: more of a C question than GTK+3.0??

2014-09-06 Thread Gary Kline
mail and get a hardcopy. tthen join the directories, c. On 6 September 2014 09:32, Gary Kline kl...@thought.org wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Sat, Sep 06

more of a C question than GTK+3.0??

2014-09-05 Thread Gary Kline
, ... *label999; } Labels; can abybody clue on how to use my n index counter to stick one of the labels so they show up on my arrow window? thanks much. -- Gary Kline kl...@thought.org http://www.thought.org Public Service

Re: how to i get the arrow-buttons moving?

2014-09-03 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Wed, Sep 03, 2014 at 04:45:37PM +0200, Marcus Karlsson wrote: On Tue, Sep 02, 2014 at 04:39:00PM -0700, Gary Kline wrote: here are thee labels that show

Re: how to i get the arrow-buttons moving?

2014-09-03 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Wed, Sep 03, 2014 at 10:44:55PM +0200, Marcus Karlsson wrote: On Wed, Sep 03, 2014 at 01:13:06PM -0700, Gary Kline wrote: thanks for your input

Re: how to i get the arrow-buttons moving?

2014-09-03 Thread Gary Kline
around and see what functions do what! iv'e seen the `accels' scroll past while searching for other parts of code. I had 0.0 idea what it was. :) thanks much, gary On 4 September 2014 00:24, Gary Kline kl...@thought.org wrote: = Organization: Thought

how to i get the arrow-buttons moving?

2014-09-02 Thread Gary Kline
here are thee labels that show up when you use the gcc compile string. how do I get the up- and -down arrows to point at the label and echo the label strings? #include stdio.h #include gtk/gtk.h /* COMPILE WITH: gcc -Wall -Wextra -g arrow.c -o arrow `pkg-config --cflags gtk+-3.0`

appreciate help ...

2014-08-30 Thread Gary Kline
I am attaching a makefile. the WARNING is a mystery unless the snafu is at line #103... . thanks for any insights. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-eight years of service to the Unix community. # begin make file

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Thu, Aug 21, 2014 at 01:01:24PM +0200, Marcus Karlsson wrote: On Tue, Aug 19, 2014 at 06:43:22PM -0700, Gary Kline wrote: = Organization: Thought

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
); gtk_widget_show (label3[tt]); gtk_widget_show_all (window); gtk_widget_show_all (window); } gtk_main (); return 0; } On 08/21/2014 01:30 PM, Gary Kline wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
(label2[tt]); gtk_box_pack_start(GTK_BOX(vbox), label3[tt], FALSE, TRUE, 0); gtk_widget_show (label3[tt]); gtk_widget_show_all (window); gtk_widget_show_all (window); } gtk_main (); return 0; } On 08/21/2014 01:30 PM, Gary Kline wrote

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Thu, Aug 21, 2014 at 10:44:41PM +0200, Colomban Wendling wrote: Le 21/08/2014 22:30, Gary Kline a écrit : [...] { printf (For-Loop(): main

any ideas for a fix?

2014-08-19 Thread Gary Kline
a global tt=0 that is inc in a for loop. the gcc line builds ./leftJ after you unshar or simply run sh against the sharball. it doesn't segv or anything; but it only printfs the last line. WITH complaiints. can any body help me here? tia, gary Attached: leftJustify.shar -- Gary Kline kl

Re: how to i [or DO i] use LEFT-JUSTY here?

2014-08-14 Thread Gary Kline
to setting the widget padding. can you point me to some example code? my leftJ.c was my example [!] ciao! gary Included: a *png file. On Wednesday, August 13, 2014 06:12:32 PM Gary Kline wrote: = Organization: Thought Unlimited. Public service

how to i [or DO i] use LEFT-JUSTY here?

2014-08-13 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. people, is this correct for GTK+ 3.0 or how should I use a justify-Left function in the 40-some lines below? tthanks much! /* Cut

nuts!

2014-07-29 Thread Gary Kline
the list of labels or strings neatly printed is only the start.) thanks, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-eight years of service to the Unix community. ___ gtk-app-devel-list

Re: nuts!

2014-07-29 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Tue, Jul 29, 2014 at 10:36:03AM +0100, Chris Vine wrote: On Mon, 28 Jul 2014 23:00:34 -0700 Gary Kline kl...@thought.org wrote: while I can create

Re: nuts!

2014-07-29 Thread Gary Kline
Kline wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Tue, Jul 29, 2014 at 10:36:03AM +0100, Chris Vine wrote: On Mon, 28 Jul 2014 23:00:34 -0700 Gary Kline kl...@thought.org wrote: while I

Re: nuts!

2014-07-29 Thread Gary Kline
something like the allignment + [[i thought]], 0,0,0,5. I Did Not understand it after 7 or 8 hours. that was when I backed away from the computers and sacked out. ...i just cd'd to ~/devel and greped for justify. Zip. On 07/29/14 15:22, Gary Kline wrote

Re: nuts!

2014-07-29 Thread Gary Kline
Jul 2014 23:00:34 -0700 Gary Kline kl...@thought.org wrote: while I can create several {N} labels, they print centered. how do I get the labels to print from the left side of the window widget: Use 'gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5)' to align left

wedged on enclosed with arrow code

2014-07-24 Thread Gary Kline
; } fclose (infile); } else { g_print (\nERROR! could not open %s\n, filename); } hope this makes sense! -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-eight years of service to the Unix community

need help putting up/down arrows into Small square

2014-07-19 Thread Gary Kline
rectange. take it from there. Encl arrow.c -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-eight years of service to the Unix community. /* COMPILE WITH: gcc -Wall -Wextra -g arrow.c -o arrow `pkg-config --cflags gtk+-2.0

Re: need help putting up/down arrows into Small square

2014-07-19 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Sat, Jul 19, 2014 at 07:59:59PM -0400, Chris Moller wrote: Compiles fine for me under gtk3-3.10.9-1, only complaining about line 67: box =

how to choose oneOf[] an array of sentences?

2014-07-03 Thread Gary Kline
who knows GTK3 and C can lend a helping hand and code. --- A final note is that if this is the wrong list to ask this question, or if anyone knows of other lists, to please forward and cc: me. Thanks muchly! gary kline Attachments: vbc.tgz, dotVBCtar -- Gary Kline kl

Re: Can I install both GTK+2 and GTK+3?

2013-05-16 Thread Gary Kline
/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community

why the menu item Options/SetVoice won't exit

2013-01-25 Thread Gary Kline
! gary kline -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman

one function to go...

2012-12-23 Thread Gary Kline
control to the calling function. I already have the Close code roughed out. I want the GTK_BUTTON_OK in there to let hitting Enter work. thanks for any clues. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years

Re: one function to go...

2012-12-23 Thread Gary Kline
give it a look! -- Andreas Rönnquist mailingli...@gusnan.se gus...@gusnan.se ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Gary Kline kl...@thought.org http

Re: one function to go...

2012-12-23 Thread Gary Kline
On Mon, Dec 24, 2012 at 12:37:07AM +0100, David Nečas wrote: On Sun, Dec 23, 2012 at 02:35:31PM -0800, Gary Kline wrote: in this popup dialog I would have a few words that the file does not exist and want a button WITH the Enter-key icon that gives an iconic clue that all the user need do

vbc.tgz and dD.c == voptions.c enclosed.

2012-07-23 Thread Gary Kline
the gnome-accessibility group as I work to modify and improve this program for the disabled. Just that right *now* I'm hoping this list can help me with the voice options code. thanks much, gary -- Gary Kline kl...@thought.org http://www.thought.org

Re: need help with final callback

2012-07-19 Thread Gary Kline
On Thu, Jul 19, 2012 at 12:24:13PM +0200, Gabriele Greco wrote: Date: Thu, 19 Jul 2012 12:24:13 +0200 From: Gabriele Greco gabriele.gr...@darts.it Subject: Re: need help with final callback To: Gary Kline kl...@thought.org, gtk-app-devel-list gtk-app-devel-list@gnome.org Guys, I

need help with final callback

2012-07-18 Thread Gary Kline
will let future developers deal with the text editor. right now, vim is fine. can anyone on this gtk list help me get this squared away? thanks in advance, gary kline -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Voice

need help with callback

2012-04-02 Thread Gary Kline
i hope you can help me get the largest function to print [via fprintf() --to a voiceconfile file-- the 1) gender [M or F] 2) pitch 3) speed [of speech in words/minute] 4) volume [0 -- 200%] 5) delay [in 10th of a sec between words

how to i set hscale wigdet to -- say -- 17?

2012-03-16 Thread Gary Kline
. i want to know how to have gtk draw that orange line from 0 to my default starting point. gespeaker presents a good example. i haven't found the magic google term[s] to find what gtk command i need. can any of you help? thanks in advance, gary -- Gary Kline kl...@thought.org http

Re: oops

2012-03-01 Thread Gary Kline
On Thu, Mar 01, 2012 at 07:35:19AM +0100, z...@excite.it wrote: Date: Thu, 1 Mar 2012 07:35:19 +0100 From: z...@excite.it Subject: Re: oops To: gtk-app-devel-list@gnome.org On Thursday 01 March 2012 04:05:22 Gary Kline wrote: On Wed, Feb 29, 2012 at 06:46:50PM -0800, Gary Kline wrote

YES!![bar-over]

2012-03-01 Thread Gary Kline
not call this function until late in the 'Options' section. yet to be decided. ] thanks to the whole list for everybody's help. i should be able to finish the project from here on without any further questions. famous last words [?] :) -gk -- Gary Kline kl...@thought.org http

oops

2012-02-29 Thread Gary Kline
wedged. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Voice By Computer (for Universal Access): http:/www.thought.org/vbc The 8.57a release of Jottings: http://jottings.thought.org Twenty-five years of service to the Unix community

Re: oops

2012-02-29 Thread Gary Kline
On Wed, Feb 29, 2012 at 06:46:50PM -0800, Gary Kline wrote: Date: Wed, 29 Feb 2012 18:46:50 -0800 From: Gary Kline kl...@thought.org Subject: oops To: GTK Devel List gtk-app-devel-list@gnome.org well, here's the story: i have a file that creates four hscale widgets. 0 to 100. [optionally

It was something about overlay-scroll or whatever. need help tho

2012-02-28 Thread Gary Kline
. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix === #include stdio.h #include gtk/gtk.h GtkWidget *hscale, *hscale7; void scale_set_default_values (GtkScale *scale) { //gtk_range_set_update_policy (GTK_RANGE (scale), GTK_UPDATE_CONTINUOUS

wait, i figure it out!

2012-02-28 Thread Gary Kline
and/or second hbars. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Voice By Computer (for Universal Access): http:/www.thought.org/vbc The 8.57a release of Jottings: http://jottings.thought.org Twenty-five years of service

need help getting this right

2012-02-25 Thread Gary Kline
the 'separator' bar. no joy, at least AFAICT. thanks much in advance, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Voice By Computer (for Universal Access): http:/www.thought.org/vbc The 8.57a release of Jottings: http://jottings.thought.org

Re: HELP/About was :: [Re: suggestions on user config?]

2012-02-19 Thread Gary Kline
-app-devel-list -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Voice By Computer (for Universal Access): http:/www.thought.org/vbc The 8.57a release of Jottings: http://jottings.thought.org Twenty-five years of service to the Unix

Re: HELP/About was :: [Re: suggestions on user config?]

2012-02-19 Thread Gary Kline
On Sun, Feb 19, 2012 at 04:26:37PM -0700, Michael Torrie wrote: Date: Sun, 19 Feb 2012 16:26:37 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: HELP/About was :: [Re: suggestions on user config?] CC: gtk-app-devel-list@gnome.org On 02/19/2012 02:25 PM, Gary Kline wrote: i've

HELP/About was :: [Re: suggestions on user config?]

2012-02-18 Thread Gary Kline
On Thu, Feb 16, 2012 at 05:37:00PM -0800, Gary Kline wrote: Date: Thu, 16 Feb 2012 17:37:00 -0800 From: Gary Kline kl...@thought.org Subject: suggestions on user config? To: GTK Devel List gtk-app-devel-list@gnome.org if you look at my code, it is as if espeak takes a truckload on inputs

Re: looking for a program....

2012-02-17 Thread Gary Kline
On Thu, Feb 16, 2012 at 07:37:17PM -0700, Michael Torrie wrote: Date: Thu, 16 Feb 2012 19:37:17 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: looking for a program To: gtk-app-devel-list@gnome.org On 02/16/2012 12:50 PM, Gary Kline wrote: I'm quite sure that what you're

Re: looking for a program....

2012-02-16 Thread Gary Kline
On Thu, Feb 16, 2012 at 10:24:06AM +0100, Javier Hern?ndez Ant?nez wrote: Date: Thu, 16 Feb 2012 10:24:06 +0100 From: Javier Hern?ndez Ant?nez jhernan...@emergya.com Subject: Re: looking for a program To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org 2012

suggestions on user config?

2012-02-16 Thread Gary Kline
forth. thanks for any input here. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Voice By Computer (for Universal Access): http:/www.thought.org/vbc The 8.57a release of Jottings: http://jottings.thought.org Twenty-five years

looking for a program....

2012-02-15 Thread Gary Kline
menubar is one of the things i knew i had to offer--to build into my VBC progrram. i've been hunting all over for about an hour. can't find it. if any of you know what program this is, please clue me in. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix

Re: no File, Edit, Help strings in upper left

2012-01-30 Thread Gary Kline
On Sun, Jan 29, 2012 at 10:06:00PM -0700, Michael Torrie wrote: Date: Sun, 29 Jan 2012 22:06:00 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: no File, Edit, Help strings in upper left CC: gtk-app-devel-list@gnome.org On 01/29/2012 06:33 PM, Gary Kline wrote: Do you

Re: no File, Edit, Help strings in upper left

2012-01-29 Thread Gary Kline
-demo and rebuilt. typing $ gtk-demo pops up a rectangle with a bunch of items, but the GTK+ Code Demos lacks the menubar ... Gary Kline schrieb am 29.01.12 02:51: i am testing several tutorial examples to get the top menubar, but after four tries, zip. there are no complaints from

Re: no File, Edit, Help strings in upper left

2012-01-29 Thread Gary Kline
On Sun, Jan 29, 2012 at 02:05:51PM -0700, Michael Torrie wrote: Date: Sun, 29 Jan 2012 14:05:51 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: no File, Edit, Help strings in upper left To: gtk-app-devel-list@gnome.org On 01/29/2012 01:41 PM, Gary Kline wrote: Nada

Re: no File, Edit, Help strings in upper left

2012-01-29 Thread Gary Kline
On Mon, Jan 30, 2012 at 12:14:11AM +0100, David Ne??as wrote: Date: Mon, 30 Jan 2012 00:14:11 +0100 From: David Ne??as y...@physics.muni.cz Subject: Re: no File, Edit, Help strings in upper left To: Gary Kline kl...@thought.org Cc: Michael Torrie torr...@gmail.com, gtk-app-devel-list

no File, Edit, Help strings in upper left

2012-01-28 Thread Gary Kline
who may be hard-of-hearing or not necessary english speakers will have an easier time understanding the computer gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release

Re: need help in looping many times...

2012-01-24 Thread Gary Kline
from grade school up. gary ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix

need help in looping many times...

2012-01-23 Thread Gary Kline
learn about gtk, the more i see how advanced it is over XAw, the athena toolkit that i used years ago, :) gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release of Jottings

Re: need help in looping many times...

2012-01-23 Thread Gary Kline
PM, Gary Kline wrote: vbc.tgz is enclosed; find someplace to save it, untar and make the 'vbc' binary. Unfortunately the attachment seems to have been filtered out by the mailing list. Can you post it on our web site somewhere perhaps and post a link here? Meant to say, post

appened to this main is Part....

2012-01-22 Thread Gary Kline
OH: and another that would end the chat wsithout Quit'ing the app. Appended: run__button_click_cb() -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix void run_button_click_cb (GtkButton * button) { extern int counter; gboolean

Re: discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-21 Thread Gary Kline
On Thu, Jan 19, 2012 at 09:05:47PM -0700, Michael Torrie wrote: Date: Thu, 19 Jan 2012 21:05:47 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? To: Gary Kline kl...@thought.org CC: GTK Devel List gtk-app-devel-list@gnome.org

discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-19 Thread Gary Kline
, but the app still dimd if i have the function call itselg. i should have asked this list whether there there is a gtk call that let's things go into either an infinite loop, or, would a for() loop work for 300-500 loops? if not, i need to rethink my algorithm. syggestions welcome! gary -- Gary

Re: discoveries! gtk DOES dim... how can i infinite-loop?

2012-01-19 Thread Gary Kline
On Thu, Jan 19, 2012 at 11:18:22AM +0100, David Ne??as wrote: Date: Thu, 19 Jan 2012 11:18:22 +0100 From: David Ne??as y...@physics.muni.cz Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org

Re: is thaere a way to exit(1)?

2012-01-17 Thread Gary Kline
On Tue, Jan 17, 2012 at 04:34:32PM +0100, Stefan Sauer wrote: Date: Tue, 17 Jan 2012 16:34:32 +0100 From: Stefan Sauer enso...@hora-obscura.de Subject: Re: is thaere a way to exit(1)? To: gtk-app-devel-list@gnome.org On 01/15/2012 12:51 AM, Gary Kline wrote: On Fri, Jan 13, 2012 at 10:09

Re: any easy way of having a YES/NO dialog return a 1 or 0?

2012-01-16 Thread Gary Kline
On Sun, Jan 15, 2012 at 10:46:21PM +0100, David Ne??as wrote: Date: Sun, 15 Jan 2012 22:46:21 +0100 From: David Ne??as y...@physics.muni.cz Subject: Re: any easy way of having a YES/NO dialog return a 1 or 0? To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org

any easy way of having a YES/NO dialog return a 1 or 0?

2012-01-15 Thread Gary Kline
, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release of Jottings: http://jottings.thought.org Twenty-five years of service to the Unix community

Re: is thaere a way to exit(1)?

2012-01-14 Thread Gary Kline
On Fri, Jan 13, 2012 at 10:09:43PM +0100, David Ne??as wrote: On Fri, Jan 13, 2012 at 11:59:45AM -0800, Gary Kline wrote: I finally know =where= i want to exit my gtk program, but exit just doesn't break me out of my while() loop. what's the magin? exit() *does* terminate the program

how to have a dialog ask user if he want to type AGAIN?

2012-01-14 Thread Gary Kline
ok, one function runs in a recursive loop, endlessly. i could do this differently, say from main. that is my question: how do i get the value 1 or TRUE back from a dialogue that asks simply: Talk again? i have a slice of code that is a dialog with an OK button. gary -- Gary Kline kl

is thaere a way to exit(1)?

2012-01-13 Thread Gary Kline
I finally know =where= i want to exit my gtk program, but exit just doesn't break me out of my while() loop. what's the magin? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org

Re: maybe known, maybe not...

2012-01-08 Thread Gary Kline
On Sun, Jan 08, 2012 at 01:55:16PM +, jcup...@gmail.com wrote: Date: Sun, 8 Jan 2012 13:55:16 + From: jcup...@gmail.com Subject: Re: maybe known, maybe not... To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org Hi Gary, On 8 January 2012 02:49, Gary

Re: maybe known, maybe not...

2012-01-08 Thread Gary Kline
On Sun, Jan 08, 2012 at 03:06:05PM +0100, Vivien Malerba wrote: Date: Sun, 8 Jan 2012 15:06:05 +0100 From: Vivien Malerba vmale...@gmail.com Subject: Re: maybe known, maybe not... To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org On 8 January 2012 03:49, Gary

maybe known, maybe not...

2012-01-07 Thread Gary Kline
on this list know? thanks. gary Ps: this part of the code is pure C and i will figure out how to automatically fork-exec editors -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a

troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
(dec_button)) gtk_widget_set_sensitive (dec_button, TRUE); /* thanks in advance! gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release of Jottings: http

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
On Mon, Jan 02, 2012 at 09:29:23PM +0100, David Ne??as wrote: Date: Mon, 2 Jan 2012 21:29:23 +0100 From: David Ne??as y...@physics.muni.cz Subject: Re: troubles porting from ubuntu to debian. [??] To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org On Mon, Jan

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
nope:: an important part of what I need on my laptop, like maybe a gnome package, is missing. I tried to joining the gnome accessible group during a switch over in their mailing list utility. On Mon, Jan 02, 2012 at 02:42:43PM -0800, Gary Kline wrote: Date

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
netbook. on other words, i'm close[r]. if anybody wants to check out the gtk app, let me know. gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release

misc and a question...

2011-12-28 Thread Gary Kline
to catch catch errors before they crop up. the way i see my application being used, there won't be any xterms or konsoles open to print a stderr or stdout. So: is there a way in gtk to have a message dialog open that prints warning or whatever to the new user? thanks, gary -- Gary Kline kl

Re: misc and a question...

2011-12-28 Thread Gary Kline
On Thu, Dec 29, 2011 at 11:25:00AM +1100, James Steward wrote: Date: Thu, 29 Dec 2011 11:25:00 +1100 From: James Steward jamesstew...@optusnet.com.au Subject: Re: misc and a question... To: gtk-app-devel-list@gnome.org On 29/12/11 11:05, Gary Kline wrote: ... due to people on this list

re-parenting?

2011-12-27 Thread Gary Kline
that. but am still left with the ``Gtk-CRITICAL'' blurb. once i'm done with this, i'm pretty much done, so does anybody understand where i'm messing up? tia, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http

Re: re-parenting?

2011-12-27 Thread Gary Kline
i'm very pleased to have found and fixed the errors-of-my-ways! --the stuff i was messing with below. there are some obvious bugs, but they'll wait :-) -g On Tue, Dec 27, 2011 at 08:08:45PM -0800, Gary Kline wrote: Date: Tue, 27 Dec 2011 20:08:45 -0800

Re: no joy...

2011-12-22 Thread Gary Kline
like, but replying just to the list is sufficient and I will see it as will any number of other people that want to help. sorry! i hit 'r' rather than 'g'; i am adjusting to a new mini-kybd am keep hitting wrong keys. On 12/22/2011 01:03 AM, Gary Kline wrote: and fopen

Re: no joy...

2011-12-22 Thread Gary Kline
On Thu, Dec 22, 2011 at 02:34:58PM -0700, Michael Torrie wrote: Date: Thu, 22 Dec 2011 14:34:58 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: no joy... CC: Gtk-app gtk-app-devel-list@gnome.org On 12/22/2011 01:58 PM, Gary Kline wrote: i am reallty not doing anything

Re: no joy...

2011-12-22 Thread Gary Kline
On Thu, Dec 22, 2011 at 04:18:48PM -0700, Michael Torrie wrote: Date: Thu, 22 Dec 2011 16:18:48 -0700 From: Michael Torrie torr...@gmail.com Subject: Re: no joy... CC: Gtk-app gtk-app-devel-list@gnome.org On 12/22/2011 03:46 PM, Gary Kline wrote: abbrevs. iFWIW, my last brain op

Re: no joy...

2011-12-22 Thread Gary Kline
On Fri, Dec 23, 2011 at 12:03:11AM +, Emmanuele Bassi wrote: Date: Fri, 23 Dec 2011 00:03:11 + From: Emmanuele Bassi eba...@gmail.com Subject: Re: no joy... To: Gary Kline kl...@thought.org Cc: Michael Torrie torr...@gmail.com, Gtk-app gtk-app-devel-list@gnome.org hi; On 22

no joy...

2011-12-20 Thread Gary Kline
thanks to those who have tried to help, mostly off-list. i can't believe how hard this is. i want to open a base window: gtk_window_set_title(GTK_WINDOW(window),testing); gtk_widget_set_usize(GTK_WIDGET(window),200,300); ... and then only a text window --upon button

no luck with dialogs and ecrooolbars, and gtktext..

2011-12-20 Thread Gary Kline
Sorry, crummy Subject line before:: n Tue, Dec 20, 2011 at 02:52:10PM -0800, Gary Kline wrote: Date: Tue, 20 Dec 2011 14:52:10 -0800 From: Gary Kline kl...@thought.org Subject: no joy... To: GTK Devel List gtk-app-devel-list@gnome.org thanks to those who have tried to help

menu item not showing anything in its window

2011-12-19 Thread Gary Kline
(GTK_BOX (main_vbox), menubar, FALSE, TRUE, 0); gtk_widget_show (menubar); gtk_widget_show (window); gtk_main (); return(0); } /* example-end */ -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http

list troubles?

2011-12-16 Thread Gary Kline
i've asked what i thought were straightforeward quwstions recently. zip. am i getting thru? thanks, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release of Jottings

Re: list troubles?

2011-12-16 Thread Gary Kline
On Fri, Dec 16, 2011 at 09:51:30AM +, jcup...@gmail.com wrote: Date: Fri, 16 Dec 2011 09:51:30 + From: jcup...@gmail.com Subject: Re: list troubles? To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org On 16 December 2011 08:17, Gary Kline kl

can anybody help me figure out why the two hbox buttons don't show?

2011-12-13 Thread Gary Kline
people, i am trying to get the decrement and increment buttons to display side by side between the vertical stuff, but only the filename and the window entry show up. anybody know where i'm messing up? gary /* * compile with: * gcc -Wall -Wextra -Werror -g x.c -o x1 `pkg-config --cflags

Re: can anybody help me figure out why the two hbox buttons don't show?

2011-12-13 Thread Gary Kline
On mar, 2011-12-13 at 15:02 -0800, Gary Kline wrote: anybody know where i'm messing up? int main (void) { GtkWidget *window; GtkWidget *vbox, *hbox; [...] gtk_container_add (GTK_CONTAINER (window), vbox); [...] gtk_container_add (GTK_CONTAINER (window), hbox

Re: can anybody help me figure out why the two hbox buttons don't show?

2011-12-13 Thread Gary Kline
On mar, 2011-12-13 at 16:40 -0800, Gary Kline wrote: hm. okay, so i removed the second gtk_container_box and got the same results. the following hbox is missing from the window: button_dec = gtk_button_new_from_stock (Decrease counter); gtk_box_pack_start (GTK_BOX (hbox

Re: can anybody help me figure out why the two hbox buttons don't show?

2011-12-13 Thread Gary Kline
On Wed, Dec 14, 2011 at 02:27:19AM +0100, Florian M?llner wrote: Date: Wed, 14 Dec 2011 02:27:19 +0100 From: Florian M?llner fmuell...@gnome.org Subject: Re: can anybody help me figure out why the two hbox buttons don't show? To: Gary Kline kl...@thought.org Cc: gtk-app-devel-list@gnome.org

how to use hbox?

2011-12-11 Thread Gary Kline
how to pack the buttons horizontally, or is is not possible to mix hbox and vbox? tia, gary Attachment: under devel src -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org

no joy... with bvox into hbox

2011-12-11 Thread Gary Kline
i've tried everything i can think of--or find examples for online to put two vbox buttons into One hbox,Anybody else? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a

Re: Why cani i initialize prefix with a default string?

2011-12-10 Thread Gary Kline
On Sat, Dec 10, 2011 at 03:23:10AM +0100, David Ne??as wrote: Date: Sat, 10 Dec 2011 03:23:10 +0100 From: David Ne??as y...@physics.muni.cz Subject: Re: Why cani i initialize prefix with a default string? To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org

Why cani i initialize prefix with a default string?

2011-12-09 Thread Gary Kline
, strange things happen. Anybody know where i am messing up? tia, gary PS. i am thru with the play button and callback, but would like to understand my errors above first! -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix

APOLOGIES!! [Was: Re: a couple questions...]

2011-12-08 Thread Gary Kline
default. gary PS: NExt post will probably be where i messed up in the play callback. -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.57a release

a couple questions...

2011-12-07 Thread Gary Kline
. i'll need a play button and callback that invokes, say, espeak -f on that file. if this much makes sense, below in the C code. tia for any insights. cheers, gary kline -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix