| Author |
Message |
Topic: code coverage for gtk library |
Sundeep
Replies: 1
Views: 154
|
Forum: GTK+ Programming Posted: Mon Apr 19, 2010 6:06 am Subject: code coverage for gtk library |
Hi
I have written couple of testcases for testing various features of gtk library. The gtk library version Iam using 2.12.12 version. I would like to take the code coverage for the gtk library. Ca ... |
Topic: gtk_window_is_active & gtk_window_has_toplevel_focus |
Sundeep
Replies: 6
Views: 304
|
Forum: GTK+ Programming Posted: Thu Apr 08, 2010 2:26 pm Subject: gtk_window_is_active & gtk_window_has_toplevel_focus |
Hi Tadej,
Thanks for the input. You are right in terms of usage of these Api's.
How-ever the behaviour is in-consistent during multiple runs.
Here is what I have done.
1. window creation
2. ... |
Topic: gtk_window_is_active & gtk_window_has_toplevel_focus |
Sundeep
Replies: 6
Views: 304
|
Forum: GTK+ Programming Posted: Thu Apr 08, 2010 1:01 pm Subject: gtk_window_is_active & gtk_window_has_toplevel_focus |
Hi
gtk_window_has_toplevel_focus Api is giving consistent results when used in conjunction with gtk_window_set_keep_above Api and hence the issue with this Api is solved.
The issue with "g ... |
Topic: gtk_window_is_active & gtk_window_has_toplevel_focus |
Sundeep
Replies: 6
Views: 304
|
Forum: GTK+ Programming Posted: Thu Apr 08, 2010 11:43 am Subject: gtk_window_is_active & gtk_window_has_toplevel_focus |
Hi
gtk_window_is_active & gtk_window_has_toplevel_focus Api's belonging to GtkWindow are returning 0 and I would like to know in what cases these Api's can become 1 consistently.
I have trie ... |
Topic: TreeView gtk_tree_view_set_fixed_height_mode api usage |
Sundeep
Replies: 1
Views: 130
|
Forum: GTK+ Programming Posted: Thu Apr 01, 2010 11:38 am Subject: TreeView gtk_tree_view_set_fixed_height_mode api usage |
Hi
Iam not able to understand the usage of gtk_tree_view_set_fixed_height_mode api.
Can you please provide me with some scenarios where this api can be used?
A high level code is of great help ... |
Topic: gtk_layout_new api usage. |
Sundeep
Replies: 0
Views: 267
|
Forum: GTK+ Programming Posted: Thu Mar 04, 2010 11:01 am Subject: gtk_layout_new api usage. |
Hi ,
Iam working with GtkLayout feature, came across some issues.
Common:
1. Scrolled window to main window.
2. Layout to Scrolled window.
3. show all on main window.
Case1:
Scrolle ... |
Topic: Unable to find the effect of gtk_label_set_width_chars & |
Sundeep
Replies: 1
Views: 170
|
Forum: GTK+ Programming Posted: Thu Feb 25, 2010 1:16 pm Subject: Re: Unable to find the effect of gtk_label_set_width_chars & |
Hi
Iam not able to find the effect of gtk_label_set_width_chars &
gtk_label_set_max_width_chars api's on a label.
Can you please provide me with the information on how to use these api' ... |
Topic: Unable to find the effect of gtk_label_set_width_chars & |
Sundeep
Replies: 1
Views: 170
|
Forum: GTK+ Programming Posted: Thu Feb 25, 2010 7:48 am Subject: Unable to find the effect of gtk_label_set_width_chars & |
Hi
Iam not able to find the effect of gtk_label_set_width_chars &
gtk_label_set_max_width_chars api's on a label.
Can you please provide me with the information on how to use these api' ... |
Topic: gtk_image_set_pixel_size & gtk_image_get_pixel_size api' |
Sundeep
Replies: 0
Views: 196
|
Forum: GTK+ Programming Posted: Fri Feb 19, 2010 9:46 am Subject: gtk_image_set_pixel_size & gtk_image_get_pixel_size api' |
Hi
Iam trying to use gtk_image_set_pixel_size & gtk_image_get_pixel_size api's and Iam not really finding its use.
Here is what I have done.
m_CreateTopLevelWindow(); // Function t ... |
Topic: GTK_SHRINK option of GtkAttachOptions with gtk_table_attach |
Sundeep
Replies: 0
Views: 200
|
Forum: GTK+ Programming Posted: Fri Feb 19, 2010 6:46 am Subject: GTK_SHRINK option of GtkAttachOptions with gtk_table_attach |
Iam not able to find the effect of GTK_SHRINK option of GtkAttachOptions belonging to the gtk_table_attach api.
I have tried to use this 2 different combinations.
GTK_SHRINK
GTK_EXPAND | GTK_F ... |
Topic: Gtk NoteBook Menu Api's |
Sundeep
Replies: 0
Views: 160
|
Forum: GTK+ Programming Posted: Thu Feb 18, 2010 11:53 am Subject: Gtk NoteBook Menu Api's |
Hi
I have tried all possible ways to use the following Gtk NoteBook Api's.
gtk_notebook_append_page_menu
gtk_notebook_prepend_page_menu
gtk_notebook_insert_page_menu
I couldn't be ... |
| |