Re: gtk_label_new_with_mnemonic() and g_object_new()
- From: Havoc Pennington <hp redhat com>
- To: murrayc usa net
- Cc: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: gtk_label_new_with_mnemonic() and g_object_new()
- Date: 26 Oct 2001 08:49:51 -0400
murrayc t-online de (Murray Cumming) writes:
> Is there a construct-time property that can be used with g_object_new()
> so that language bindings can have the equivalent of
> gtk_label_new_with_mnemonic()?
g_object_new (GTK_TYPE_LABEL,
"label", "_Foo", "use_underline", TRUE, NULL);
should work.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]