X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fgtksizes.h;h=69e296f6cf2c32e2ac120d58967ccbc2a3a87453;hb=bd7fa9a1fba21965467664b72772dddc5e9e0884;hp=462266454972d350da6da2d16c3d984633e07f78;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/gtksizes.h b/src/gtksizes.h index 4622664..69e296f 100644 --- a/src/gtksizes.h +++ b/src/gtksizes.h @@ -16,30 +16,10 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _GTKSIZES_HPP_ -#define _GTKSIZES_HPP_ +#ifndef _GTKSIZES_H_ +#define _GTKSIZES_H_ -#define NUMBER_OF_BUTTONS 5 -#define BUTTON_WIDTH 60 -#define BUTTON_HEIGHT 60 -#define BUTTONS_BAR_WIDTH (NUMBER_OF_BUTTONS * BUTTON_WIDTH) -#define BUTTONS_BAR_HEIGHT BUTTON_HEIGHT - -#define REG_WIN_WIDTH 100 -#define REG_WIN_HEIGHT 390 - -#define PGM_WIN_WIDTH 480 -#define PGM_WIN_HEIGHT 390 - -#define MEM_WIN_WIDTH 590 -#define MEM_WIN_HEIGHT 280 - -#define MENU_BAR_HEIGHT 0 - -#define MAIN_WIN_WIDTH (REG_WIN_WIDTH + PGM_WIN_WIDTH) -#define MAIN_WIN_HEIGHT (BUTTONS_BAR_HEIGHT + REG_WIN_HEIGHT + MEM_WIN_HEIGHT) - -#endif +#endif /* _GTKSIZES_H_ */