How to change E-mail subscription?

2011-04-04 Thread ikorot
Hi, ALL, Sorry for spamming the list, but... I am in the process of changing the ISP, and would like to change the subscribed E-mail address. Is there an easy way to do that? Thank you. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.or

Re: Timer start registration breaks the gtk_main()

2011-03-27 Thread ikorot
Thank you for the help, guys. Everything works as expected. Now to check the data validity -Original Message- >From: Ingo Krabbe >Sent: Mar 27, 2011 3:33 AM >To: gtk-list@gnome.org >Subject: Re: Timer start registration breaks the gtk_main() > >On Sat, Mar 26, 2011 at 11:48:38PM -07

Re: Timer start registration breaks the gtk_main()

2011-03-27 Thread ikorot
Ingo, -Original Message- >From: Ingo Krabbe >Sent: Mar 27, 2011 12:33 AM >To: gtk-list@gnome.org >Subject: Re: Timer start registration breaks the gtk_main() > >On Sat, Mar 26, 2011 at 11:48:38PM -0700, iko...@earthlink.net wrote: >> Lex, >> >> >> -Original Message- >> >From: L

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Lex, -Original Message- >From: Lex Trotman >Sent: Mar 26, 2011 10:47 PM >To: iko...@earthlink.net >Cc: gtk-list >Subject: Re: Timer start registration breaks the gtk_main() > >>>It is not automagically passed a pointer to an instance of the object >>>(no "this") so it will only work if

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Lex, -Original Message- >From: Lex Trotman >Sent: Mar 26, 2011 8:41 PM >To: iko...@earthlink.net >Cc: gtk-list >Subject: Re: Timer start registration breaks the gtk_main() > >>>ReadData() is not a good old C function, but a C++ method, carrying >>>around a pointer to the CFrame instance

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Robert, -Original Message- >From: Robert Pearce >Sent: Mar 26, 2011 3:14 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Timer start registration breaks the gtk_main() > >Hi iko...@earthlink.net, > >On Sat, 26 Mar 2011 11:38:27 -0700 (GMT-07:00) you wrote: >> Hi, Rober

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Chris, -Original Message- >From: Chris Vine >Sent: Mar 26, 2011 2:05 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Timer start registration breaks the gtk_main() > >On Sat, 26 Mar 2011 11:38:27 -0700 (GMT-07:00) >iko...@earthlink.net wrote: >> If I comment out the c

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Nicola, -Original Message- >From: Nicola Fontana >Sent: Mar 26, 2011 1:10 PM >To: iko...@earthlink.net >Cc: Robert Pearce , gtk-list@gnome.org >Subject: Re: Timer start registration breaks the gtk_main() > >Il giorno Sat, 26 Mar 2011 11:38:27 -0700 (GMT-07:00) >iko...@earthlink.net ha sc

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Tadej, -Original Message- >From: Tadej Borovšak >Sent: Mar 26, 2011 12:54 PM >To: gtk-list@gnome.org >Subject: Re: Timer start registration breaks the gtk_main() > >Hello. > >> int main() >> { >> CFrame *frame = new CFrame(); >> result = frame->OpenPort(); >> if( !resul

Re: Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Hi, Robert, -Original Message- >From: Robert Pearce >Sent: Mar 26, 2011 2:19 AM >To: gtk-list@gnome.org >Cc: iko...@earthlink.net >Subject: Re: Timer start registration breaks the gtk_main() > >Hi iko...@earthlink.net, > >On Sat, 26 Mar 2011 01:54:31 -0700 (GMT-07:00) you wrote: >> Hi, A

Timer start registration breaks the gtk_main()

2011-03-26 Thread ikorot
Hi, ALL, Is it possible for the timer to cause gtk_main() to crash? How do I debug/fix it? Thank you. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Drawing a line in the GtkTable cell

2011-03-25 Thread ikorot
Hi, Does GtkImage support XPM file loading? I don't want to use external file for the image and XPM seems like a very good alternative. Thank you. -Original Message- >From: jcup...@gmail.com >Sent: Mar 25, 2011 4:08 AM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Drawi

Re: Drawing a line in the GtkTable cell

2011-03-24 Thread ikorot
Hi, ALL,What I'm looking for is this:3-4where 3 and 4 are located in their own GtkTable cell as GtkLabel and the division line will be in it's ownGtkTable cell.Is there an easy way to do that?-Original Message- From: iko...@earthlink.net Sent: Mar 23, 2011 5:38 PM To: Ian Liu Rodrigues Sub

Drawing a line in the GtkTable cell

2011-03-22 Thread ikorot
Hi, I need your expertise one more time. I need to draw a line in the cell of GtkTable. What is the best and quickest way to achieve it? Thank you. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

What are those messages about?

2011-03-17 Thread ikorot
Hi, ALL, I'm getting those messages running GTK+ based app: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:46: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:47: Clearlooks configuration option "listviewitemstyle" is n

Question about GTK development

2011-03-05 Thread ikorot
Hi, ALL, I created a table using gtk_table_new( 5, 2, FALSE ). In one of the cell I need to draw a horizontal line. How do I do it? Also, if I fill in the cells (1,1) and (1,2) will I be able to see something on the screen? Thank you. ___ gtk-list mai

Re: How to make a strikethrough font?

2011-02-13 Thread ikorot
Hi, Is it possible to have an underlined AND striken font? Seeing that they are both an attributes and not the font properties. Thank you. -Original Message- >From: iko...@earthlink.net >Sent: Feb 11, 2011 12:37 AM >To: Lex Trotman , gtk-list >Subject: Re: How to make a strikethrough fo

Re: How to make a strikethrough font?

2011-02-11 Thread ikorot
Hi, -Original Message- >From: Lex Trotman >Sent: Feb 11, 2011 12:12 AM >To: gtk-list >Subject: Re: How to make a strikethrough font? > >> It is called a "dialog" in MSVC resource editor. > >I assume that means your platform is windows?? No, you assumption is wrong. I'm trying to do tha

Re: How to make a strikethrough font?

2011-02-10 Thread ikorot
Hi, -Original Message- >From: Lex Trotman >Sent: Feb 10, 2011 9:17 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How to make a strikethrough font? > >On 11 February 2011 15:49, wrote: >> Hi, >> >> >> -Original Message- >>>From: Lex Trotman >>>Sent: Feb 10,

Re: How to make a strikethrough font?

2011-02-10 Thread ikorot
Hi, -Original Message- >From: Lex Trotman >Sent: Feb 10, 2011 7:50 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How to make a strikethrough font? > >Lets go back to square one, what are you using this font for? OK, lets solve the problems one at a time. Problem #1

Re: How to make a strikethrough font?

2011-02-10 Thread ikorot
Hi, -Original Message- >From: Lex Trotman >Sent: Feb 10, 2011 6:35 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How to make a strikethrough font? > >On 11 February 2011 13:23, wrote: >> Hi, >> >> >> -Original Message- >>>From: Lex Trotman >>>Sent: Feb 10,

Re: How to make a strikethrough font?

2011-02-10 Thread ikorot
Hi, -Original Message- >From: Lex Trotman >Sent: Feb 10, 2011 5:54 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How to make a strikethrough font? > >On 11 February 2011 12:51, wrote: >> Antono, >> >> >> -Original Message- >>>From: Antono Vasiljev >>>Sent:

Re: How to make a strikethrough font?

2011-02-10 Thread ikorot
Antono, -Original Message- >From: Antono Vasiljev >Sent: Feb 10, 2011 5:31 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How to make a strikethrough font? > >On Thu, 2011-02-10 at 16:02 -0800, iko...@earthlink.net wrote: > >> I'm kind of new to GTK+. >> When looking

How to make a strikethrough font?

2011-02-10 Thread ikorot
Hi, ALL, I'm kind of new to GTK+. When looking thru the documentation of stable Pango, I noticed that there is no simple function call to make a strikethrough font. Something like: pango_font_description_set_strikethrough(). Is it an oversight? How do I create such a font? Thank you. ___

GtjComboBox question

2009-12-01 Thread ikorot
Hi, ALL, Is there a function to show a list box of a combo box? It looks like gtk_combo_box_popup() is what I'm looking for, but the documentation says that it should be used with an accessibility pack. Thank you. ___ gtk-list mailing list gtk-list@gno

Is it possible to connect to mouse click on the combo box?

2009-10-06 Thread ikorot
Hi, ALL, I'm looking to implement a fallback for the notify:popup-shown event for the program that will use GTK+ < 2.10. One possible solution is to connect to left mouse click event, but is it possible? I mean can I catch a mouse click on the GTKComboBox or it's predecessor? Thank you. _

GTK excewption raised

2009-09-25 Thread ikorot
Hi, ALL, In the GtkComboBox documentation I see this: [quote] The "popdown" signal gbooleanuser_function (GtkComboBox *button, gpointer user_data) : Run Last / ActionThe ::popdown signal is a keybind

How to get the font parameter

2009-09-18 Thread ikorot
Hi, ALL, I am developing a font property page and have a question. I have a panel where I put 3 list boxes for font name, font type and font size. I know there is currently no public API to retrieve an available font sizes from the font name. However is it possible to retrieve an available font st

Re: Font question

2009-08-23 Thread ikorot
Behdad, -Original Message- >From: Behdad Esfahbod >Sent: Aug 23, 2009 2:18 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Font question > >On 08/21/2009 07:19 PM, iko...@earthlink.net wrote: I was thinking about using pango_font_face_list_sizes(), since this

Re: Font question

2009-08-21 Thread ikorot
Behdad, -Original Message- >From: Behdad Esfahbod >Sent: Aug 21, 2009 12:08 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Font question > >On 08/20/2009 10:04 PM, iko...@earthlink.net wrote: >> Hi, ALL, >> Sorry to bring up this old thread, but I need to understand th

Font question

2009-08-20 Thread ikorot
Hi, ALL, Sorry to bring up this old thread, but I need to understand this... I'm trying to create a font property page to be used in my app in the property page dialog. So I created a layout with the 3 list boxes for "Font Name", "Font Style" and "Font Size". I can fill out the "Font Name" list b

Re: Passing NULL to the function

2009-06-04 Thread ikorot
Hi, ALL, -Original Message- >From: Robert Pearce >Sent: Jun 4, 2009 2:59 AM >To: gtk-list@gnome.org >Cc: iko...@earthlink.net >Subject: Re: Passing NULL to the function > >On Wed, 3 Jun 2009 17:38:29 -0400 (EDT) >iko...@earthlink.net wrote: > >> What I want is do something like this: >>

Re: Passing NULL to the function

2009-06-03 Thread ikorot
Hi, Ian, What I want is do something like this: 1. In my main app create a status bar and the text editor. 2. In the status bar create some empty panes without the text or the control. 3. Whenever the cursor in text control moves, I will update the text in one of the panes, leaving the other pane

Passing NULL to the function

2009-06-03 Thread ikorot
Hi, ALL, I am wondering if it is possible to pass NULL to gtk_box_pack_start/gtk_box_pack_end? Something like this: gtk_box_pack_start(GTK_BOX(box), NULL, TRUE, TRUE, 2); I want to add some panes to statusbar first, and then put some text on them. Thank you.

Is it possible to divide status bar for 2+ panes

2009-04-20 Thread ikorot
Hi, ALL, I just look at the documentation of GtkStatusBar. What I didn't see is an ability to divide the status bar on 2+ panes. Is it possible? Thank you. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: How can I achieve this?

2009-04-14 Thread ikorot
Hi, ALL, -Original Message- >From: Néstor >Sent: Mar 20, 2009 6:22 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How can I achieve this? > >Hi Ikorot, > >I think that there must be some examples of this behaviour on current >applicatio

Re: Font question

2009-04-14 Thread ikorot
Behdad, -Original Message- >From: Behdad Esfahbod >Sent: Apr 14, 2009 5:04 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Font question > >On 04/14/2009 04:51 PM, iko...@earthlink.net wrote: >> Hi, Behdad, >> >... >> This is the signature of the function: >> >> void pa

Re: Font question

2009-04-14 Thread ikorot
Hi, Behdad, -Original Message- >From: Behdad Esfahbod >Sent: Apr 14, 2009 4:11 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: Font question > >On 04/14/2009 03:50 PM, iko...@earthlink.net wrote: >> Hi, ALL, >> My question is related to Pango/font. I don't know if this

Font question

2009-04-14 Thread ikorot
Hi, ALL, My question is related to Pango/font. I don't know if this is the right place though... I'd like to retrieve all possible sizes for specific font name. I know there is a pango_font_face_list_sizes() and pango_font_description_get_size(). My problem is: [code] int **sizes, *n_sizes; Pan

Re: How can I achieve this?

2009-04-02 Thread ikorot
Hi, Nestor, Sorry for such a late reply. Been away for a vacation... -Original Message- >From: Néstor >Sent: Mar 20, 2009 6:22 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How can I achieve this? > >Hi Ikorot, > >I think that there mu

Re: How can I achieve this?

2009-03-21 Thread ikorot
Diego, -Original Message- >From: Diego Jacobi >Sent: Mar 21, 2009 10:56 AM >To: gtk-list@gnome.org >Subject: Re: How can I achieve this? > >Cant you simply copy the ComboBox code and use it in your proyect as a >new widget (a CustomComboBox). >You may need to change some names, i guess. >

Re: How can I achieve this?

2009-03-21 Thread ikorot
Hi, Emmanuele, -Original Message- >From: Emmanuele Bassi >Sent: Mar 20, 2009 7:19 PM >To: gtk-list@gnome.org >Subject: Re: How can I achieve this? > >On Fri, 2009-03-20 at 15:20 -0400, iko...@earthlink.net wrote: >> OK, since I didn't get a responce on this one, I'll ask a little differen

Re: How can I achieve this?

2009-03-20 Thread ikorot
Hi, Nestor, -Original Message- >From: Néstor >Sent: Mar 20, 2009 3:52 PM >To: iko...@earthlink.net >Cc: gtk-list@gnome.org >Subject: Re: How can I achieve this? > >It would be better if you provide us with some application to try, and >see if there is some easier solution. I have no idea,

Re: How can I achieve this?

2009-03-20 Thread ikorot
OK, since I didn't get a responce on this one, I'll ask a little differently: Is it possible to backport this feature to earlier GTK+ versions? Thank you. -Original Message- >From: iko...@earthlink.net >Sent: Mar 18, 2009 7:20 PM >To: gtk-list@gnome.org >Subject: How can I achieve this?

How can I achieve this?

2009-03-18 Thread ikorot
Hi, ALL, This feature: http://library.gnome.org/devel/gtk/stable/GtkComboBox.html#GtkComboBox--popup-shown available only on GTK+ 2.10 and above. Is it possible to do that - catch combobox list popup - on the GTK versions prior to that? Thank you. ___