Re: gtk themes

2001-01-22 Thread Neil Bird
Michael Natterer wrote: > add this to ~/.gtkrc.mine which should be included by ~/.gtkrc > > === snip > > style "tooltips" > { > fg[NORMAL] = { 0.0, 0.0, 0.0 } /* black */ > bg[NORMAL] = { 0.94, 0.90, 0.54 } /* yellow */ > } > > widget "gtk-tooltips" style "tooltips" I've mentioned t

speed comparison to wxwindows and qt

2001-01-22 Thread Billy Patton
I have an app inwhich I frist tried and older version of wxwindows the qt then newer version of wxwindows and gtk "blows their doors off" for being able to draw rectangles to the screen. With gtk the canvas is drawn and the all rectangles displayed before wx has even ititialized the main window

Unable to get editable events (Free Pascal) (fwd)

2001-01-22 Thread Heinrich du Toit
-- Forwarded message -- Date: Fri, 19 Jan 2001 12:24:23 +0200 (SAST) From: Heinrich du Toit To: gtk-list@localhost Subject: Unable to get editable events (Free Pascal) Hi all I am trying to write an editable widget using free Pascal. Everything works fine: But for some reason

Re: gtk themes

2001-01-22 Thread David Eduardo Gomez Noguera
On Sat, 20 Jan 2001, Vlad Harchev wrote: > I also suffer from this very much since I prefer dark gtk themes. > > As for tooltips, add the following to your ~/.gtkrc > -- > style "gtk-tooltips-style" { > #put any style definitions for tooltips, e.g. > text[NORMAL] = "#c0" >

patch submitted not in patches, applied, unapplied or outdated

2001-01-22 Thread R. Bernstein
FTP'd a small patch to glib that I use that facilitates finding memory leaks (a tad). I can't see if it's in incoming. It isn't in patches, patches/applied, patches/unapplied or patches/outdated. I made a small typo in the date (gtk-rocky-001501-0.patch.gz instead of gtk-rocky-011501-0.patch.gz),

PangoLayout - problem with (re)drawing

2001-01-22 Thread Rafał Kleger-Rudomin
Hello, I try to draw PangoLayout on window->notebook->scrolledwindow->gtklayout using pango_x_render_layout() The program is based on viewer.c found in pango examples directory. Gtk layout's expose_event is handled by layout_expose_handler() which looks sth like this: layout_expose_handler(..

=?ISO-8859-1?Q?Full-Screen-App=0Dpossible with GTK ??=

2001-01-22 Thread Andreas Jung
Hello, is it possible to write a fullscreen application with GTK ? I would like to write a MP3-Player-application so that you don't see any title-bars etc. just the contents of the window. In Windows, there is no problem, but is it also possible with linux ? Thanks! Andreas __

Re: =?ISO-8859-1?Q?Full-Screen-App=0Dpossible with GTK ??=

2001-01-22 Thread Vladimir Tsichevski
>Delivered-To: [EMAIL PROTECTED] >Date: Mon, 22 Jan 2001 14:58:32 +0100 (CET) >From: Andreas Jung <[EMAIL PROTECTED]> >Content-Disposition: INLINE >X-BeenThere: [EMAIL PROTECTED] >X-Loop: [EMAIL PROTECTED] >X-Mailman-Version: 2.0beta5 >Precedence: bulk >List-Id: General discussion of GTK+ > >Hell

Re: gtk themes

2001-01-22 Thread Havoc Pennington
Neil Bird <[EMAIL PROTECTED]> writes: > I've taken to adding that final 'widget' line to all my downlaoded > themes, *none* of which set up tooltips "correctly". > > However, since they /do/ all have 'tooltip' entries (after a fashion), > the question is: are /all/ the themes I have doing t

Re: patch submitted not in patches, applied, unapplied or outdated

2001-01-22 Thread Havoc Pennington
"R. Bernstein" <[EMAIL PROTECTED]> writes: > FTP'd a small patch to glib that I use that facilitates finding memory > leaks (a tad). > > I can't see if it's in incoming. It isn't in patches, patches/applied, > patches/unapplied or patches/outdated. I made a small typo in the date > (gtk-rocky-00

Re: PangoLayout - problem with (re)drawing

2001-01-22 Thread Havoc Pennington
[EMAIL PROTECTED] (Rafał Kleger-Rudomin) writes: > PROBLEM: > When the window appears on the screen first time, i get > all may pango layouts (but the notebook is not drawn yet), > but after the second (sleep(1)) all they get cleared, and then > the notebook appears as well as rectangle, despi

Re: ANNOUNCE gtksourceview 0.0.1 (alpha)

2001-01-22 Thread Andy Kahn
On Sun, Jan 21, 2001 at 09:05:43AM +0100, Mikael Hermansson wrote: > Alpha release of my new syntax higlight widget > using GtkTextView in the upcoming release of Gtk 2.0 > > You need to install atleast gtk 1.3.2 or later CVS version. > > Some of the features so far is: > > * syntax higlighting

Re: Full-Screen-Apppossible with GTK ?

2001-01-22 Thread Paul Barton-Davis
>I would like to write a MP3-Player-application so that you don't see any >title-bars etc. just the contents of the window. In Windows, there is no >problem, but is it also possible with linux ? its possible, but its not considered good style. if the user wants it to be full screen, then they can

Re: ANNOUNCE gtksourceview 0.0.1 (alpha)

2001-01-22 Thread Havoc Pennington
Andy Kahn <[EMAIL PROTECTED]> writes: > > What does gtksourceview provide that the new GtkTextView/GtkTextBuffer > widgets does not? It's a subclass that adds syntax highlighting, line numbers, and other programming-editor features. Havoc ___ gtk-li

Re: ANNOUNCE gtksourceview 0.0.1 (alpha)

2001-01-22 Thread Andy Kahn
On Mon, Jan 22, 2001 at 10:57:43AM -0500, Havoc Pennington wrote: > > Andy Kahn <[EMAIL PROTECTED]> writes: > > > > What does gtksourceview provide that the new GtkTextView/GtkTextBuffer > > widgets does not? > > It's a subclass that adds syntax highlighting, line numbers, and other > programmi

Re: ANNOUNCE gtksourceview 0.0.1 (alpha)

2001-01-22 Thread Havoc Pennington
Andy Kahn <[EMAIL PROTECTED]> writes: > On Mon, Jan 22, 2001 at 10:57:43AM -0500, Havoc Pennington wrote: > > > > Andy Kahn <[EMAIL PROTECTED]> writes: > > > > > > What does gtksourceview provide that the new GtkTextView/GtkTextBuffer > > > widgets does not? > > > > It's a subclass that adds s

Signal question

2001-01-22 Thread Jiang XU
I have a gtk_entry in a gtk_window. If I do not want gtk_entry receive "button_press_event" signal, what should I do? According the online Tutorial, if the event signal not being handled by the gtk_entry, it will go to the widget's parent which is gtk_window. That is what I want, but I don't kno

Glib ref-counting question

2001-01-22 Thread Loban Rahman
Hi, I have a programming strategy question. Consider the following code bite which represents something that I have: /*/ struct Foo { GIOChannel iochannel // others } Foo* foo_new(int id) { Foo* foo = g_new0(Foo, 1); // stuff

req.

2001-01-22 Thread paully
If I already have the Xwindow system installed and running with gnome, I would still need to install the 2 packages for gtk+ correct? I just want make sure before I install. I know the faq said need x windows, just double checking. thanks paul ___ g

Re: req.

2001-01-22 Thread Alan Olsen
On Mon, 22 Jan 2001, paully wrote: > > If I already have the Xwindow system installed and running with gnome, I > would still need to install the 2 packages for gtk+ correct? I just want > make sure before I install. I know the faq said need x windows, just double > checking. If you are running