On Tue, Jul 24, 2012 at 12:27:41AM -0600, Frank Cox wrote:
> Is my understanding of how this actually works correct?
Yes. Now please read my reply to your first e-mail...
> If so, what is the
> recommended way to deal with structures like this?
...that already answered this too.
https://mail.g
It occurs to me that the problem here may be that all roads lead to gtk_main().
If my current theory is correct, then by creating the emailshare structure in
the MainMenu function that structure is not available in main(), and hence is
not being passed to the Clear function when the clear icon is
There is very little documentation that I can find explaining how
g_value_set_instance is supposed to work. Is the following anywhere near
correct?
void my_gvalue_setter( const GValue *gv,
gpointer val,
Gtype type)
{
Folks,
Attached in my vbc.tgz tarball; this is my working VBC
program. As-is, it works/installs only with /home/kline/.VBC;
then runs when you type make. make builds ./vbc.
Typing /home/kline/.VBC/vbc brings up the application.
Mouse-clicking on
Hello,
I was wondering how would one go about doing such thing. The wrappers are
mostly there, but it's the methodology that interests me.
I know that in Gtkmm3 the main loop is being phased out in favour of
Gtk::Application, but how should I go about using the framework it provides?
I'd like to
I am using a checkbox/radio button and I either have custom content or
multiline label next to it.
How do I set vertical alignment of the checkbox/radio bit with respect
to the label/content?
So in the example python-gi code given, I'd like to make checkbox
square to be aligned with the first row