BCS Prepare gtkmm Examples

There are many examples with gtkmm (c++). A framework was developed to facilitate making those examples fully functional in minuets instead of hours. Step 1 Generate the Eclipse Project. Step 2 Generate the examplewindow class and header. Step 3 Paste the examplewindow.h. Step 4 Paste the examplewindow.cpp. Step 5 Un comment three lines in MainWin […]

BCS gtkmm Simple Application

The minimal source code for Gtk c++ application is listed below. [codesyntax lang=”cpp”] //============================================================================ // Name : gla01.cpp // Author : Mr. Arch Brooks // Version : 0.0 // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #include <iostream> #include <gtkmm.h> using namespace std; int main(int argc, char *argv[]) […]