Re: Missing Header File ATKMMCONFIG.H

2021-02-05 Thread mike lear via gtkmm-list
does not list an atkmm-1.6/include directory, atkmm has not been properly updated in Fedora. Den 2021-02-04 kl. 14:40, skrev mike lear via gtkmm-list: Hello gtkmm list: I am using gtkmm-3.0 on a fedora 33 x86_64 laptop. I wish to report a file missing in the /usr/include/atkmm-1.6 sub

Missing Header File ATKMMCONFIG.H

2021-02-04 Thread mike lear via gtkmm-list
Hello gtkmm list: I am using gtkmm-3.0 on a fedora 33 x86_64 laptop. I wish to report a file missing in the /usr/include/atkmm-1.6 sub directory. My earlier version which is gmmproc 2.56.0 works fine. But my latest download version gmmproc 2.64.3 fails as it call for the file atkmmconfig.h to be i

Glade-3-Gtkmm

2015-07-12 Thread mike lear
anking you in this matter. Mike Lear. ___ gtkmm-list mailing list gtkmm-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: Tags in Textview

2014-07-30 Thread mike lear
Hi Ian, Thanks for the info it has made it a lot clearer. Cheers Mike Lear On Wednesday, 30 July 2014, 11:08, Ian Martin wrote: HI Mike, Text Tags are applied to the TextBuffer, once the text is loaded into it.  I use the Gtk::TextBuffer::create_tag() function, so the tag is

Tags in Textview

2014-07-24 Thread mike lear
place these tags in the intended buffer. Thankyou Mike Lear ___ gtkmm-list mailing list gtkmm-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: Hiding the Message Dialog

2014-04-15 Thread mike lear
response button in the dialog box. Kjell 2014-04-15 09:20, mike lear skrev: Hello All, > >I am using gtkmm messagedialog windows in a project that I >am writing. My problem relates to using a timeout function >with the dialogs. I am using a signal handler to provide a >visual 10 seco

Hiding the Message Dialog

2014-04-15 Thread mike lear
Hello All, I am using gtkmm messagedialog windows in a project that I am writing. My problem relates to using a timeout function with the dialogs. I am using a signal handler to provide a visual 10 second countdown of the message window. The timer works fine and displays the countdown in the dialo

Re: Reparent command problem

2014-04-04 Thread mike lear
.get_message_area();     vbox->add(*grid);     grid->attach(*label1,0,2,1,1);     grid->attach(*label2,1,2,2,1); 2014-04-03 11:31, mike lear skrev: Hello, >    I am a newcomer to Gtkmm and this mailing list, I have a question >regarding the use of the reparent command u

Re: Reparent command problem

2014-04-03 Thread mike lear
e any assistance on this subject. regards Mike On Thursday, 3 April 2014, 10:35, mike lear wrote: Hello,     I am a newcomer to Gtkmm and this mailing list, I have a question regarding the use of the reparent command using gtkmm-3. I am attempting to add several text labels to the MessageDial

Reparent command problem

2014-04-03 Thread mike lear
Hello,     I am a newcomer to Gtkmm and this mailing list, I have a question regarding the use of the reparent command using gtkmm-3. I am attempting to add several text labels to the MessageDialog. I wish to position these labels below the dialog-secondary text using a grid to achieve this. The f

Re: Titles in Gtk::Dialogs

2014-04-03 Thread mike lear
Hello, I recieved  a warning whilst running your program regarding the order of initialization in the Constructor. //  Constructor initializer list is in the wrong order it should be:     DialogTest::DialogTest() : vbox (Gtk::ORIENTATION_VERTICAL, 5), label ("Label") { //  DialogTest::DialogTe