Re: can anybody help me figure out why the two hbox buttons don't show?
- From: Florian Müllner <fmuellner gnome org>
- To: gtk-app-devel-list gnome org
- Subject: Re: can anybody help me figure out why the two hbox buttons don't show?
- Date: Wed, 14 Dec 2011 00:14:54 +0100
On mar, 2011-12-13 at 15:02 -0800, Gary Kline wrote:
anybody know where i'm messing up?
int
main (void)
{
GtkWidget *window;
GtkWidget *vbox, *hbox;
[...]
gtk_container_add (GTK_CONTAINER (window), vbox);
[...]
gtk_container_add (GTK_CONTAINER (window), hbox);
GtkWindow is a GtkBin, e.g. it can have exactly one child.
Florian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]