Welcome, Guest!!

Date: Thu, Apr 3rd 2025
Time:

  Login Join GTK
 
 

Gtk Screen size in pixels

Topic Started By: ldries46       Created: Jul 2nd, 2020, 12:42 pm

  •     (Page 1 of 1)     Comments (0)    

I have a problem with Sizes of Gtk Windows. The programming language is Ada.
On a screen of 3840 * 2160 pixels I want a Main window of about 2000 * 1200 pixels. When I run the program where the initiation code  is herby given (as far a sizes are involved) it looks like a window of about 3000 * 2000 pixels what should I do to get real pixels

in the spec:
   Mainsize_H          : Gint := 2000; -- Width of the main window
   Mainsize_V          : Gint := 1200; -- Height of the main window

from another package:

   type Screen_resolution is record
      width  : integer := 0;
      heigth : integer := 0;
   end record;


   procedure Init(MainWindow : access Main_Window_Record'Class) is
      pragma Suppress (All_Checks);
      Scr         : Screen_resolution;
      Pixmaps_Dir : constant String := "pixmaps/";
      FontDesc    : Pango_Font_Description;
   begin
      Gtk.Window.Initialize (MainWindow, Window_Toplevel);
      MainWindow.Set_Title (To_String(Lan_Window_Title(Lan)));
      Set_Position (MainWindow, Win_Pos_Center);
      Set_Modal (MainWindow, False);
      Set_Resizable (MainWindow, True);
      Scr := Resolution;
      if Scr.width < integer(Mainsize_H) and Scr.width /= 0 then
         MainSize_H := Gint(Scr.Width);
      end if;
      if Scr.heigth < integer(Mainsize_V) and Scr.heigth /= 0 then
         MainSize_V := Gint(Scr.heigth);
      end if;
      Set_Default_Size (MainWindow, Mainsize_H, Mainsize_V);
...
...
      Get_Size(MainWindow, W, H);
      --Debug
      Print(Scr.width);
      Print_Line(Scr.heigth);
      Print(integer(Mainsize_H));
      Print_Line(integer(Mainsize_V));
      Print(integer(W));
      Print_Line(integer(H));
      ----
...
...
   end Init;
 


×

Subscribe to get notifications when I create new topics by clicking the SUBSCRIBE button at the top of this page if you have not already subscribed. Thanks.




  •     (Page 1 of 1)     Comments (0)    

Related Topic (s) in Programming section.

Austin software design

1.3K views5 years ago

Austin Design Studio • Enterprise Software Companies • Innovation Consulting • Rocksauce: Design thinking methodology ...[Read more]


Telegram @trapbest420 Buy Weed Cocaine Thc vapes in Hanover

4 views13 hours ago

Telegram @trapbest420 Buy Weed Cocaine Thc vapes in Hanover


The Future of Cutting-Edge App Development: Key Trends

168 views4 months ago

Cutting-edge app development is at the forefront of innovation, and staying updated with the latest ...[Read more]