On Jan 4, 2008 2:06 PM, Ajax John <[EMAIL PROTECTED]> wrote:
> I want to change it's shape to some other shape, say round rectangle.
> How to do that in Gtk?
> 2) I want to change the color of my Button to some color.
The easy way is to use a theme engine to change the way your buttons
are painted
On Fri, Jan 04, 2008 at 07:36:40PM +0530, Ajax John wrote:
> Hi All,
>
> I'm new to Gtk app. develoment. and trying to develop small applications.
> I have 2 queries.
> 1)By default the shape of GtkButton is rectangle.
> I want to change it's shape to some other shape, say round rectangle.
> How t
Hi All,
I'm new to Gtk app. develoment. and trying to develop small applications.
I have 2 queries.
1)By default the shape of GtkButton is rectangle.
I want to change it's shape to some other shape, say round rectangle.
How to do that in Gtk?
2) I want to change the color of my Button to some col
On Fri, 04 Jan 2008 09:29:03 +0100, Vivien Malerba <[EMAIL PROTECTED]>
wrote:
> You can have a look at Clutter (http://clutter-project.org/) which is
> being actively developped.
That sounds very promising. However, I intend to use the toolkit in lisp
(for which I will have to create my own b
On Jan 3, 2008 8:02 PM, Peter Hildebrandt <[EMAIL PROTECTED]> wrote:
>
> Happy new year everyone,
>
> I'd like to use opengl in my gtk application. I've come across GtkGLArea
> [1] and GtkGLExt [2]. The former appears to be undocumented, while the
> latter is according to the website no longer ac