From: Eric Cooper <ecc@cmu.edu>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Re: missing gtk_button_set_image in lablgtk
Date: Tue, 3 Oct 2006 14:08:47 -0400 [thread overview]
Message-ID: <20061003180847.GA12954@localhost> (raw)
In-Reply-To: <20061003173755.GA28749@malaquias.gwiceb1>
On Tue, Oct 03, 2006 at 10:34:39AM -0300, j.romildo@gmail.com wrote:
> I am using lablgtk to write the GUI for an application I am
> developing. Currently I want to set the image associated with a button,
> but it seems that lablgtk does not have support for the Gtk API function
> gtk_button_set_image. So I am writing to request this support in the
> next version of lablgtk.
Buttons are a subclass of containers, so you can just do
button#add image
The pousse.ml game, in the examples distributed with lablgtk2,
does it this way.
--
Eric Cooper e c c @ c m u . e d u
next prev parent reply other threads:[~2006-10-03 18:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20061003133439.GA2593@malaquias.gwiceb1>
2006-10-03 17:37 ` j.romildo
2006-10-03 18:08 ` Eric Cooper [this message]
2006-10-03 18:52 ` Patch available for " j.romildo
2006-10-03 19:01 ` Olivier Andrieu
2006-10-03 19:12 ` [Caml-list] " Olivier Andrieu
2006-10-04 9:29 ` j.romildo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061003180847.GA12954@localhost \
--to=ecc@cmu.edu \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox