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

2014-09-06 Thread Gary Kline
el[1])); > > where 1 can instead be a variable of int that holds 1: > > int num = 1; > s = gtk_label_get_text(GTK_LABEL(label[num])); many thanks indeed. I'm' going to save your mail and get a hardcopy. tthen join the directories, &c. >

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

2014-09-06 Thread Gary Kline
= Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. On Sat, Sep 06, 2014 at 08:08:34AM +0200, Gergely Polonkai wrote: > On 6 Sep 2014 03:12, "Gary Kline" wrote: > > > > = > >

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

2014-09-06 Thread Gary Kline
gether and grabbing the content of the talk.N.txt 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 Un

more of a C question than GTK+3.0??

2014-09-05 Thread Gary Kline
*label3, ... *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

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

2014-09-03 Thread Gary Kline
ey-press-event signal. > > Best, > Gergely I'll google 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

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 y

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 la

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 #include /* COMPILE WITH: gcc -Wall -Wextra -g arrow.c -o arrow `pkg-config --cflags gtk+-3.0` `pkg-config --libs gt

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 10:44:41PM +0200, Colomban Wendling wrote: > Le 21/08/2014 22:30, Gary Kline a écrit : > > [...] > > { > >

Re: any ideas for a fix?

2014-08-21 Thread Gary Kline
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
ow), vbox); > gtk_box_pack_start (GTK_BOX (vbox), label1[tt], FALSE, TRUE, 0); > gtk_widget_show (label1[tt]); > gtk_box_pack_start(GTK_BOX(vbox), label2[tt], FALSE, TRUE, 0); > gtk_widget_show (label2[tt]); > gtk_box_pack_start(GTK_BOX(vbox), label3[tt], FALSE, TRUE

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: > > = > &g

any ideas for a fix?

2014-08-19 Thread Gary Kline
got a *label[32], and use 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: leftJus

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

2014-08-14 Thread Gary Kline
gnome.org/gtk3/unstable/GtkLabel.html#gtk-label-set-justify). > You can use this in addition 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. >

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 H

Re: nuts!

2014-07-29 Thread Gary Kline
014 23:00:34 -0700 > >Gary Kline 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)&

Re: nuts!

2014-07-29 Thread Gary Kline
I came across 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.

Re: nuts!

2014-07-29 Thread Gary Kline
On 07/29/14 15:22, Gary 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: > >>

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 wrote: > > while I can create severa

nuts!

2014-07-28 Thread Gary Kline
t; getting 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-

wedged on enclosed with arrow code

2014-07-24 Thread Gary Kline
; MAXCHAT) break; } 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-ei

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 = gtk_hbox_

need help putting up/down arrows into Small square

2014-07-19 Thread Gary Kline
large 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

how to choose oneOf[] an array of sentences?

2014-07-03 Thread Gary Kline
I'd be much obliged for any help or feedback! I'm going to append/attach a tarball of VBC and hope that somebody 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, t

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

2013-05-16 Thread Gary Kline
ist > > gtk-app-devel-list@gnome.org > > https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > > > -- > W: http://www.emmanuelebassi.name > B: http://blogs.gnome.org/ebassi/ > ___ > gtk-app-devel-list maili

why the menu item Options/"SetVoice" won't exit

2013-01-25 Thread Gary Kline
quot;Revert".... Anybody? this is my program's "last bug"! gary kline -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community.

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" &g

Re: one function to go...

2012-12-23 Thread Gary Kline
On Sun, Dec 23, 2012 at 10:57:47PM +0100, Andreas Rönnquist wrote: > On Sun, 23 Dec 2012 13:39:46 -0800, > Gary Kline wrote: > > > > > > > guys, > > > > I need one 'quit' button in a small widget that says via the > > labe

one function to go...

2012-12-23 Thread Gary Kline
uot; or "Close" button, just hitting "Enter" would return 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

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

2012-07-23 Thread Gary Kline
e. I need help from 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.or

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 > Subject: Re: need help with final callback > To: Gary Kline , gtk-app-devel-list > > > Guys, I need your help with the last piece of my

need help with final callback

2012-07-18 Thread Gary Kline
nder and fine tune it. I 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

Re: need help with callback

2012-04-03 Thread Gary Kline
nobody?! hard to believe, ==sigh== gary On Mon, Apr 02, 2012 at 08:43:06PM -0700, Gary Kline wrote: > Date: Mon, 2 Apr 2012 20:43:06 -0700 > From: Gary Kline > Subject: need help with callback > To: GTK Devel List > > i hope you can help

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
aring loss and some whose native language is not English, &c. so: better to default to a slower rate. 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

YES!![bar-over]

2012-03-01 Thread Gary Kline
er wishes, i may 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 --

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:4

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 > Subject: oops > To: GTK Devel List > > well, here's the story: i have a file that creates four hscale > widgets. 0 to 100. [optionally, four s

oops

2012-02-29 Thread Gary Kline
body? i'm 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

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 to the

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

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

Re: need help getting this right

2012-02-26 Thread Gary Kline
On Sun, Feb 26, 2012 at 09:02:38AM +0100, z...@excite.it wrote: > Date: Sun, 26 Feb 2012 09:02:38 +0100 > From: z...@excite.it > Subject: Re: need help getting this right > To: gtk-app-devel-list@gnome.org > > On Sunday 26 February 2012 00:28:34 Gary Kline wrote: > > i&#

need help getting this right

2012-02-25 Thread Gary Kline
my three or four horizontal bars. i've tried 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.t

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 > Subject: Re: "HELP/About" was :: [Re: suggestions on user config?] > CC: gtk-app-devel-list@gnome.org > > On 02/19/2012 02:25 PM, Gar

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

2012-02-19 Thread Gary Kline
+. be nice if there were some macro like "GTK_BUTTONBOX_LEFT"! > > ___ > 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...@

"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 > Subject: suggestions on user config? > To: GTK Devel List > > > if you look at my code, it is as if espeak takes a truckload on > inputs, but rea

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 > 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 qui

suggestions on user config?

2012-02-16 Thread Gary Kline
, 20, 3e0 ... 100" and so 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

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 > Subject: Re: looking for a program.... > To: Gary Kline > Cc: GTK Devel List > > 2012/2/15 Gary Kline > > > i&#x

looking for a program....

2012-02-15 Thread Gary Kline
tion" string on my 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.th

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 > Subject: Re: no "File", "Edit, "Help" strings in upper left > CC: gtk-app-devel-list@gnome.org > > On 01/29/2012 06:33 PM,

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 > Subject: Re: no "File", "Edit, "Help" strings in upper left > To: Gary Kline > Cc: Michael Torrie , gtk-app-devel-list@gnome.org

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 > Subject: Re: no "File", "Edit, "Help" strings in upper left > To: gtk-app-devel-list@gnome.org > > On 01/29/2012 01:41 PM,

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 the

no "File", "Edit, "Help" strings in upper left

2012-01-28 Thread Gary Kline
eople 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 re

Re: need help in looping many times...

2012-01-24 Thread Gary Kline
simplicity. i like the KISS paradigm: 'keep it simple, sir'. i've talked to the educational One Laptop Per Child org. their $100 laptop is for the non-expert. children from grade school up. gary > _

Re: need help in looping many times...

2012-01-23 Thread Gary Kline
t's a single file, you can post the code somewhere like > http://pastie.org/ and send us the link. If it's a single source code > file that would work. > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > ht

need help in looping many times...

2012-01-23 Thread Gary Kline
ny insights. the more i 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

appened to this main is Part....

2012-01-22 Thread Gary Kline
chat endlessly 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

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

2012-01-21 Thread Gary Kline
On Fri, Jan 20, 2012 at 09:20:40PM +0900, Tristan Van Berkom wrote: > Date: Fri, 20 Jan 2012 21:20:40 +0900 > From: Tristan Van Berkom > Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? > To: Gary Kline > Cc: David Ne??as , GTK Devel List > > > On F

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 > Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? > To: Gary Kline > CC: GTK Devel List > > Gary, based on conversations in th

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 > Subject: Re: discoveries! gtk DOES dim... how can i infinite-loop? > To: Gary Kline > Cc: GTK Devel List > > On Thu, Jan 19, 2012 at 12:58:09AM -0

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

2012-01-19 Thread Gary Kline
t 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

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 > 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,

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 > Subject: Re: any easy way of having a YES/NO dialog return a 1 or 0? > To: Gary Kline > Cc: GTK Devel List > > On Sun, Jan 15, 2012 at 01:26:53PM -0

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

2012-01-15 Thread Gary Kline
anks 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://jottings.thought.org Twenty-five years of service to the

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

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? >

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 03:06:05PM +0100, Vivien Malerba wrote: > Date: Sun, 8 Jan 2012 15:06:05 +0100 > From: Vivien Malerba > Subject: Re: maybe known, maybe not... > To: Gary Kline > Cc: GTK Devel List > > On 8 January 2012 03:49, Gary Kline wrote: > > >

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 > Cc: GTK Devel List > > Hi Gary, > > On 8 January 2012 02:49, Gary Kline

maybe known, maybe not...

2012-01-07 Thread Gary Kline
anybody 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

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

2012-01-02 Thread Gary Kline
espeak -f on my 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

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: > D

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 > Subject: Re: troubles porting from ubuntu to debian. [??] > To: Gary Kline > Cc: GTK Devel List > > On Mon, Jan 02, 2012 at 12:15:45PM -0800, Gary Kl

troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
amp; !gtk_widget_is_sensitive (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

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 > Subject: Re: misc and a question... > To: gtk-app-devel-list@gnome.org > > On 29/12/11 11:05, Gary Kline wrote: > > > > ... due to peo

misc and a question...

2011-12-28 Thread Gary Kline
n awhile. i am trying 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? thank

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

re-parenting?

2011-12-27 Thread Gary Kline
ing 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 Jour

error pop-up square?

2011-12-25 Thread Gary Kline
#x27;guile'(?) packages. libraries, whatever. but i'd rather keep my dependences to a min. happy holidays , ever'body, gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org

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 > Subject: Re: no joy... > To: Gary Kline > Cc: Michael Torrie , Gtk-app > > > hi; > > On 22 December 2011 22:46, Gary Kline wrote:

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 > Subject: Re: no joy... > CC: Gtk-app > > On 12/22/2011 03:46 PM, Gary Kline wrote: > > abbrevs. iFWIW, my last brain op messed up my en

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 > Subject: Re: no joy... > CC: Gtk-app > > On 12/22/2011 01:58 PM, Gary Kline wrote: > > i am reallty not doing anything that arcane. the n

Re: no joy...

2011-12-22 Thread Gary Kline
, 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 Kl

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 > Subject: no joy... > To: GTK Devel List > > > thanks to those who have tried to help, mostly off-list.

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 pre

Re: "menu item not showing anything in its window

2011-12-19 Thread Gary Kline
en FBSD is on the bleeding edge. are there 'button'-type things i should be looking for?? gary > > On Mon, Dec 19, 2011 at 7:46 PM, Gary Kline wrote: > > >i thought i would start to put up the standard items on my > >topmenu bar: "

"menu item not showing anything in its window

2011-12-19 Thread Gary Kline
"); gtk_window_set_title (GTK_WINDOW(window), "Item Factory"); gtk_widget_set_usize (GTK_WIDGET(window), 300, 200); main_vbox = gtk_vbox_new (FALSE, 1); gtk_container_border_width (GTK_CONTAINER (main_vbox), 1); gtk_container_add (GTK_CONTAINER (window), main_

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 > Cc: GTK Devel List > > On 16 December 2011 08:17, Gary Kline wrote: > > i&#

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 Jot

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 > Subject: Re: can anybody help me figure out why the two hbox buttons don't > show? > To: Gary Kline > Cc: gtk-app-devel-list@gnome.org >

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

2011-12-13 Thread Gary Kline
3.2.1 > > 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_butt

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

2011-12-13 Thread Gary Kline
3.2.1 > > 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_ad

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

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

how to use hbox?

2011-12-11 Thread Gary Kline
s that increase or decrease the count. can somebody help me figure out 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

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 > Subject: Re: Why cani i initialize "prefix" with a default string? > To: Gary Kline > Cc: GTK Devel List > > On Fri, Dec 09, 2011 at 05:

Why cani i initialize "prefix" with a default string?

2011-12-09 Thread Gary Kline
string in the box at the bottom, 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 htt

  1   2   >