Re: ANNOUNCE: Phasing out GTK mailing lists and move to Discord

2019-04-01 Thread Adam Tauno Williams
at run, solved almost every problem when used correctly; then people decided to try something else ... about every ~90 days it seems. I'm just too tired of it all to learn yet-another- messaging-platform. #shrug -- Adam Tauno Williams ___ gtk-app-devel-

Python3, GObject objects & models

2018-12-18 Thread Adam Tauno Williams
to connect/map something like a Gtk.CellRendererText to a property, such that having a type in a model has some advantage [vs. a model like (int, str, str)]. ??? -- Adam Tauno Williams <mailto:awill...@whitemice.org> GPG D95ED383 OpenGroupware Developer <http://www.opengro

Async Callbacks w/Python 3 + Gtk3

2018-12-17 Thread Adam Tauno Williams
. Is there an "official" / endorsed / classical way to handle this? None of the "official" HOWTOs I have found address this - - - unless I have missed one [entirley possible] -- Adam Tauno Williams <mailto:awill...@whitemice.org> GPG D95ED383 OpenGroupware Developer &l

Re: [gtk-osx-users] Error building harfbuzz

2018-11-25 Thread Adam Puleo via Gtk-osx-users-list
:) Thanks, that worked. On Nov 24, 2018, at 4:43 PM, John Ralls wrote: Sigh, sorry, the spelling checker bit me. The module name is ensurepip, all one word. Regards, John Ralls > On Nov 25, 2018, at 3:05 AM, Adam Puleo <mailto:adam.pu...@icloud.com>> wrote: >

Re: [gtk-osx-users] Error building harfbuzz

2018-11-24 Thread Adam Puleo via Gtk-osx-users-list
in /Library: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-70918.pth’ Outside of jhbuild should I install pip, and then in jhbuild shell install six via pip? Thanks, -Adam On Nov 21, 2018, at 5:19 AM, John Ralls wrote: > On Nov 21, 2018, at 1:01 PM, A

[gtk-osx-users] Error building harfbuzz

2018-11-20 Thread Adam Puleo via Gtk-osx-users-list
22/42] [1] Rerun phase install [2] Ignore error and continue to next module [3] Give up on module [4] Start shell [5] Reload configuration Thanks, -Adam ___ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailm

RE: Pango pipe stdin and stdout

2018-01-26 Thread Adam Dyson
Hi Behdad, I’ve finally found the time to implement this. Please see the pull request on Github. https://github.com/GNOME/pango/pull/5 From: behdad.esfah...@gmail.com [mailto:behdad.esfah...@gmail.com] On Behalf Of Behdad Esfahbod Sent: Friday, 9 June 2017 11:31 PM To: Adam Dyson <adam

Pango pipe stdin and stdout

2017-06-03 Thread Adam Dyson
I'd like to know whether it's possible to render text using Pango, by piping text as input to stdin and then also piping the result to stdout? Ideally I'm wanting something like below, where an argument such as intent defines the output type, because this is normally determined by the output

Advice - custom container or custom widget

2015-05-29 Thread Adam Nielsen
of implementing this type of widget? Or would it be better (if it's even possible) to extend some other widget like an icon list instead? Thanks in advance for any advice! Cheers, Adam. ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org

Re: Curves Widget for GTK+3

2013-04-02 Thread Adam Tauno Williams
other package. If your application needs this widget, feel free to use it, as the widget does work and is useful in some applications; it's just not of general interest. However, it will eventually move out of the PyGTK distribution. /quote -- Adam Tauno Williams GPG D95ED383 Systems Administrator

Re: switch printer tray during printing

2013-03-11 Thread Adam Tauno Williams
or in a PJL envelope [common for Postscript]. They really are attributes of the *job*. I'd guess that Gtk/GNOME would have to 'emulate' this behavior by splitting the ob silently into multiple jobs. That could get wierd. -- Adam Tauno Williams GPG D95ED383 Systems Administrator, Python Developer

OSX retina support

2012-08-15 Thread Adam Patacchiola
with keyNSHighResolutionCapable/key true/ Then retina support is enabled which would be great except that I want the latest version of pidgin. Is there a way to enable retina support for the fonts when executing pidgin directly from the command line with a compiled build? Thanks, Adam

Emacs crash with gtk3, not with gtk2, related to X_SetInputFocus

2011-10-12 Thread Adam Sjøgren
3.0.12-2 and fvwm 1:2.5.30.ds-1 installed. Best regards, Adam ¹ http://web.archiveorange.com/archive/v/Ky751WDYQzZS9uVf9WRU -- Gav Adam Sjøgren Strik a...@koldfront.dk

Rich Text Editor

2010-06-24 Thread Adam Chrapkowski
Hello I'm looking for an example of formated text editor (something like WordPad on Windows - of course may be much simpler) using GTK+. It does not have to base on a rich text format. GtkTextView is very useful but it has a problem when I format some text and place the caret on the end of the

Good view on windows

2010-05-25 Thread Adam Chrapkowski
Hi I have written a GTK+ based application and I need to redistribute it on Windows (I'm Ubuntu user). Is it possible to run the application on Windows without installing GTK+ redistributable package? I guess yes. And the second one. Is it possible to use GTK+ themes by the same way, without

Re: Good view on windows

2010-05-25 Thread Adam Chrapkowski
On Tue, 2010-05-25 at 19:14 +0300, Tor Lillqvist wrote: (I don't know why you point out redistributable, by definition GTK+ is always redistributable as that is what its license requires.) Of course you are right. I meant runtime, my fault. When I have written the 'redistributable' I meant about

Re: Good view on windows

2010-05-25 Thread Adam Chrapkowski
wimp is the internal slightly silly name for the theme engine that implements the ms-windows theme. So you just need to have a file etc/gtk-2.0/gtkrc in your gtk+ installation with the single line: gtk-theme-name = MS-Windows If you want some better than default theme on Windows, I think

GTK Vista

2010-05-09 Thread Adam Ambrus
hello, i would like to ask whether it is possible to run a 'gtk launcher' process on Vista in the background. i use Pidgin, GIMP and Gedit, as these are the most appropriate application solutions for me :) but when i want to open a text file with gedit, i first have to wait for the GTK to

on Win32, --enable-gdiplus makes pixbuf loading 6 times slower

2010-02-24 Thread Adam Dingle
]); } return 0; } // end -adam ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: on Win32, --enable-gdiplus makes pixbuf loading 6 times slower

2010-02-24 Thread Adam Dingle
package on OpenSUSE and build that - is that the easiest approach? Anyway, isn't GTK+ 2.18 too buggy (in other ways) on Windows to be usable? GTK+ 2.18.1 seems okay, no buggier than 2.16 at least.  I haven't done much testing with newer versions due to the aforementioned pixbuf slowdown. adam Tor

On adding an extension point to GFileInfo

2010-01-29 Thread Adam Plumb
for adding emblems from extensions, but Thunar doesn't have such functionality (and won't add it, I've tried). I'd like to know the maintainers' thoughts on this and how best to attack the problem. I'm happy to mull it over a bit to make sure we get this right. Adam

On adding an extension point to GIO for setting file info attributes

2009-12-20 Thread Adam Plumb
that the module could do a lookup (which may take some time) and then supply file attribute information when it is ready. Thanks, Adam ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Proposal: Enable threads by default

2009-12-06 Thread Adam Goode
safe here, I'm talking about calling g_hashtable_new from different threads, not manipulating an existing GHashtable simultaneously from multiple threads.) Thanks, Adam signature.asc Description: OpenPGP digital signature ___ gtk-devel-list mailing

Re: Proposal: Enable threads by default

2009-12-05 Thread Adam Goode
that internally uses GSlice and GHashTable, but I don't expose any GLib details. I link my library with Java and other applications that use pthreads. Will this make GSlice work OK? How can I avoid calling g_thread_init() from within my library? Thanks, Adam signature.asc Description: OpenPGP digital

Disabling highlighting in GTK

2009-07-08 Thread Adam Biglow
be greatly appreciated! Thanks! Adam ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk+ and randr

2008-08-04 Thread Adam Jackson
On Fri, 2008-07-25 at 23:10 +0200, Soeren Sandmann wrote: If EDID information can not be had without blinking, then flicker free boot and login is incompatible with multi-screen support that keys off EDID support. Which of these features should not be implemented, in your opinion? Blinking

Re: Release: Camelbox 2008.120.0145Z

2008-06-08 Thread Adam Kennedy
enough to have GTK working in Strawberry, or someone would have stepped up to do the work required. Unlike ActiveState at least, Strawberry is 100% open source, all the code is in open repositories, and there's nothing stopping anyone from doing it. Adam K 2008/6/5 nadim khemir [EMAIL PROTECTED

Re: Release: Camelbox 2008.120.0145Z

2008-06-01 Thread Adam Kennedy
nadim khemir wrote: It would be really cool if you and Adam could agree on a way of working so people wouldn't have to install two installations of perl. Both of you seemed happy with yourselves and not really wanting to do anything to change the status quo. It is understandable but I

Re: Release: Camelbox 2008.120.0145Z

2008-05-02 Thread Adam Kennedy
be moving to WiX at some point, but it's a shitload of work to do it, so for now we're happy to live with InnoSetup. Adam K ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: Release: Camelbox 2008.120.0145Z

2008-05-01 Thread Adam Kennedy
I'm still trying to work out exactly what camelbox is (i.e. how it works) but thanks for this, because I'd never seen the gnome windows package collection before. It looks like a fairly rich vein of packages that I can mine for Perl::Dist inclusion. spicy jack wrote: In any case, the modules

[Glade] Creating menus in Debian

2008-01-29 Thread Adam Brandizzi
Hi, all! I'm using Glade 3.2.2 on Debian Etch. I've tried to create some menus and submenus with it, but it seems that the Edit... option of popup menu does not exist! Has someone have the same problem? If so, what have you done? Thanks in advance! -- Adam Victor Nazareth Brandizzi http

Application with plugins

2007-11-28 Thread Adam Kłobukowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm going do develop an application that allows custom plugins. Can GTK, Glib help me in any way with that? - -- Semper Fidelis Adam Klobukowski [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux

GObject documentation fixes

2007-11-11 Thread Adam Dingle
include dozens of spelling/grammar corrections. I'm hoping these changes won't rot away in Bugzilla - is there some maintainer who might be able to commit these? thanks! adam ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

Panel Applets and PANEL_APPLET_HAS_HANDLE

2007-09-09 Thread Adam Klobukowski
move panel with it). The only way I found is to toggle PANEL_APPLET_EXPAND_MAJOR flag at the same time. Is it a bug in panels, or am I doing something wrong? - -- Semper Fidelis Adam Klobukowski [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG

Maxixmal size of GdkPixmap

2007-08-29 Thread Adam Klobukowski
Hello How can I check the maximal width/height of GdkPixmap? -- Semper Fidelis Adam Klobukowski [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Pango problem

2007-08-20 Thread Adam Klobukowski
Behdad Esfahbod pisze: On Mon, 2007-08-20 at 07:31 +0200, Adam Klobukowski wrote: Behdad Esfahbod pisze: On Sun, 2007-08-19 at 23:08 +0200, Adam Klobukowski wrote: Hello I'm rendering a line of text with Pango. The markup has foreground and background attributes used few times to change

Re: Pango problem

2007-08-19 Thread Adam Klobukowski
Behdad Esfahbod pisze: On Sun, 2007-08-19 at 23:08 +0200, Adam Klobukowski wrote: Hello I'm rendering a line of text with Pango. The markup has foreground and background attributes used few times to change colors. I'm drawing the layout to a pixmap with height few (device) pixels greater

apply-tag callback calls gtk_text_buffer_apply_tag() which triggers new apply-tag signal and so on...

2007-04-26 Thread Adam Tertial
Hi I have some code which needs to call gtk_text_buffer_apply_tag() when it receives a apply-tag signal. Calling gtk_text_buffer_apply_tag() in turn generates a new apply-tag signal and the program loops forever. I'm pretty new to GTK so I may be missing something obvious. Can anyone think of a

signal emitted when font, tab width changes in GtkSourceView/GtkTextView?

2007-04-24 Thread Adam Tertial
Hi I'm wondering if a signal is emitted when a user changes the font, tab width etc in a GtkSourceView/GtkTextView object. Any ideas? Thanks ___ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now.

Re: signal emitted when font, tab width changes in GtkSourceView/GtkTextView?

2007-04-24 Thread Adam Tertial
--- David Neèas (Yeti) [EMAIL PROTECTED] wrote: On Tue, Apr 24, 2007 at 10:02:19PM +0100, Adam Tertial wrote: I'm wondering if a signal is emitted when a user changes the font, tab width etc in a GtkSourceView/GtkTextView object. Any ideas? GtkTextView does not provide any

Re: GTK help for newbie noob

2007-02-19 Thread Adam Bloom
, and this looks like that other thing. Anything you still don't recognize is just an API document away. That's my two cents. -Adam Thanks for your time Mariano. I am not sure if I am using the correct terminology here. By syntax I mean the grammar of the language. Since GTK is written in C I tried

Determining Installation

2007-02-14 Thread Adam Talbot
. Could someone tell me how to verify that it is installed and how to determine which version I am running? Thanks much, Adam. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

gtk+ on OSX - without X11?

2007-02-03 Thread Adam Bloom
: Gtk-WARNING **: cannot open display: Thanks, Adam ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Focus issues

2006-11-04 Thread Adam Tee
Hi, In my application, GNU Denemo, I have a toolbar which gets focussed on and I cannot seem to change the focus to the main drawing area widget. I have tried gtk_widget_grab_focus without success. Thanks Adam Maintainer GNU Denemo ___ gtk-app

Drawing issues

2006-11-04 Thread Adam Tee
when I make the call and they are correct. Does any one have any ideas. Thanks Adam Maintainer GNU Denemo. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

GtkEntry wrapping problem

2006-08-30 Thread Adam Roper
). And vice versa, I use the arrow keys to step to the start of the text, press a key and it appears at the end of the text. Press my backspace key and it deletes the character at the end of the text!! This seems to be a pointer bug within the GtkEntry code of Gtk itself, it this known? Thanks Adam

g_queue_find problems

2006-07-12 Thread Adam Tee
with this code ?? Thanks Adam ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Problems using g_queue_find

2006-07-12 Thread Adam Tee
with this code ?? Thanks Adam ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk-app-devel-list Digest, Vol 27, Issue 15

2006-07-12 Thread Adam Tee
. g_queue_find() simply compares pointers, to check for an equal string you have to use g_queue_find_custom() with string comparison. That was going to be my next step. Thanks Adam ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

subscribe

2006-03-23 Thread Adam Romeo
___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Modifying GtkAction accelerators

2006-01-11 Thread Adam
?? or do I have to manually add the GtkActionsEntries. Thanks Adam ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Modifying GtkAction accelerators

2006-01-09 Thread Adam
?? or do I have to manually add the GtkActionsEntries. Thanks Adam ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Passing Glists to callbacks

2005-12-05 Thread Adam
On Monday 05 December 2005 21:20, you wrote: Adam wrote: Hi all, [...] Any suggestions are of value. Hi, Its hard to make out what exactly it is your doing... it would be helpfull if you posted a short example of code that doesn't work. A common mistake when passing lists

Setup wizard dialogs

2005-12-01 Thread Adam
?? Thanks Adam ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkUIManager help

2005-11-24 Thread Adam
in advance Adam Maintainer GNU Denemo a GTK+ frony end for GNU Lilypond ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkUIManager help

2005-11-24 Thread Adam
the following warning: (denemo:30177): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() the string is a filepath i.e /home/adam/denemo/test.denemo. Is there anything that I should know about in converting from xmlChar * inserting into a GList and the extracting and converting

Re: GtkUIManager help

2005-11-24 Thread Adam
On Thursday 24 November 2005 21:46, John Cupitt wrote: On 11/24/05, Adam [EMAIL PROTECTED] wrote: the string is a filepath i.e /home/adam/denemo/test.denemo. Is there anything that I should know about in converting from xmlChar * inserting into a GList and the extracting and converting

Re: making a screen shot

2005-10-01 Thread Adam Israel
-save ($file, jpeg); Hope this helps, -- Adam M. Israel [EMAIL PROTECTED] signature.asc Description: OpenPGP digital signature ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

GCallback Issues

2005-04-10 Thread Adam Tee
-callback_action == -1) ki-func.nocallback (si); else ki-func.callback(); gtk_widget_draw (si-scorearea, NULL); } Thanks in Advance Adam ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

Problems compiling gtk 2.4.3

2004-06-14 Thread Adam Ehlers Nyholm Thomsen
Hello Everybody. Earlier this year, this post was made by an other user: Le sam 15/05/2004 à 16:28, Harobed a écrit : Le sam 15/05/2004 à 15:03, David Necas (Yeti) a écrit : On Sat, May 15, 2004 at 02:17:59PM +0200, Harobed wrote: I compiled gtk 2.4.0 with success. When I compile

Re: [gnome-db] What DWI does [was Re: GnuCash page on GO site]

2004-03-08 Thread Adam Williams
Is there a SQLite module for gda? Yes ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk+ compliation problem

2004-02-14 Thread adam
On Sat, 2004-02-14 at 02:12, Russell Shaw wrote: adam wrote: Hi, I am trying to compile a CVS version of the gnome tree for development alongside my Debian copy. I want to install the tree in /opt I have set these environment variables: BASE=/opt GCCOPTS=-g export CC=gcc

gtk+ compliation problem

2004-02-13 Thread adam
-immodules-2.0 queryimmodules.o libgtk-x11-2.0.la ../gdk-pixbuf/libgdk_pixbuf-2.0.la ../gdk/libgdk-x11-2.0.la -L/opt/lib -L/opt/lib gcc -g -I/opt/include -Wall -o .libs/gtk-query-immodules-2.0 queryimmodules.o -L/opt/lib ./.libs/libgtk-x11-2.0.so /home/adam/devel/cvs/gtk+/gdk/.libs/libgdk-x11-2.0.so -L

how to eliminate gnome-terminal internal border?

2003-01-13 Thread Adam
already default to a 0 border width. Where is this border coming from? Does GTK+ insert a border for every child window? Or am I missing something in configuring vbox or notebook? Please send email as I do not subscribe to this list. Thanks, Adam

Re: GtkClist and scrollbars

2002-11-28 Thread Adam Bernstein
that so I can intercept mouse button presses that the main window would otherwise get. Hope this helps, Adam --- Adam Bernstein [EMAIL PROTECTED] http://pobox.com/~no6 http://mpgedit.org Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man

gtk_menu_bar_set_shadow_type??

2002-11-07 Thread Adam Bernstein
Hello: Is there an equivalent to gtk_menu_bar_set_shadow_type() in GTK 2.0? I looked in the mailing list archive, but did not find an answer to this question. Thanks, Adam --- Adam Bernstein [EMAIL PROTECTED] http://pobox.com/~no6 http://mpgedit.org Who are you? The new Number 2. Who

GTK-GL

2002-08-16 Thread Adam Luchjenbroers
Is this part of the standard GTK package or a seperate component? I need it to compile an app. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

How to get a specific menu item

2002-03-22 Thread Adam Tee
Hi, How can I get a specific menuitem from a menubar?? In my application I need to be able to remove a menu from the menubar when I unload a plugin. I can remove the submenu but not the menuitem on the menubar. Thanks, Adam -- Adam Tee Postgraduate Research Student Dept of Electronic

GtkSignalFunc issues

2001-12-19 Thread Adam Tee
, when I try to cast it to GtkSignalFunc I get cannot convert `signalfunc()' from type `void' to type `void (*)()' Adam -- Maintainer GNU Denemo http://denemo.sourceforge.net --- ___ gtk-list mailing

Re: where I can find more API information about GdkImlib

2001-06-05 Thread Adam Kopacz
in the imlib.tgz.. you can download it from my www.klografx.net/qiv/ site.. -- Adam KopaczkLoGraFX Network Kieselgrund 39 http://klografx.de/ D-68239 Mannheim http://kopacz.de

Fw:

2000-12-17 Thread Adam Palitz
the problem is stated clearly at the bottom of the config.log ...I'm pretty new to Linux though, and I dont know how to go about modifying whatever it is I have to fix. Thank you for your time Adam Here is a dump of config.log This file contains any messages produced by compilers while running

Help with shaped widgets

2000-11-12 Thread Adam Watson
: "isdrawable" != NULL Please help, I posted a similar request on the gnome-list and haven't recieved a response. Thanks in advance, Adam _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share i

Status of Objective C GTK+ bindings

2000-10-26 Thread Adam \teferi\ Glasgall
unmaintained. Are any of them still being maintained, or are they essentially orphans? -- -teferi Adam Glasgall PGP signature