On Sun, Sep 09, 2007 at 11:54:01PM +0200, Nikolaj Thygesen wrote:
> I'll just reply to my own post with an example on how to reproduce
> the error-dump. This is no pretty program which simply either inserts or
> removes the same widget every other time the window close widget is
> clicked -
I am try to set the font and colors of a GtkComboBox in response to another
event.
for a GtkComboBoxEntry, I can use GTK_BIN(combo)->child , but what do I use
for a GtkComboBox.
using gtk_widget_modify_font(combo) doesnt seem to do anything.
since this is done dynamically, i dont think RC file
On Sun, Sep 09, 2007 at 11:57:07PM -0400, Andrew Smith wrote:
> I can do
> gtk_accelerator_parse()/g_cclosure_new()/gtk_accel_group_connect() to
> have a callback called when F2 is pressed but I've no idea how to tell
> the callback to edit the selected cell.
You can use one of gtk_tree_view_se
On Mon, Sep 10, 2007 at 01:27:48PM +0100, Luis Rodrigues wrote:
> It's not on my system.
>
> I use Debian, do you happen do know the package name?
http://packages.debian.org/search?searchon=contents&keywords=gtk-demo&mode=path&suite=stable&arch=any
Yeti
--
http://gwyddion.net/
_
It's not on my system.
I use Debian, do you happen do know the package name?
Thanks,
Luis
On Sun, 2007-09-09 at 19:40 -0400, James Scott Jr wrote:
> Take a look at the excellent example in the program 'gtk-demo', which
> should be installed on your system already.
> Try '# gtk-demo', then choose