multiple GTKentry inside a GTKnotebook

2012-06-22 Thread Rafał Mużyło
On Fri, Jun 22, 2012 at 10:58:39AM +0530, Rudra Banerjee wrote: > > > > > > 2012/6/20 Rudra Banerjee > > > Olivier, > > > Thanks for your interest. > > > Pasted just below is the complete code. > > > > > > What

GtkFileChooserButton::file-set

2012-10-03 Thread Rafał Mużyło
On Wed, Oct 03, 2012 at 10:23:12PM +0200, Nicola Fontana wrote: > I need to catch when the file has changed in a > GtkFileChooserButton. I thought connecting to "file-set" was > enough but this signal is not emitted when the user cancels > (although bug 555351 does not agree [1]). Here is the proof

GtkFileChooserButton::file-set

2012-10-03 Thread Rafał Mużyło
On Thu, Oct 04, 2012 at 12:33:24AM +0200, Nicola Fontana wrote: > Il Wed, 3 Oct 2012 23:28:23 +0200 Rafał Mużyło > scrisse: > > > but the change on cancel was > > recently fixed in bug . in regard of gtk 3.4 and 3.6 (unfortunately, not in > > 2.24 though, even if it s

Re: GtkTreeView doesn't refresh

2013-11-27 Thread Rafał Mużyło
On Wed, Nov 27, 2013 at 11:57:57AM +, Jarosław Sobieszek wrote: > Hello, > > I'm trying to dynamically modify list based on some action. Program below > should add 3 rows at the top and 3 rows at the bottom of the list for every > click of the button. For some reason it doesn't work - I'm seei

Re: Get the default font in Gtk3

2018-03-28 Thread Rafał Mużyło
On Wed, Mar 28, 2018 at 08:20:21PM +0200, rastersoft wrote: > Hi all: > > I want to paint in a Cairo canvas some letters, and I want to use the > default tipografy and size from Gtk to give it coherence with all the > buttons and so on, no matter if the user changes it. So the question is: > ho

Re: Get the default font in Gtk3

2018-03-28 Thread Rafał Mużyło
On Thu, Mar 29, 2018 at 12:58:25AM +0200, rastersoft wrote: > > > El 28/03/18 a las 23:02, Rafał Mużyło escribió: > > On Wed, Mar 28, 2018 at 08:20:21PM +0200, rastersoft wrote: > >> Hi all: > >> > >> I want to paint in a Cairo canvas some letters, an

Re: Get the default font in Gtk3

2018-03-29 Thread Rafał Mużyło
On Thu, Mar 29, 2018 at 12:58:44PM +0200, rastersoft wrote: > Hi: > > [get the Gtk font type and size] > > >>> No, you seriously don't. > >>> Unless you want to do something fancy, all you need to do would be (in > >>>"draw" handler): > > >> Well, that's the point: I want to do "something fa

A little compiler issue

2007-11-08 Thread Rafał Mużyło
It's not quite gtk related, but do any of you know how to fix a problem with G_LOCK/G_UNLOCK producing strict aliasing warnings with -O2 ? I'm looking for a real solution, not something to silence warnings, like -fno-strict-aliasing ? It seems that there was once a similar problem (bug 316221) but

Re: A little compiler issue

2007-11-09 Thread Rafał Mużyło
On Fri, Nov 09, 2007 at 07:19:22AM -0800, Alan M. Evans wrote: > On Fri, 2007-11-09 at 00:04 +0100, Rafał Mużyło wrote: > > It's not quite gtk related, but do any of you know how to fix a problem > > with G_LOCK/G_UNLOCK producing strict aliasing warnings with -O2 ? > &

When g_timeout_add doesn't seem to be enough

2007-11-28 Thread Rafał Mużyło
I'm trying to modify an app that's using callback-based sound system to one that does not use callbacks. I need a way to execute a group of commands genarating sound in an endless loop while allowing rest of the app to work. Now I'm executing those comands in a function that I give to g_timeout_add

Re: When g_timeout_add doesn't seem to be enough

2007-11-28 Thread Rafał Mużyło
Should problably add that I'm rewriting the app to use libao (so esd would be covered) and audio is generated, not played from a file. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-li

Re: gtk + autoconf

2008-04-06 Thread Rafał Mużyło
On Sat, Apr 05, 2008 at 01:22:25PM -0700, Daniel Fetchinson wrote: > AC_PREREQ([2.57]) > AC_INIT(myprog,[0.1], [http://mysite/],myprog) > AM_INIT_AUTOMAKE([dist-bzip2]) > AM_MAINTAINER_MODE > > AM_CONFIG_HEADER(config.h) I think AC_CONFIG_HEADERS should be fine above. > > AC_PROG_CC > AC_PROG_INS

[EMAIL PROTECTED]: Re: How to get the fond choosen by Pango?]

2008-06-03 Thread Rafał Mużyło
Sorry, I meant to send this to the list. - Forwarded message from Rafał Mużyło <[EMAIL PROTECTED]> - Date: Tue, 3 Jun 2008 17:33:41 +0200 From: Rafał Mużyło <[EMAIL PROTECTED]> To: Michelle Konzack <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: How to get t

Re: gnome-config not found

2008-07-11 Thread Rafał Mużyło
On Fri, Jul 11, 2008 at 11:04:13AM -0600, Nitin Jain wrote: > Also, in case it's not easy to override the dependancy on > gnome-config, then can you please tell me some alternative(s)? How > easy would it be, for a newbie, to port the API that makes use of the > newer *stuff* ? > A lot depends from

Re: gnome-config not found

2008-07-13 Thread Rafał Mużyło
Well, I would start with something like the attached configure.in, but then the real porting will begin. Among others, this program uses gtk_tree, which was not simply deprecated, but marked as broken. You'll probably also need to read a bit about creating g_objects, to check what needs to be upda

Re: gtkmm and autoconf

2008-10-03 Thread Rafał Mużyło
On Thu, Oct 02, 2008 at 12:31:04PM -0400, Ruben Safir wrote: > This is my src directory Makefile.am > ___ > > bin_PROGRAMS = onewindow > onewindow_SOURCES = one_window.cc > > So I'm just lost here. What am I doing wrong? > Well, that's rather obvious.

[EMAIL PROTECTED]: Re: gtkmm and autoconf]

2008-10-03 Thread Rafał Mużyło
- Forwarded message from Rafał Mużyło <[EMAIL PROTECTED]> - Date: Sat, 4 Oct 2008 01:18:15 +0200 From: Rafał Mużyło <[EMAIL PROTECTED]> To: Nicola Fontana <[EMAIL PROTECTED]> Subject: Re: gtkmm and autoconf Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL

glib 2.16.6 problem

2008-11-22 Thread Rafał Mużyło
On Wed, Nov 19, 2008 at 07:45:12AM -0500, Charles Crisler wrote: > I am trying to get gtkmm-2.14.3 installed on my development system. I > have installed glib-2.18.2, which is required for gtk+-2.14.4. However, > when I try to build gtk+, it fails the configure step with the message > > 'pkg-conf