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
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
anking you in this matter.
Mike Lear.
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list
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
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
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
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
.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
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
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
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
11 matches
Mail list logo