[gtkmm] Gtkmm-forge digest, Vol 1 #371 - 11 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 108484] New - Widget from scratch (bugzilla-daemon widget gnome org)
   2. [Bug 108484] Changed - Widget from scratch (bugzilla-daemon widget gnome org)
   3. [Bug 108484] Changed - Widget from scratch (bugzilla-daemon widget gnome org)
   4. [Bug 108484] Changed - Widget from scratch (bugzilla-daemon widget gnome org)
   5. [Bug 79332] Changed - Can't autogen.sh gtkmm_hello in cvs (bugzilla-daemon widget gnome org)
   6. [Bug 103688] Changed - Out of date Documentation (bugzilla-daemon widget gnome org)
   7. [Bug 103688] Changed - Out of date Documentation (bugzilla-daemon widget gnome org)
   8. [Bug 103688] Changed - Out of date Documentation (bugzilla-daemon widget gnome org)
   9. [Bug 107660] Changed - Move TreeView screenshots to more appropriate locations (bugzilla-daemon widget gnome org)
  10. [Bug 108484] Changed - Widget from scratch (bugzilla-daemon widget gnome org)
  11. [Bug 108511] New - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 15 Mar 2003 15:30:23 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] New - Widget from scratch

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108484

Changed by detlef reichl arcor de 

--- shadow/108484	Sat Mar 15 15:30:23 2003
+++ shadow/108484.tmp.23827	Sat Mar 15 15:30:23 2003
@@ -0,0 +1,21 @@
+Bug#: 108484
+Product: gtkmm
+Version: unspecified
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: detlef reichl arcor de               
+TargetMilestone: ---
+URL: 
+Summary: Widget from scratch
+
+to build Widgets from scratch the two protected functions
+set_window (to set the Gdk::Window of a new created widget) and set
+allocation (to set size and position) are needed.
+
+Patch to correct this is attachted



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 15 Mar 2003 15:33:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] Changed - Widget from scratch

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108484

Changed by detlef reichl arcor de 

--- shadow/108484	Sat Mar 15 15:30:23 2003
+++ shadow/108484.tmp.24655	Sat Mar 15 15:33:00 2003
@@ -16,6 +16,11 @@
 
 to build Widgets from scratch the two protected functions
 set_window (to set the Gdk::Window of a new created widget) and set
 allocation (to set size and position) are needed.
 
 Patch to correct this is attachted
+
+------- Additional Comments From detlef reichl arcor de  2003-03-15 15:32 -------
+Created an attachment (id=15047)
+enable building gtkmm Widgets from scratch
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, detlef reichl arcor de
Cc: 
Date: Sun, 16 Mar 2003 03:44:23 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] Changed - Widget from scratch

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108484

Changed by murrayc usa net 

--- shadow/108484	Sat Mar 15 15:33:00 2003
+++ shadow/108484.tmp.20511	Sun Mar 16 03:44:23 2003
@@ -1,9 +1,9 @@
 Bug#: 108484
 Product: gtkmm
-Version: unspecified
+Version: 2.4
 OS: Linux
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
@@ -21,6 +21,15 @@
 Patch to correct this is attachted
 
 ------- Additional Comments From detlef reichl arcor de  2003-03-15 15:32 -------
 Created an attachment (id=15047)
 enable building gtkmm Widgets from scratch
 
+
+------- Additional Comments From murrayc usa net  2003-03-16 03:44 -------
+"protected"? So these already exist somewhere? So why would we add?
+
+Could you give me an example of how these are used to implement GTK+
+widgets, by giving me a line number in a GTK+ source file, or a URL?
+
+Do you some way to deref/deallocate the existing allocationa and
+GdkWindow?



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, detlef reichl arcor de
Cc: 
Date: Sun, 16 Mar 2003 03:45:22 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] Changed - Widget from scratch

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108484

Changed by murrayc usa net 

--- shadow/108484	Sun Mar 16 03:44:23 2003
+++ shadow/108484.tmp.21052	Sun Mar 16 03:45:22 2003
@@ -30,6 +30,9 @@
 
 Could you give me an example of how these are used to implement GTK+
 widgets, by giving me a line number in a GTK+ source file, or a URL?
 
 Do you some way to deref/deallocate the existing allocationa and
 GdkWindow?
+
+------- Additional Comments From murrayc usa net  2003-03-16 03:45 -------
+Oh, I guess you mean that they should be added as protected.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 16 Mar 2003 03:47:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 79332] Changed - Can't autogen.sh gtkmm_hello in cvs

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=79332

Changed by murrayc usa net 

--- shadow/79332	Tue Jan  7 10:43:50 2003
+++ shadow/79332.tmp.21487	Sun Mar 16 03:47:00 2003
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
 TargetMilestone: ---
 URL: 
-Summary: Can't autogen.sh gtkmm_hello
+Summary: Can't autogen.sh gtkmm_hello in cvs
 BugsThisDependsOn: 71678
 
 When running autogen.sh in gnomemm/gtkmm_hello, with a
 vicious-build-scripts head setup:
 
 config.status: creating po/Makefile.in



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc: 
Date: Sun, 16 Mar 2003 04:15:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 103688] Changed - Out of date Documentation

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=103688

Changed by gene erachampion com 

--- shadow/103688	Sat Mar 15 03:06:26 2003
+++ shadow/103688.tmp.31424	Sun Mar 16 04:15:10 2003
@@ -52,6 +52,15 @@
 re. the html: You do know that the .html is generated, right? You
 would need to patch the .xml. It's much easier for me to review a
 patch than the whole end result..
 
 Please do mention the patch filenames when uploading, so I know what
 format they are.
+
+------- Additional Comments From gene erachampion com  2003-03-16 04:15 -------
+Okay, sorry about the confusion earlier.  This is the first time I've
+used bugzilla and done any sort of patching.  Anyhow, below is the
+patch for the updated documentation.  Specifically, I've updated the
+documentation for the timeout and the idle functions. The monitoring
+I/O chapter still needs to be updated. 
+
+The patch also includes new examples for the two updated chapters.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc: 
Date: Sun, 16 Mar 2003 04:16:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 103688] Changed - Out of date Documentation

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=103688

Changed by gene erachampion com 

--- shadow/103688	Sun Mar 16 04:15:10 2003
+++ shadow/103688.tmp.31607	Sun Mar 16 04:16:13 2003
@@ -61,6 +61,11 @@
 used bugzilla and done any sort of patching.  Anyhow, below is the
 patch for the updated documentation.  Specifically, I've updated the
 documentation for the timeout and the idle functions. The monitoring
 I/O chapter still needs to be updated. 
 
 The patch also includes new examples for the two updated chapters.
+
+------- Additional Comments From gene erachampion com  2003-03-16 04:15 -------
+Created an attachment (id=15055)
+patch file for updated docs/examples described above
+



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc: 
Date: Sun, 16 Mar 2003 04:19:36 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 103688] Changed - Out of date Documentation

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=103688

Changed by gene erachampion com 

--- shadow/103688	Sun Mar 16 04:16:13 2003
+++ shadow/103688.tmp.578	Sun Mar 16 04:19:36 2003
@@ -66,6 +66,11 @@
 The patch also includes new examples for the two updated chapters.
 
 ------- Additional Comments From gene erachampion com  2003-03-16 04:15 -------
 Created an attachment (id=15055)
 patch file for updated docs/examples described above
 
+
+------- Additional Comments From gene erachampion com  2003-03-16 04:19 -------
+Created an attachment (id=15056)
+new timeout.cc example (patch above did not include this)
+



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 16 Mar 2003 03:46:05 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107660] Changed - Move TreeView screenshots to more appropriate locations

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=107660

Changed by murrayc usa net 

--- shadow/107660	Mon Mar 10 05:54:55 2003
+++ shadow/107660.tmp.21293	Sun Mar 16 03:46:05 2003
@@ -29,6 +29,9 @@
 a link to the example, I suppose, or make new screenshots. I see your 
 point though.
 
 ------- Additional Comments From murrayc usa net  2003-03-10 05:54 -------
 So, would a link be acceptable to you? Or would you prefer a copy of
 the screenshot, or another screenshot?
+
+------- Additional Comments From murrayc usa net  2003-03-16 03:46 -------
+Please respond.



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 16 Mar 2003 06:06:37 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] Changed - Widget from scratch

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108484

Changed by detlef reichl arcor de 

--- shadow/108484	Sun Mar 16 03:45:22 2003
+++ shadow/108484.tmp.15605	Sun Mar 16 06:06:36 2003
@@ -33,6 +33,41 @@
 
 Do you some way to deref/deallocate the existing allocationa and
 GdkWindow?
 
 ------- Additional Comments From murrayc usa net  2003-03-16 03:45 -------
 Oh, I guess you mean that they should be added as protected.
+
+------- Additional Comments From detlef reichl arcor de  2003-03-16 06:06 -------
+yes, that's what i ment, they shall be protected, caus you only need
+them in subclasses of Gtk::Widget.
+
+the simples example is (i think) the gtkruler.
+
+
+here you set in
+
+  gtk_ruler_realize (GtkWidget *widget)
+
+with
+
+  widget->window = gdk_window_new (gtk_widget_get_parent_window
+(widget), &attributes, attributes_mask);
+
+the new created GdkWindow to GtkWidget->window. Caus per default
+Widget->window == NULL you don't have to unref an old window.
+
+
+in
+
+  gtk_ruler_size_allocate (GtkWidget     *widget,
+             GtkAllocation *allocation)
+
+you set the widgets allocation to the parameter *allocation
+
+  widget->allocation = *allocation;
+
+
+i _think_ we don't have to deref here something, caus the poniter
+points to a GtkAllocation, that is created and destroyed with the
+instances of the subclasses of the widget. In the Gtk+ sources this
+Allocation is never freed.



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 16 Mar 2003 07:07:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108511] New - gtk_grab_add/remove isn't wrapped

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108511

Changed by olau hardworking dk 

--- shadow/108511	Sun Mar 16 07:07:24 2003
+++ shadow/108511.tmp.7829	Sun Mar 16 07:07:24 2003
@@ -0,0 +1,19 @@
+Bug#: 108511
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: olau hardworking dk               
+TargetMilestone: ---
+URL: 
+Summary: gtk_grab_add/remove isn't wrapped
+
+gtk_grab_add and friends aren't wrapped. In gtkmm/main.{cc,h}g they are
+commented out, unfortunately with no explanation. I'm a bit unsure of why?
+It seems removing the commentary signs would work fine.




--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]