Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

GTK+

Name: Anonymous 2009-04-06 23:40

I have been doing tutorials and reading some books, it tickles me the amount of boilerplate needed to write simple custom widgets, overall it looks fairy simple.

What does /prog/ think about GTK+ in C?

Name: Anonymous 2009-04-07 0:55

>>1
Pig disgusting

Name: Anonymous 2009-04-07 2:46

It's awesome in FIOC.

Name: 8queenたへんうだー 2009-04-07 8:02

LIFP Isn't Functional Programming

Name: Anonymous 2009-04-07 8:10

>>4
I dare someone to say that in #lisp and post logs

Name: Anonymous 2009-04-07 9:00

yeah, GTK+ is pretty sane compared to Windows.

Name: Anonymous 2009-04-07 13:51

Anything is sane compared to Windows.

That doesn't say much.

Name: Anonymous 2009-04-07 14:13

>>4
Stop forcing this bullshit.

Name: Anonymous 2009-04-07 15:22

>>8
Don't worry, it'll be gone in a few days when he gets bored of it

Name: Anonymous 2009-04-07 17:48

>>8
>>9
oh hey guy just thought I would point out LIFP Isn't Functional Programming please reply to me I need someone to talk to

Name: Anonymous 2009-04-08 0:56

Just use the motherfucking Tk already!

Name: Anonymous 2009-04-08 1:04

lrn2wxwidgets fags

Name: Anonymous 2009-04-08 1:46

I call the win32 API raw. ``Raw'' as in I code it in fucking assembly. I'm fucking hardcore, man.

Name: Anonymous 2009-04-08 1:50

>>13
´_ゝ`

Name: Anonymous 2009-04-08 3:04

>>10
(づの‿の)づ

Name: Anonymous 2009-04-08 14:26

>>12

Are you a masochist? Do you also want him to write software in sepples?

Name: Anonymous 2009-04-08 14:34

>>12
Kill yourself.

Name: Alabama !0okrDnkUYI 2009-04-08 14:38

>>1
Boilerplate may be simple, but it's still work you have to repeat every time you write a program.

Check gtk-server.org. You write your program in any language that can open a socket, and tell the gtk-server what widgets to display. Start with his examples
http://gtk-server.org/examples.html
His GUI demos are more complicated
   http://gtk-server.org/apps.html

The boilerplate stays in gtk-server, and you can use the same idea for compiled programs.

Name: Anonymous 2009-04-08 16:20

>>17
Rude! There's no such need for rudeness here! That will not win you any friends mister!

Name: Anonymous 2009-04-08 18:16

>>16
That would make him a sadist.

Name: Anonymous 2009-04-08 18:41

>>16
Even then, gtkmm is far less painful than wx.  Actually it's one of the nicest C++ APIs around, if you're into that kind of thing.

Name: Anonymous 2009-04-09 2:16

>>12

        vbox  = wx.BoxSizer(wx.VERTICAL)
        hboxt = wx.BoxSizer(wx.HORIZONTAL)
        hboxb = wx.BoxSizer(wx.HORIZONTAL)
        self.txt = wx.TextCtrl(panel, -1, size=(width - 10, -1))
        self.but = wx.BitmapButton(panel, id = -1, bitmap = self.img, pos = (5, 5),
                                       size = (self.img.GetWidth()+5, self.img.GetHeight()+5))
        hboxt.Add(self.txt, 1, 0, 1)
        hboxb.Add(self.but, 1, 0, 1)
        vbox.Add(hboxb, 0, wx.TOP    , 1)
        vbox.Add(hboxt, 0, wx.BOTTOM , 1)


And the documentation is horrible.

Name: Anonymous 2009-08-17 0:53

Lain.

Name: Anonymous 2010-12-22 16:25


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List