Re: Step One. Eeks what to do next
Dark Elf <[email protected]> Wed, 22 Jan 2003 18:29:41 +0530
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
I have one question
i don't know if it is windows specific or not
button = gtk_button_new_with_label ("Hello World");
ok this should make a button with hello world written on it. Why doesn't
it. I mean it makes the button but does not display the text.
how can i fix it
glade produces code which has the _("hello world") what does this mean. in
windows it shows an error.
dark elf