Re: [gtk-osx-users] install GTK-2 on Mac 10.11 (EL Capitan)

2016-04-15 Thread Steve Cronin
; choice: I choose 9 if you care… Any advice at all? > On Apr 15, 2016, at 2:22 AM, Steve Cronin <steve.d.cro...@gmail.com> wrote: > > I follow the instruction and get hammered by: > > Steves-iMac:zbar-0.10 steve$ ~/.local/bin/jhbuild bootstrap > python2: realpath c

Re: Are there Perl bindings for gstreamer-1.0?

2014-05-01 Thread Steve Cookson
, for me, that is not quite the end of it, I still need to convert the wxWidgets id to a Gtk Id and I haven't quite resolved that yet. I'll let you know. Regards, Steve, ___ gtk-perl-list mailing list gtk-perl-list@gnome.org https://mail.gnome.org

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-30 Thread Steve Cookson
did you work that out? I can see from: grep -A1 video_overlay /usr/share/gir-1.0/Gst*-1.0.gir That gst_video_overlay_set_window_handle is just set_window_handle But I can't obviously see what GST_VIDEO_OVERLAY is, I tried $src-overlay and $src-video_overlay, but to no effect. Regards Steve

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-30 Thread Steve Cookson
:: But I don't see how to go from $src to its base-class object (if such a beast exists) to use set_window_handle. $src-get_parent() just gives me 'pipeline', which doesn't help. What do you think? Regards Steve. ___ gtk-perl-list mailing list gtk-perl

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-30 Thread Steve Cookson
Continuing on from my last point: On 30/04/14 19:37, Steve Cookson wrote: But I don't see how to go from $src to its base-class object (if such a beast exists) to use set_window_handle. I found this in Python: http://bazaar.launchpad.net/~jderose/+junk/gst-examples/view/head:/video-player

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-29 Thread Steve Cookson
*-1.0.gir I don't think I understand the output for this. There are a lot of hits, which one determines if it is Introspectable? Regards Steve. ___ gtk-perl-list mailing list gtk-perl-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-29 Thread Steve Cookson
, G_CALLBACK(gst_error_callback), this); g_signal_connect(m_playbin, state-change, G_CALLBACK(gst_state_change_callback), this); but if we can get the start play going, then I guess the others will be easier. Code follows, Regards Steve. #!/usr/bin/perl -w

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-29 Thread Steve Cookson
On 29/04/14 15:46, Steve Cookson wrote: The buttons are not yet active. Wx::Event::EVT_BUTTON( $i_main_menu, $media_pause_btn, sub { my ($self, $event) = @_; $gl_pipeline-set_state('GST_STATE_PAUSED') } ); Wx::Event::EVT_BUTTON( $i_main_menu, $media_play_btn

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-28 Thread Steve Cookson
that! I did indeed realise that the third parameter was $class, but because Pipeline-new was working I didn't try. Thanks very much. Regards, Steve. PS I'll try to post a working 'player' later on in the week, when (or if) I can get video-overlay (used to be called xoverlay) working

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-28 Thread Steve Cookson
you think? Regards Steve On 27/04/14 07:42, Terence Ferraro wrote: I did a little more playing around with this... Here's my working example: #!/usr/bin/perl -w use strict; use Glib; use Gtk3 -init; Gst::init(); my $play = Gst::ElementFactory-new(playbin,play); my $fn = http

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-26 Thread Steve Cookson
the gstreamer 1.0 code working in wxWidgets. And there are some complexities, but I haven't needed to do a complete rebuild - yet :). Maybe if anyone else wants to join in we can look at the wrap-code together. Regards Steve ___ gtk-perl-list mailing list gtk

Re: Are there Perl bindings for gstreamer-1.0?

2014-04-26 Thread Steve Cookson
Hi Guys, On 26/04/14 09:30, Steve Cookson wrote: I'd suggest basing them on Glib::Object::Introspection. Well actually, it's amazing. I've just been trying it. It's not so easy to install you have to install libgirepository1.0-dev first (apt-get install libgirepository1.0-dev

Re: notifications in gtk

2012-11-07 Thread Steve Frécinaux
On 11/06/2012 04:39 PM, Olav Vitters wrote: Would a Qt/KDE application be able to show notifications as well? Would this require freedesktop.org work, or is the intention to keep this limited to GNOME shell implementation? Also, what about Gnome/Gtk+-based applications on alternative desktop

Re: GtkButton bg color

2012-04-30 Thread Steve
On Mon, 30 Apr 2012 08:17:12 -0500 Michael Cronenworth m...@cchtml.com wrote: Steve wrote: Any chance you can provide an example of a button with a background color? GdkColor colorGreen = { 0x, 0x90ff, 0xeeff, 0x90ff }; // without mouse hovering gtk_widget_modify_bg

Re: GtkButton bg color

2012-04-30 Thread Steve
) The theme was no longer applied to the button, but once again i could not find anything in the documentation that could explain it. So, what options do i have to color a button when a theme is preventing such an action? Changing themes is NOT an option. Steve

GtkButton bg color

2012-04-29 Thread Steve
-regular-button Obviously that's phpgtk, I've not been able to convert it to C as i can't find adequate documentation on the context's of the rcstyles when reading and writing to the GtkRcStyle. Can anyone whip up a simple example that colors a single button, with C programming language? Steve

Re: GtkButton bg color

2012-04-29 Thread Steve
with the bg color Any chance you can provide an example of a button with a background color? Steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Rendering a custom glyph using pango

2012-02-14 Thread Steve White
Hi Ferdinand, I'm not quite sure what you're trying to accomplish, but let me sort out a couple of points for you. (Pardon me for telling you stuff you already know.) On Tue, Feb 14, 2012 at 3:59 AM, Ferdinand Ramirez ramirez.ferdin...@yahoo.com wrote: How can I control from C code the display

Re: [introspection] struct without copy constructor

2012-01-31 Thread Steve Frécinaux
On 01/31/2012 04:22 PM, Picca Frédéric-Emmanuel wrote: so my question is 'simple' what is the recommanded way if I want to add a struct without copy constructor. You don't. If you wish to do so, then you might have two situations: - refcounted structures: then add a copy function which is

Re: [introspection] struct without copy constructor

2012-01-31 Thread Steve Frécinaux
On 01/31/2012 04:57 PM, Picca Frédéric-Emmanuel wrote: In that case the copy method should return a value, what about NULL ? You should rather return the object itself (same for the refcount case). Glib doesn't have to know what you return is actually the same instance as before. If

Re: [introspection] struct without copy constructor

2012-01-31 Thread Steve Frécinaux
On 01/31/2012 06:06 PM, Picca Frédéric-Emmanuel wrote: I tryed with the object himself but, I got a double free error, at the end. the binding do not check that object are identical (save adress) and try to free it two times. Is it a bug ? This is because you have a free function which...

'rkrf' feature in pango

2012-01-28 Thread Steve White
Hi! I was beating myself up for two days trying to follow the MS Typography pages about setting up Indic lookup tables: http://www.microsoft.com/typography/otfntdev/devanot/features.aspx In particular, I could't get the Rakaar feature 'rkrf' working at all, although those pages emphasize that

Re: RFC: UI design

2012-01-09 Thread Steve Frécinaux
On 01/09/2012 06:25 PM, Benjamin Otte wrote: Keep in mind that those kiosk or other embedded applications themselves are the platform though. So for those cases, the distinction does not matter. It doesn't even matter if you have multiple applications if you still control the design of all of

Re: gtk3 replacement for gdk_pixmap_foreign_new

2012-01-04 Thread Steve .
messages to lists as well as inbound replies which eliminates those nasty thoughts of wtf happened to my sent mail... Basically i avoid the web ui when possible. A good client will permit threaded view which works fine with gmail as a basic mail server. Steve On Wed, Jan 4, 2012 at 10:15 PM

no joy...

2011-12-22 Thread Steve .
Always forget that gtk list sends private email, got in a habit of using reply with all the other lists -- Forwarded message -- From: Steve . iteratio...@gmail.com Date: Thu, Dec 22, 2011 at 2:13 PM Subject: Re: no joy... To: Michael Torrie torr...@gmail.com . However you

menu item not showing anything in its window

2011-12-19 Thread Steve .
Gary, Seems to work ok for me. results of: g_print(%d.%d.%d,GTK_MAJOR_VERSION,GTK_MINOR_VERSION,GTK_MICRO_VERSION); 2.20.0 what version of GTK are you using? any error messages? On Mon, Dec 19, 2011 at 7:46 PM, Gary Kline kl...@thought.org wrote: i thought i would start to put up

Re: GMenuModel has landed

2011-12-09 Thread Steve Frécinaux
On 12/09/2011 01:00 AM, Ryan Lortie wrote: We may add other types of menus in the future. A jumplist/dock menu comes to mind. Do you plan on/Would the current Gmenu infrastructure allow something like the mockups in [1] ? Especially, menus like the Mega-menu mockup for EoG adding a dropdown

Re: Hang during make test

2011-11-27 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/27/11 18:21, Kevin Ryde wrote: Steve Wills swi...@freebsd.org writes: Basically, make test hangs at t/9.t when it reaches test 26. Within the first Glib::Child-watch_add is it? Correct. After looking at it, it seems to be due

obtain parent from menu callback

2011-11-26 Thread Steve .
Hello folks, I've got a GtkItemFactoryEntry popup menu, the menu pops up from a button press event using gtk_menu_popup Inside my menu callback I need to be able to force a configure event on another widget. My hierarchy: window -Fixed Container --Drawable The menu is created using the window

Re: Unmaximize event

2011-11-26 Thread Steve .
; GdkWindowState new_window_state; }; I believe the combination of changed_mask and new_window_state will provide what you need. http://developer.gnome.org/gdk/stable/gdk-Event-Structures.html#GdkEvent Steve - From: Dipesh Sudershan d1p3shn0mad gmail com To: Gtk

Re: Unmaximize event

2011-11-26 Thread Steve .
(window),window-state-event, GTK_SIGNAL_FUNC(window_state),NULL); gtk_widget_show(window); gtk_main(); return 0; } Steve On Sat, Nov 26, 2011 at 5:02 AM, Steve . iteratio...@gmail.com wrote: I just joined this list so I'm not certain of the reply etiquette when the context is not available, so i

Re: item factory menu parents

2011-11-26 Thread Steve .
Apparently I've been sending to the wrong list. Sorry about that. On Fri, Nov 25, 2011 at 5:58 PM, Steve . iteratio...@gmail.com wrote: Hello, I'm trying to get the parent widget of a menu from the callback function of a menu created with item factory macro. I was under the impression

Hang during make test

2011-11-26 Thread Steve Wills
for USE_ITHREADS in GMainLoop.xs so that the g_child_watch_add function isn't defined if threads aren't available. Thanks, Steve -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJO0YJQAAoJEPXPYrMgexuhC7QH/iUjsPcJquPBtOIqMOl28Ebl 6Fv7l11uRLT9WUh4M8+f0s

item factory menu parents

2011-11-25 Thread Steve .
drawable menu menu items What is the suggested method of obtaining the drawable from the menu item callback? Steve ___ gtk-list mailing list gtk-list@gnome.org http

Re: RFC: glocal - automatically freeing memory when it goes out of scope

2011-11-22 Thread Steve Frécinaux
On 11/22/2011 10:24 PM, Hub Figuière wrote: On 22/11/11 01:48 AM, Emmanuele Bassi wrote: the obvious issue is: how does this interact with languages that do have a GC, and how does the API work to avoid making the life of developers for high-level languages apps and/or bindings a nightmare. if

gtk_menu_popup () and GtkMenuPositionFunc ()

2011-11-21 Thread Steve .
to be positioned and i'm having a difficult time finding information. Any help would be greatly appreciated. Steve ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk_menu_popup () and GtkMenuPositionFunc ()

2011-11-21 Thread Steve .
Scratch that, After taking a couple min break and re-RTFM'n I noticed I had a bug the size of a train. Working with no problems now. On Mon, Nov 21, 2011 at 3:53 AM, Steve . iteratio...@gmail.com wrote: I'm having trouble manually positioning a popup menu. Looking at the prototype

Re: _wstat on Windows (actually stat stuff in general)

2011-09-27 Thread Steve Frécinaux
On 09/26/2011 08:59 AM, Kean Johnston wrote: Here's how I would define the GStatBuf data type: Won't you break ABI if you're changing the layout of the struct on linux/unixes? As I understand this is not an issue on Windows since everyone ships the libraries with the binary, but it is on

Re: glib osx: 'error: only weak aliases are supported'

2011-05-10 Thread Steve Klabnik
Wow. Almost a full year later, I've found the solution to this issue. I found it on the xfce mailing list: http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/17123 Basically, when running ./configure on darwin, if you get this error, you need to pass in --disable-visibility, and

Re: Building multiple backends on on same system

2010-12-06 Thread Steve Frécinaux
On 12/06/2010 08:39 PM, Benjamin Otte wrote: On Mon, Dec 6, 2010 at 7:43 PM, Alexander Larssonal...@redhat.com wrote: You can of course check on the type of anything, like the display or a window. However, sometimes there might be no display availible, like if its not been opened yet. I

gobject-introspection AIX 6.1 porting problems

2010-09-22 Thread Steve Talmage
I've been trying to compile the current Gnome desktop on my AIX 6.1 system for over a month now, but I keep getting stuck on gobject-introspection. I've tried everything I can think of (I've even blown away and rebuilt my entire build environment twice), but I just can't get it to build. I'm

Re: padding cleanup

2010-08-30 Thread Steve Frécinaux
On 08/30/2010 01:02 AM, Havoc Pennington wrote: In brief it adds to GtkWidget: h-align, v-align = FILL, CENTER, START, END padding-left,padding-right,padding-top, padding-bottom = int16 A small point to keep in mind when implementing something like that is the scrollbar behaviour,

Re: [Gobject Introspection] GIRepository.gir seems incorrect

2010-08-18 Thread Steve Frécinaux
On 08/18/2010 07:32 PM, Mildred Ki'Lya wrote: Hi, I'm trying to use the GIRepository library in order to access GI information and create a compile time binding for the Lisaac language. I don't like C very much, and I'm going to use Vala. But the vala compiler complains that it can't find the

Re: Git commit message with tag

2010-08-12 Thread Steve Frécinaux
On 08/12/2010 03:34 PM, Frederic Peters wrote: Also we have been using [tags] since the Git migration, is this a new feature/bug of 'git am' ? I guess people just didn't care, but it has been there from the beginning. The rationale is simple: when you send emails to a mailing-list, it

glib osx: 'error: only weak aliases are supported'

2010-07-02 Thread Steve Klabnik
ideas? I did some googling, but didn't find anything. Thanks in advance. -Steve ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

glib osx: 'error: only weak aliases are supported'

2010-07-01 Thread Steve Klabnik
ideas? I did some googling, but didn't find anything. Thanks in advance. -Steve ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: word wrap in liststore column

2010-06-26 Thread Steve Harrington
On 06/26/2010 07:25 PM, Mick wrote: On Sat, 26 Jun 2010 02:17:11 -0400 Tristan Van Berkomt...@gnome.org wrote: On Fri, Jun 25, 2010 at 8:44 PM, Mickbare...@tpg.com.au wrote: I'm stuck again. I wish to set word-wrap for a single column in a treeview liststore, I've found the

Re: word wrap in liststore column

2010-06-26 Thread Steve Harrington
On 06/26/2010 08:19 PM, Florian Müllner wrote: Hi, El dom, 27-06-2010 a las 12:25 +1000, Mick escribió: I know that, I have searched but not found anything that says this is how you set the properties of ... ... an GObject:

Re: disabling GTK+ features to shrink GTK+

2010-06-15 Thread Steve Frécinaux
On 06/15/2010 01:02 AM, Alberto Ruiz wrote: 2010/6/14 Sam Thursfieldsss...@gmail.com: A more socially-minded approach would be to work on the problem of sharing a GTK+ runtime between all apps on a system. It's perhaps not an easy problem, due different requirements in versions and specific

GNOME images not displaying

2010-06-12 Thread Steve Harrington
I'm having a problem getting the gnome stock icons to display. Here is a simple XML file creating two buttons. Both have an image on the button but only one of the images displays. The program to display this GUI is also attached. What am I missing? XML: ?xml version=1.0? interface

Re: GNOME images not displaying

2010-06-12 Thread Steve Harrington
On 06/12/2010 04:58 PM, Mario Kemper wrote: Did you have a look at the related gconf-settings? See: http://www.ubuntu-pics.de/bild/82215/konfigurationseditor___interface_084_eoQowm.png Regards Mario Am Samstag, den 12.06.2010, 15:28 -0700 schrieb Steve Harrington: I'm having a problem

Re: GtkTextView and glade 3

2010-06-07 Thread Steve Harrington
On 06/07/2010 09:36 PM, Mick wrote: I've spent the last month struggling with glade to layout the interface for my app, especially creating an incoming text pane and placing the text into it. I regret your struggles. I currently have glade set to libglade mode and use gtk-builder-convert

Re: [Usability] Improving single click for all GTK+ apps to make it suitable as a standard

2010-06-01 Thread Steve Lee
/group/osk-ng/browse_thread/thread/fc59b0eff66cd685 and here http://eduspaces.net/stevelee/weblog/348733.html Steve Lee ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Deprecations for 3.x

2010-05-12 Thread Steve Frécinaux
On 05/12/2010 09:29 AM, Cody Russell wrote: I think it would be kind of nice to deprecate GtkStatusbar. It's one of the more useless widgets we have, imo. It basically serves two purposes: 1/ Pushing and popping text messages. This is a really terrible way to communicate information to

Re: Clearing GtkComboBoxEntry

2009-12-08 Thread Steve Harrington
Carlos Pereira wrote: David is right, you should get the entry pointer with gtk_bin_get_child, and after that you handle this entry as any other entry: entry = gtk_bin_get_child (GTK_BIN (combo_entry)); gtk_entry_set_text (GTK_ENTRY (entry), ); In GTK 2.0 you can also use this:

Clearing GtkComboBoxEntry

2009-12-07 Thread Steve Harrington
I have an application using GtkComboBoxEntry with a simple 2-column int/char * ListEntry model. If the user enters data in the box (as opposed to using a pull-down selector) I can access the index with gtk_combo_box_get_active( GTK_COMBO_BOX(W) ); and the text with

g_object_get_data Programmer error

2009-11-03 Thread Steve Harrington
I am trying to use g_object_get_data() to retrieve the GtkWidget * of an object. Seems simple enough but The attached code doesn't work. I must have missed something simple but darned if I can see it. All help appreciated. /* * This program is free software; you can redistribute it and/or

Re: New to GTK+ and a question about Combo boxes.

2009-09-04 Thread Steve Manes
Kevin Ryde wrote: 2) How come the pulldown lists appear (for lack of a better term) double spaced? Is there a fix for that? If it's not the newlines muppet said then there's also a small amout of y padding in CellRendererText which annoyed me (over the plain GtkCList). Force it down with

Calendar widget for Perl-GTK?

2009-09-04 Thread Steve Manes
I've seen GTK popup/dialog calendar date pickers for PyGtk and PHP-Gtk like this: http://www.kksou.com/php-gtk2/articles/setup-a-pulldown-calendar-for-date-selection.php Are there any third-party calendar widgets like this available for Perl-GTK? I can port the PHP widget, above, to Perl if

Re: [patch] constify g_simple_async_result_set_from_error

2009-09-02 Thread Steve Frécinaux
David Zeuthen wrote: On Wed, 2009-09-02 at 19:17 +0100, Richard Hughes wrote: In PackageKit, I have to explicitly cast in my finish function: static void pk_package_sack_merge_state_finish (PkPackageSackState *state, const GError *error) { ...

Re: [patch] constify g_simple_async_result_set_from_error

2009-09-02 Thread Steve Frécinaux
Richard Hughes wrote: 2009/9/2 Steve Frécinaux nudr...@gmail.com: I don't think it would make the ABI change... No, it won't If anything it makes the ABI more permissive, not less permissive, as const GError will accept either a GError or const GError parameter. Well this doesn't change

New to GTK+ and a question about Combo boxes.

2009-08-31 Thread Steve Manes
I'm building a Perk-GTK application on Windows which includes a date element, which is three ComboBoxes clustered together in an Hbox: month, day, year. Since there are several places in the application where a date is added, I built a function to return an Hbox containing those three combo

Re: GZip{In,Out}putStream in GIO?

2009-08-03 Thread Steve Frécinaux
Bastien Nocera wrote: I could think of at least 5 types of compressions that would be useful to have without having to use a command-line tool to decompress: - gzip for anything and everything that can come from a web server (in my case, iTunes Music Store playlist parsing, or more widely,

Re: Using By-Value Compound Getters (Re: gtk_widget_get_allocation)

2009-04-22 Thread Steve Frécinaux
Havoc Pennington wrote: Not sure we need to block merge of get_allocation() on this major other patch to change the entire guideline. Changing the entire guideline will be a giant change and giant patch anyhow, so changing get_allocation() again will be a drop in the bucket. Can't such big

Re: fsync in glib/gio

2009-03-13 Thread Steve Frécinaux
Alexander Larsson wrote: Attached is a patch that makes sure we fsync before closing in the gio file saving code and in g_file_set_contents(). Wouldn't fdatasync be sufficient in most case ? ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: gtk+ documentation wikified

2009-02-22 Thread Steve Frécinaux
Mathias Hasselmann wrote: Am Donnerstag, den 19.02.2009, 10:33 -0500 schrieb Dominic Lachowicz: That's hard-ish to do today. GTK+'s documentation is generated in large part by scanning comments in C code, which a program then turns into HTML. Any proposal would require a way to keep the Wiki

Re: gtk-app-devel-list Digest, Vol 57, Issue 10

2009-01-08 Thread Steve Splonskowski
Did you try this out? Would you like me to take a whack at it? splons On Jan 8, 2009, at 4:00 AM, gtk-app-devel-list-requ...@gnome.org wrote: Message: 4 Date: Wed, 7 Jan 2009 17:21:08 - From: Pavel A. da Mek a.da_m...@ufoni.cz Subject: Re: Toolbar text makes toolbar very, very wide To:

Re: Wait for gtk events with select?

2009-01-03 Thread Steve Lawrence
Till Harbaum / Lists wrote: Hi, is there a way to wait for gtk events via some file descriptor given to a select call? I am porting an application to gtk that calls some gimme_input function every now and then and want's me to do some waiting for net sockets there. Now i'd like to use the

Re: Theme patriation

2008-10-27 Thread Steve Frécinaux
Ross Burton wrote: Adding _NET_WM_CONTEXT_TOOLBAR sounds like it should be fairly simple to do, especially with a GTK+ utility function to mark a toolbar as the main toolbar. The same can be done for menu-bar for os-x-likeness addicts. By the way, this could be solved easily using a

Re: Theme patriation

2008-10-27 Thread Steve Frécinaux
to know which responsability it is to handle tabs in that case (considering alt-tab, etc). Just a thought, Steve ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: gtk-app-devel-list Digest, Vol 51, Issue 21

2008-07-15 Thread Steve Splonskowski
More good list karma - this is a great resource. Does it work? splons On Jul 15, 2008, at 3:11 AM, [EMAIL PROTECTED] wrote: Send gtk-app-devel-list mailing list submissions to gtk-app-devel-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit

gtk_text_view_get_iter_at_location

2008-07-07 Thread Steve Salazar
Hi, I'm having some problems and confusion. I am trying to truncate all text not visible in a GtkTextView but am getting very different results depending on if the text has any \n characters or not even if they all appear after where I would truncate. Here is the test case:

signal for detecting gtk app de-focus

2008-04-16 Thread Steve Splonskowski
to determine how to get control. thanks, steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

signal for detecting gtk app de-focus

2008-04-15 Thread Steve Splonskowski
to determine how to get control. thanks, steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

text selection color accessor

2008-04-15 Thread Steve Splonskowski
in my gtk app? thanks, steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkTextView tags and insertion at begin/end

2008-03-13 Thread Steve Splonskowski
for the text view so that text typed at the beginning or end get styled to correspond to the existing text? thanks, steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

app/window deactivation handling

2008-03-12 Thread Steve Splonskowski
on where to hook into this? thanks, steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: app/window deactivation handling

2008-03-12 Thread Steve Splonskowski
Sorry for the loose terminology (thankfully I am not from the Windows world!). I mean when the application looses focus (and is still running). steve On Mar 12, 2008, at 3:35 PM, G Hasse wrote: On Wed, Mar 12, 2008 at 03:20:15PM -0700, Steve Splonskowski wrote: Hello, In an app we

high light/selection color from

2008-02-27 Thread Steve Splonskowski
Hello, I would like to get the selection/high light color for the currently selected UI theme (as setup in the Appearance Preferences panel). Can someone point me to how I can get this color via GTK? thanks, steve ___ gtk-app-devel-list mailing

Pango layout multibyte character problem

2008-02-20 Thread Steve Splonskowski
) for this case. This also seems to happen for the degree symbol character 0xb0. The same code works just fine for a range of greek letters (they seem to go through the same basic conversion to UTF-8) and render correctly. Any ideas on what to try next? thanks, steve

menu sensitivity setup hook

2008-01-10 Thread Steve Splonskowski
their enabled/ disabled state setup. But I have not found this place in GTK. Any ideas? thanks, steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Need help about ellipsizing text for tight label

2007-08-16 Thread Steve
object. CC message to me directly, I'm not in the list so... Steve Tousignant ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: GtkBuilder Public API - Last call

2007-06-14 Thread Steve Frécinaux
On Thu, 2007-06-14 at 10:41 -0300, Johan Dahlin wrote: Let's use this xml attributes for the signal tag; name: signal name handler: handler to connect the signal to after: optional, boolean if True, set flags to G_CONNECT_AFTER swapped: optional, boolean if True, set flags to

Re: GtkBuilder Public API - Last call

2007-06-13 Thread Steve Frécinaux
On Wed, 2007-06-13 at 10:48 -0400, Tristan Van Berkom wrote: object class=GtkEntry id=entry signal name=activate handler=button_clicked swapped=True/ /object Why should swapped be a property of the xml ? it looks closely tied to the code, to me, and should not be specified in the XML

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Steve Frécinaux
) self.connect_signals(self.__dict__) def on_response(self, response): do_something() def on_reorder_button_click(self, button): self.reorder() ... Do you like the idea ? -- Steve Frécinaux http://tw.apinc.org

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Steve Frécinaux
to add the child widget and update its properties according to what's specified in the glade file. Sorry if I'm not clear enough. -- Steve Frécinaux http://tw.apinc.org ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

Re: gtk accessibility on Windows

2007-05-03 Thread Steve Lee
Thanks, I've added some info to the bug. On 5/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Lainaus Steve Lee [EMAIL PROTECTED]: What is the status of accessibility on the Windows port of gtk? See http://bugzilla.gnome.org/show_bug.cgi?id=303304 Basically, only the trivially portable

gtk accessibility on Windows

2007-05-01 Thread Steve Lee
on an a11y project (Jambu) to be based on the Linux Screen Reader (LSR) but that will be ported to Windows and for which I'm interested in using GTK for GUI. Thanks -- Steve Lee www.fullmeasure.co.uk www.oatsoft.org www.schoolforge.org.uk ___ gtk-list mailing

Re: Idea for GSoC 2007 : Shortcuts improvement

2007-03-11 Thread Steve Frécinaux
On Sun, 2007-03-11 at 16:39 -0300, Lucas Mazzardo Veloso wrote: IDEA: Improve the visual indication of keyboard shortcuts in UI. The idea looks pretty cool indeed, and reminds me what konqueror does for webpages (it adds random shortcuts to the fist hyperlinks of a page) What's harder

Re: eel - save/restore window geometry

2006-12-18 Thread Steve Frécinaux
Luca Cavalli wrote: On Mon, 2006-12-18 at 22:19 +0100, Benoît Dejean wrote: I'd like to implement window geometry save/restore in system-monitor. Is there any plan to merge soon this feature into gtk+ ? Thanks. As a side note, Sound Juicer implements this via libgconf-bridge[1], which

RE: gtk cross compilation

2006-12-06 Thread steve kirby
? I haven't had a chance to look at your tool Sergei - does it do this type of thing? TIA, Steve Sergei Steshenko [EMAIL PROTECTED] wrote: --- Shyjumon N. wrote: Hi Magnus Myrefors, Thanks for your support. actually what i can find is in my arm-linux cross compiler

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-30 Thread steve kirby
be a big help. Sergei, I can't reach your website - perhaps you could attach to an email. TIA, Steve Sergei Steshenko [EMAIL PROTECTED] wrote: --- steve kirby wrote: Thanks to all for your help so far. Got past the Xlib problem in configure. Now it's saying

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-28 Thread steve kirby
and a /usr/X11R6/lib/X11. Do I need to provide a flag on the command line of configure? What X libraries is it looking for and where do they need to be? TIA, Steve David Neèas (Yeti) [EMAIL PROTECTED] wrote: On Mon, Nov 27, 2006 at 03:35:55PM -0800, steve kirby wrote: Trying

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-28 Thread steve kirby
Thanks Mariano, Any idea where I can get the libX11-devl package? --steve Mariano Suárez-Alvarez [EMAIL PROTECTED] wrote: On Tue, 2006-11-28 at 08:58 -0800, steve kirby wrote: Hi David, Thanks for your reply. I see what you mean. config.log saves all of the tests and a test

Re: v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-28 Thread steve kirby
and compiled and installed both. Does Pango require a flag when doing the configure so as to use Cairo? --Steve - Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster

v2.10.6 configure unhappy on Redhat Enterprise Linux box

2006-11-27 Thread steve kirby
.) == Usually configure works right out of the box. This one seems unusually cantankerous. Any hints on what I may be messing up would be a big help. I know I can turn off certain things, but I don't think that will help with these errors. TIA, Steve

Vscale and Spin Button size

2006-11-03 Thread Steve Biggs
with a touch screen designed for finger control. Similarly the size of scrollbars is problematic for this sort of application. Thanks in advance Steve Biggs ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman

Re: Extra GString functions

2006-07-23 Thread Steve Frécinaux
Paul LeoNerd Evans wrote: A while ago I submitted some patches to add some extra GString functions: +GString* g_string_clone (const GString *orig); From a consistency pov, shouldn't it be g_string_copy ? ___ gtk-devel-list mailing

Re: Doubt about free or dont free

2005-07-25 Thread Steve Feehan
. If your suggestion isn't already present, then add it. http://live.gnome.org/IdealDeveloperDocumentation -- Steve Feehan ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

problem building glib on linux

2005-07-12 Thread Steve Kelem
Steve Kelem said the following on 07/11/2005 10:30 PM: I'm trying to compile the latest cvs version of glib on SuSE linux 9.3 with pango 1.9.0 with cairo libpixman from the latest cvs. 1. There's no configure. 2. If I run autogen.sh, it complains: You must have automake 1.7.x installed

  1   2   >