IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1825.51 MB
Powered by
Channel Info
Network: freenodeChannel: #gtk |
Search in www.irclog.org
Log from #gtk at freenode 2006-06-07
Pages: 1
[12:47]<syzyjgq>hello
[12:48]<syzyjgq>i have a little problem whith frame
[12:48]<syzyjgq>i can found help here ?
[12:49]<drgynfn_rvxjdn>yesy sirion2 ask and wait for answers ;)
[12:50]<drgynfn_rvxjdn>"Do not ask to ask" <---
[12:50]<syzyjgq>:] thanks
[12:51]<syzyjgq>for exemple see this picture: http://www.gtk-fr.org/tutorial/lesdecorations.06.jpg
[12:51]<syzyjgq>there aren't padding whith the last entry and the border bottom of the frame
[12:51]<syzyjgq>(my english is bad)
[12:51]<syzyjgq>and i would like have padding here
[12:52]<drgynfn_rvxjdn>mmm
[12:52]<syzyjgq>and whith the left border and the right border
[12:53]<drgynfn_rvxjdn>between the bottom border and the last frame there is padding
[12:53]<drgynfn_rvxjdn>instead left and right border there isn't
[12:53]<drgynfn_rvxjdn>however
[12:53]<drgynfn_rvxjdn>you may put the entire vbox used for packing the frames
[12:54]<drgynfn_rvxjdn>in an other hbox
[12:54]<drgynfn_rvxjdn>setting its padding to suit your needs
[12:54]<syzyjgq>:/
[12:54]<drgynfn_rvxjdn>what?
[12:55]<syzyjgq>in this case, i use a table no ?
[12:55]<syzyjgq>i found this more pratical
[12:56]<drgynfn_rvxjdn>I don't know other ways
[12:56]<drgynfn_rvxjdn>table or innested boxes :)
[12:56]<drgynfn_rvxjdn>however I'm not a "guru" of gtk community
[12:56]<drgynfn_rvxjdn>:)
[12:58]<syzyjgq>i will test with a vbox then
[12:58]<syzyjgq>thanks daniele_athome
[12:59]<cfnlvjr>I'm plotting the output of a function and I want the resulting line to be a number of pixels wide. Is there any opinion about whether it's better to draw many little circles for each point, or to draw many 1 pixel long wide lines between successive points? From a performance point of view.
[13:03]<cfnlvjr>wow, talk about a conversation killer :)
[13:15]<swyvnf>drawing many little circles for each point is poor for performance
[13:15]<swyvnf>you should be able to draw lines using some primitives and set their width
[13:18]<syzyjgq>daniele_athome, it's great !!! :]
[13:18]<drgynfn_rvxjdn>it's working? :)
[13:18]<syzyjgq>but i put the homogeneous of the table where is the frame in false
[13:19]<syzyjgq>but i don't care
[13:19]<drgynfn_rvxjdn>lol :)
[14:24]<syzyjgq>mm
[14:24]<syzyjgq>there a big diference enter g_malloc() and malloc() ?
[14:24]<drgynfn_rvxjdn>yes sirion2 g_malloc is safer than malloc
[14:25]<drgynfn_rvxjdn>but be careful: if you allocate memory with g_malloc() you will have to free it with g_free(), not free()
[14:25]<drgynfn_rvxjdn>it may not work
[14:25]<drgynfn_rvxjdn>with free()
[14:25]<syzyjgq>ok
[14:25]<syzyjgq>i use g_mallo() then
[14:34]<syzyjgq>but what is the difference ?
[14:36]<drgynfn_rvxjdn>sirion2, glib uses a "memory allocation pool" or something like that
[14:37]<drgynfn_rvxjdn>where it caches all the allocations made with g_malloc
[14:37]<drgynfn_rvxjdn>anyway I haven't fully understood that yet ;)
[15:24]<sxzmjwzymnz>hello, is there any IDE that helps you with the boilerplate code to create GObject classes, interfaces and such?
[16:16]<-- svgvzsdyzgjvz xzs>/dev/null")
[19:24]<drgynfn_rvxjdn>byeee!!!
[19:24]<drgynfn_rvxjdn>ciaooO!!!!!
[19:57]<dpzn>how do I reference child widgets or widgets in the same container?
[19:59]<dpzn>without using libglade
[20:01]<ggggrjppfygg>is there a GTK theme manager for windows ?
[20:05]<sgzzyus>Dfre, gtk.Container.get_children
[20:06]<sgzzyus>or
[20:06]<sgzzyus>gtk.Bin.get_child
[20:06]<sgzzyus>that is python syntax
[20:06]<sgzzyus>just googled it
[20:07]<sgzzyus>http://developer.gnome.org/doc/API/gtk/gtkbin.html
[20:07]<sgzzyus>neenaoffline, ask channel #gtk+ on irc://irc.gimp.org
[20:08]<ggggrjppfygg>Snarius: vokay
[20:09]<dpzn>Snarius, thanks
[20:53]<drgynfn_rvxjdn>hi all!
[20:53]<sgzzyus>hi daniele_athome
[21:29]<gnjsa>'These things will only complicate portability of individual applications.'
[21:29]<gnjsa>they will??
[21:30]<gnjsa>I'm creating a simple form based utility... and the generated files by GID throws this error:
[21:31]<gnjsa>'PACKAGE_DATA_DIR undeclared' error in anjuta
[21:31]<gnjsa>in the line
[21:31]<gnjsa> add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
[22:58]<-- dvxn|syzzzyus xzs>http://www.bagdadsoftware.de")
[23:13]<svrglrg>hi
Pages: 1







