Re: [gnome-love] Couple questions



Kevin Vandersloot <kfv101 psu edu> writes:

Second question. What is a good way to make a button larger? For example
in gtali (yatzhee game )the "Roll!" button is small. It would be nice to
have a big fat button to press. Now I could just add spaces to the label
but what about in the y direction

Just set the padding on the label.

gtk_misc_set_padding (GTK_MISC (GTK_BIN (button)->child), 0, 30);

Love,
-Jonathan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]