Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Not all widget properties can be set from VBnet #255

Open
Xoristzatziki opened this issue Dec 29, 2018 · 0 comments
Open

Not all widget properties can be set from VBnet #255

Xoristzatziki opened this issue Dec 29, 2018 · 0 comments

Comments

@Xoristzatziki
Copy link

Properties found in a glade file cannot be set through monoBasic (or VBnet, whichever is appropriate). This is true at least for the GtkButton.
In a glade file a GtkButton may have:
<property name="label">gtk-quit</property>
<property name="use_stock">True</property>
<property name="always_show_image">True</property>
which cannot be set in VBnet since (with the exception of the Label property) they do not exist as "member" functions. In addition a "set_property" (or something like this "Property_set" or alike) also does not exist as "member" function.

Sorry if this is not the place to report this problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant